Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6cb88e7f
authored
2020-12-17 15:24:51 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
表单细节调整
1 parent
18776a57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
src/assets/less/main.less
src/components/formMenu/qlxz.vue
src/assets/less/main.less
View file @
6cb88e7
...
...
@@ -52,7 +52,7 @@ table,tr,.el-col,.title{
color: #606764;
overflow: visible;
text-align: left;
text-indent:
20
px;
text-indent:
15
px;
padding: 0;
}
input:disabled{
...
...
src/components/formMenu/qlxz.vue
View file @
6cb88e7
...
...
@@ -8,7 +8,7 @@
<template
v-for=
"(childItem, childIndex) in items.list"
>
<el-col
:span=
"2"
class=
"btnCol"
class=
"btnCol
"
:key=
"childIndex + '1'"
:class=
"childIndex > 0 ? 'childYT noTopBorder' : ''"
>
...
...
@@ -33,7 +33,7 @@
</el-col>
<el-col
:span=
"2"
class=
"btnCol"
class=
"btnCol
pr10
"
:key=
"childIndex + '8'"
:class=
"childIndex > 0 ? 'childYT' : ''"
>
...
...
@@ -54,6 +54,7 @@
</el-col>
<template
v-if=
"hasSyqx"
>
<el-col
class=
"pr10"
:span=
"3"
:key=
"childIndex + '7'"
:class=
"childIndex > 0 ? 'childYT' : ''"
...
...
@@ -117,6 +118,7 @@
</ul>
</el-col>
<el-col
class=
"pr10"
:span=
"3"
:key=
"childIndex + '5'"
:class=
"childIndex > 0 ? 'childYT' : ''"
...
...
@@ -166,6 +168,7 @@
</ul>
</el-col>
<el-col
class=
"pr10"
:span=
"3"
:key=
"childIndex + '2'"
:class=
"childIndex > 0 ? 'childYT' : ''"
...
...
@@ -716,12 +719,14 @@ export default {
height
:
auto
;
position
:
relative
;
border-bottom
:
1px
solid
#E6E6E6
;
.pr10{
padding-right
:
10px
;
}
.el-col
{
//
height
:
100%
;
border-right
:
1px
solid
#E6E6E6
;
position
:
relative
;
text-align
:
right
;
padding-right
:
10px
;
.qlxz
{
line-height
:
34px
;
}
...
...
Please
register
or
sign in
to post a comment