6cb88e7f by 杨威

表单细节调整

1 parent 18776a57
......@@ -52,7 +52,7 @@ table,tr,.el-col,.title{
color: #606764;
overflow: visible;
text-align: left;
text-indent: 20px;
text-indent: 15px;
padding: 0;
}
input:disabled{
......
......@@ -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;
}
......