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
e1537ab5
Commit
e1537ab5
authored
Dec 25, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
95f2d487
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.css
+4
-2
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
+4
-4
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
e1537ab5
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 @
e1537ab5
...
...
@@ -269,7 +269,7 @@
.jdindentdetail-info
>
div
:nth-child
(
3
)
{
float
:
left
;
margin-top
:
2
4
px
;
margin-top
:
2
6
px
;
height
:
100px
;
box-sizing
:
border-box
;
}
...
...
@@ -532,7 +532,9 @@
.jdindentdetail-diag
.el-drawer__open
.el-drawer.rtl
{
width
:
66%
;
}
.jdindentdetail-drawer
{
overflow-y
:
auto
;
}
.jdindentdetail-drawer
.selftmreg_main
.el-form-item
{
margin-bottom
:
20px
!important
;
}
...
...
igirl-channel-web/app/front/vues/pages/jdindentdetail/jdindentdetail.html
View file @
e1537ab5
...
...
@@ -75,7 +75,7 @@
</div>
<div>
<p>
<img
:src=
"deliveryInfo.colorizedPicUrl"
alt=
""
>
<img
:src=
"deliveryInfo.colorizedPicUrl
|| deliveryInfo.picUrl
"
alt=
""
>
</p>
<p>
商标图样
</p>
</div>
...
...
@@ -432,7 +432,7 @@
style=
"overflow: auto;height: 100%;padding: 60px 20px 0px;box-sizing: border-box;"
>
<div
v-for=
"(nclone,index) in nclOne"
style=
"text-align: left;padding-left:5px;padding-bottom:5px;"
>
<span
style=
"font-size:16px"
><b>
{{nclone.code}}
<span
style=
"font-size:16px"
><b>
第{{nclone.code}}类
{{nclone.name}}
</b></span>
<span
style=
"font-size:16px;float:right"
><b>
已选择
<span
style=
"color:#0F8EE9;"
>
{{nclone.nclThree.length}}
</span>
项
</b>
...
...
@@ -729,8 +729,8 @@
</el-input>
</el-form-item>
<div
style=
"clear:both;"
></div>
<el-form-item
v-if=
"editApply.customerType==\'person\'"
label-width=
"140px"
label=
"注册地址"
style=
"width:493px;float:left;padding-right:50px;"
prop=
"applyAddr"
>
<el-form-item
v-if=
"editApply.customerType==\'person\'"
label-width=
"140px"
label=
"注册地址"
style=
"width:493px;float:left;padding-right:50px;"
prop=
"applyAddr"
>
<el-input
placeHolder=
"请输入注册地址"
v-model=
"editApply.applyAddr"
>
</el-input>
</el-form-item>
...
...
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