Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
b994c53f
Commit
b994c53f
authored
Dec 25, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
749b4ccd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
18 deletions
+32
-18
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.css
+15
-0
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+7
-6
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.css
+2
-2
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+8
-10
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
b994c53f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.css
View file @
b994c53f
...
...
@@ -619,3 +619,17 @@
.jdindentdetail-drawer
.editTips
>
span
{
color
:
#0f8ee9
;
}
.jdindentdetail-drawer
.headerTips
{
margin-top
:
25px
;
padding-left
:
51px
;
width
:
max-content
;
text-align
:
left
;
line-height
:
21px
;
font-size
:
12px
;
font-family
:
PingFangSC
;
font-weight
:
400
;
color
:
rgba
(
136
,
136
,
136
,
1
);
position
:
absolute
;
top
:
-10px
;
left
:
80px
;
}
\ No newline at end of file
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
b994c53f
...
...
@@ -469,6 +469,10 @@
</div>
<div
v-show=
"headerInfo==\'交官文件\'"
>
<div
class=
"headerTips"
>
<i
class=
"el-icon-warning"
></i>
格式为
<span>
PDF
</span>
或
<span>
JPG
</span>
,大小不能超过
<span>
10M
</span>
</div>
<!-- <h4 style="color:#535353"><i class="selftmreg_shuxian"></i>交官文件</h4> -->
<el-form
label-position=
"left"
ref=
"apply"
:rules=
"applyrules"
:model=
"editApply"
class=
"demo-ruleForm"
label-width=
"120px"
>
...
...
@@ -567,10 +571,7 @@
@
click=
"toViewImg(\'/imgs/sbzc/sfzD.png\')"
>
查看大图
</div>
</div>
<div
class=
"text"
>
<i
class=
"el-icon-warning"
></i>
格式为
<span>
PDF
</span>
或
<span>
JPG
</span>
,大小不能超过
<span>
10M
</span>
</div>
</el-form-item>
<el-form-item
class=
"gsb_items"
>
<div
class=
"title special"
>
上传材料:代理委托书
...
...
@@ -670,7 +671,7 @@
class=
"demo-ruleForm"
label-width=
"120px"
>
<div
class=
"selftmreg_main"
>
<div
style=
"clear:both;"
></div>
<div
style=
"width:100%;box-sizing: border-box;"
>
<div
style=
"width:100%;box-sizing: border-box;
margin-bottom: 5px;
"
>
<!-- <h4 style="color:#535353"><i class="selftmreg_shuxian"></i>申请人信息</h4> -->
<el-form-item
label-width=
"140px"
label=
"申请人类型"
style=
"width:493px;float:left;padding-right:50px;"
prop=
"customerType"
>
...
...
@@ -788,7 +789,7 @@
重新上传
</div>
</gsb-upload>
</div>
</div>
<div
class=
"upload-img"
@
mouseover=
"mouseOverDemo(1)"
@
mouseleave=
"mouseLeaveDemo(1)"
>
<img
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.css
View file @
b994c53f
...
...
@@ -235,11 +235,11 @@
width
:
100%
;
text-align
:
left
;
padding
:
10px
20px
20px
;
position
:
absolute
;
position
:
fixed
;
bottom
:
0
;
left
:
0
;
box-sizing
:
border-box
;
border-top
:
1px
solid
#dee0eb
;
background
:
#fff
;
}
.dailogButton
>
button
{
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
b994c53f
...
...
@@ -214,8 +214,7 @@
</el-table>
<div
class=
"jdindentlist-list-page"
>
<el-pagination
@
current-change=
"handleSizeChange()"
:current-page
.
sync=
"currentPage"
:page-size=
"20"
layout=
"prev, pager, next,jumper"
:total=
"countPage"
>
:page-size=
"20"
layout=
"prev, pager, next,jumper"
:total=
"countPage"
>
</el-pagination>
</div>
...
...
@@ -223,7 +222,8 @@
</div>
<el-drawer
title=
"上传材料"
custom-class=
"jdindentdetail-drawer"
size=
"58.3333%"
:visible
.
sync=
"showUploadStuff"
>
<div
class=
"headerTips"
>
<i
class=
"el-icon-warning"
></i>
格式为
<span>
PDF
</span>
或
<span>
JPG
</span>
,大小不能超过
<span>
10M
</span></div>
<div
style=
"padding:20px 0;text-align: center"
>
<el-form
label-position=
"left"
ref=
"stuff"
:model=
"stuff"
class=
"demo-ruleForm"
label-width=
"120px"
>
...
...
@@ -308,13 +308,12 @@
<div
v-if=
"toViewImgKey == 4"
class=
"toViewImg"
@
click=
"toViewImg(\'/imgs/sbzc/sfzD.png\')"
>
查看大图
</div>
</div>
<div
class=
"text"
>
<i
class=
"el-icon-warning"
></i>
格式为
<span>
PDF
</span>
或
<span>
JPG
</span>
,大小不能超过
<span>
10M
</span></div>
</el-form-item>
<el-form-item
class=
"gsb_items"
>
<div
class=
"title special"
>
上传材料:代理委托书
<a
href=
"http://gsb-zc.oss-cn-beijing.aliyuncs.com/igirl_channel_tmwtsdemo001.doc"
style=
"color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top:
70%;left: 51%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px
;"
>
下载委托书模板
</span>
style=
"color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top:
90%;left: 38%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px;width: max-content
;"
>
下载委托书模板
</span>
</div>
<div
class=
"upload-box"
v-loading=
"loading2"
@
mouseover=
"mouseOverDemo(2,\'b\')"
@
mouseleave=
"mouseLeaveDemo(2,\'b\')"
>
...
...
@@ -504,10 +503,9 @@
</el-table-column>
</el-table>
<div
class=
"jdindentlist-list-page"
>
<el-pagination
@
current-change=
"handleSizeChange()"
:current-page
.
sync=
"currentPage"
:page-size=
"20"
layout=
"prev, pager, next,jumper"
:total=
"countPage"
>
</el-pagination>
<el-pagination
@
current-change=
"handleSizeChange()"
:current-page
.
sync=
"currentPage"
:page-size=
"20"
layout=
"prev, pager, next,jumper"
:total=
"countPage"
>
</el-pagination>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment