6cb88e7f by 杨威

表单细节调整

1 parent 18776a57
...@@ -52,7 +52,7 @@ table,tr,.el-col,.title{ ...@@ -52,7 +52,7 @@ table,tr,.el-col,.title{
52 color: #606764; 52 color: #606764;
53 overflow: visible; 53 overflow: visible;
54 text-align: left; 54 text-align: left;
55 text-indent: 20px; 55 text-indent: 15px;
56 padding: 0; 56 padding: 0;
57 } 57 }
58 input:disabled{ 58 input:disabled{
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 <template v-for="(childItem, childIndex) in items.list"> 8 <template v-for="(childItem, childIndex) in items.list">
9 <el-col 9 <el-col
10 :span="2" 10 :span="2"
11 class="btnCol" 11 class="btnCol "
12 :key="childIndex + '1'" 12 :key="childIndex + '1'"
13 :class="childIndex > 0 ? 'childYT noTopBorder' : ''" 13 :class="childIndex > 0 ? 'childYT noTopBorder' : ''"
14 > 14 >
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
33 </el-col> 33 </el-col>
34 <el-col 34 <el-col
35 :span="2" 35 :span="2"
36 class="btnCol" 36 class="btnCol pr10"
37 :key="childIndex + '8'" 37 :key="childIndex + '8'"
38 :class="childIndex > 0 ? 'childYT' : ''" 38 :class="childIndex > 0 ? 'childYT' : ''"
39 > 39 >
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
54 </el-col> 54 </el-col>
55 <template v-if="hasSyqx"> 55 <template v-if="hasSyqx">
56 <el-col 56 <el-col
57 class="pr10"
57 :span="3" 58 :span="3"
58 :key="childIndex + '7'" 59 :key="childIndex + '7'"
59 :class="childIndex > 0 ? 'childYT' : ''" 60 :class="childIndex > 0 ? 'childYT' : ''"
...@@ -117,6 +118,7 @@ ...@@ -117,6 +118,7 @@
117 </ul> 118 </ul>
118 </el-col> 119 </el-col>
119 <el-col 120 <el-col
121 class="pr10"
120 :span="3" 122 :span="3"
121 :key="childIndex + '5'" 123 :key="childIndex + '5'"
122 :class="childIndex > 0 ? 'childYT' : ''" 124 :class="childIndex > 0 ? 'childYT' : ''"
...@@ -166,6 +168,7 @@ ...@@ -166,6 +168,7 @@
166 </ul> 168 </ul>
167 </el-col> 169 </el-col>
168 <el-col 170 <el-col
171 class="pr10"
169 :span="3" 172 :span="3"
170 :key="childIndex + '2'" 173 :key="childIndex + '2'"
171 :class="childIndex > 0 ? 'childYT' : ''" 174 :class="childIndex > 0 ? 'childYT' : ''"
...@@ -716,12 +719,14 @@ export default { ...@@ -716,12 +719,14 @@ export default {
716 height: auto; 719 height: auto;
717 position: relative; 720 position: relative;
718 border-bottom: 1px solid #E6E6E6; 721 border-bottom: 1px solid #E6E6E6;
722 .pr10{
723 padding-right: 10px;
724 }
719 .el-col { 725 .el-col {
720 // height: 100%; 726 // height: 100%;
721 border-right: 1px solid #E6E6E6; 727 border-right: 1px solid #E6E6E6;
722 position: relative; 728 position: relative;
723 text-align: right; 729 text-align: right;
724 padding-right: 10px;
725 .qlxz { 730 .qlxz {
726 line-height: 34px; 731 line-height: 34px;
727 } 732 }
......