面积分摊表样式修改
Showing
1 changed file
with
13 additions
and
43 deletions
... | @@ -2,26 +2,24 @@ | ... | @@ -2,26 +2,24 @@ |
2 | <div class="main" ref="mainBox"> | 2 | <div class="main" ref="mainBox"> |
3 | <table border="1"> | 3 | <table border="1"> |
4 | <tr> | 4 | <tr> |
5 | <th colspan="2">土地坐落</th> | 5 | <th colspan="2">宗地代码</th> |
6 | <th colspan="3"><el-input v-model="tdzl" disabled></el-input></th> | 6 | <td colspan="3" disabled>{{zddm}}</td> |
7 | </tr> | 7 | </tr> |
8 | |||
8 | <tr> | 9 | <tr> |
9 | <th colspan="2">宗地代码</th> | 10 | <th colspan="2">土地坐落</th> |
10 | <td colspan="3"><el-input v-model="zddm " disabled></el-input></td> | 11 | <td colspan="3">{{tdzl}}</td> |
11 | </tr> | 12 | </tr> |
12 | <tr> | 13 | <tr> |
13 | <th colspan="2">宗地面积(㎡)</th> | 14 | <th colspan="2" style="width:25%">宗地面积(㎡)</th> |
14 | <th> | 15 | <td style="width:25%">{{zdmj}}</td> |
15 | <el-input v-model="zdmj" disabled/></th> | 16 | <th style="width:25%">定着物数量</th> |
16 | <th>定着物数量</th> | 17 | <td style="width:25%" class="dzwsl">{{dzwdsl}}</td> |
17 | <td class="dzwsl">{{dzwdsl}}</td> | ||
18 | </tr> | 18 | </tr> |
19 | <tr> | 19 | <tr> |
20 | <th colspan="2">备注</th> | 20 | <th colspan="2">备注</th> |
21 | <td colspan="3"><el-input v-model="mjftData.bz" :disabled="isDisabled"></el-input></td> | 21 | <td colspan="3"><el-input v-model="mjftData.bz" :disabled="isDisabled"></el-input></td> |
22 | </tr> | 22 | </tr> |
23 | </table> | ||
24 | <table border="1"> | ||
25 | <tr> | 23 | <tr> |
26 | <td class="cz"><el-button | 24 | <td class="cz"><el-button |
27 | type="primary" | 25 | type="primary" |
... | @@ -30,10 +28,10 @@ | ... | @@ -30,10 +28,10 @@ |
30 | :disabled="isDisabled" | 28 | :disabled="isDisabled" |
31 | >+</el-button | 29 | >+</el-button |
32 | ></td> | 30 | ></td> |
33 | <th class="dzwdm">定着物代码</th> | 31 | <th >定着物代码</th> |
34 | <th class="syqmj">土地所有权/使用权面积(㎡)</th> | 32 | <th >土地所有权/使用权面积(㎡)</th> |
35 | <th class="dytdmj">独有独用土地面积(㎡)</th> | 33 | <th >独有独用土地面积(㎡)</th> |
36 | <th class="fttjmj">分摊土地面积(㎡)</th> | 34 | <th >分摊土地面积(㎡)</th> |
37 | </tr> | 35 | </tr> |
38 | <tr v-for="(item,i) in mjftData.list" :key="i"> | 36 | <tr v-for="(item,i) in mjftData.list" :key="i"> |
39 | <td class="cz"> | 37 | <td class="cz"> |
... | @@ -288,37 +286,9 @@ | ... | @@ -288,37 +286,9 @@ |
288 | } | 286 | } |
289 | } | 287 | } |
290 | } | 288 | } |
291 | .pers { | ||
292 | text-align: center; | ||
293 | margin-top: 10px; | ||
294 | } | ||
295 | |||
296 | .pers .el-button { | ||
297 | width: 150px; | ||
298 | } | ||
299 | |||
300 | .dzwsl { | ||
301 | width: 200px; | ||
302 | } | ||
303 | |||
304 | .cz { | 289 | .cz { |
305 | width: 50px; | 290 | width: 50px; |
306 | } | 291 | } |
307 | 292 | ||
308 | .dzwdm ,.syqmj,.dytdmj,.fttjmj{ | ||
309 | width: 150px; | ||
310 | } | ||
311 | |||
312 | /* .syqmj { | ||
313 | width: 150px; | ||
314 | } | ||
315 | |||
316 | .dytdmj { | ||
317 | width: 150px; | ||
318 | } | ||
319 | |||
320 | .fttjmj { | ||
321 | width: 150px; | ||
322 | }*/ | ||
323 | 293 | ||
324 | </style> | 294 | </style> | ... | ... |
-
Please register or sign in to post a comment