多幢合并页面样式微调
Showing
1 changed file
with
30 additions
and
12 deletions
| ... | @@ -162,9 +162,9 @@ | ... | @@ -162,9 +162,9 @@ |
| 162 | </el-tab-pane> | 162 | </el-tab-pane> |
| 163 | <el-tab-pane label="多幢合并" name="dz"> | 163 | <el-tab-pane label="多幢合并" name="dz"> |
| 164 | <div class="hb-tabs top20"> | 164 | <div class="hb-tabs top20"> |
| 165 | <el-button type="primary" class="addBtn" @click="newAdd">新增</el-button> | 165 | <!-- <el-button type="primary" class="addBtn" @click="newAdd">新增</el-button> --> |
| 166 | <div class="hbq"> | 166 | <div class="hbq"> |
| 167 | <span class="tips">合并前多幢信息</span> | 167 | <span class="tips" style="margin-left:0;">合并前多幢信息</span> |
| 168 | <table border="1"> | 168 | <table border="1"> |
| 169 | <tr> | 169 | <tr> |
| 170 | <td class="xh">序号</td> | 170 | <td class="xh">序号</td> |
| ... | @@ -174,7 +174,14 @@ | ... | @@ -174,7 +174,14 @@ |
| 174 | <td class="bdcqzh">不动产权证号</td> | 174 | <td class="bdcqzh">不动产权证号</td> |
| 175 | <td class="qlr">权利人</td> | 175 | <td class="qlr">权利人</td> |
| 176 | <td class="zl">坐落</td> | 176 | <td class="zl">坐落</td> |
| 177 | <td class="">操作</td> | 177 | <td class=""> |
| 178 | <el-button | ||
| 179 | type="primary" | ||
| 180 | class="changeBtn outAdd addMinus" | ||
| 181 | @click="newAdd" | ||
| 182 | >+ | ||
| 183 | </el-button> | ||
| 184 | </td> | ||
| 178 | </tr> | 185 | </tr> |
| 179 | <tr v-if="dzhbqData.length==0"> | 186 | <tr v-if="dzhbqData.length==0"> |
| 180 | <td colspan="8"> | 187 | <td colspan="8"> |
| ... | @@ -195,23 +202,30 @@ | ... | @@ -195,23 +202,30 @@ |
| 195 | readonly="readonly"/></td> | 202 | readonly="readonly"/></td> |
| 196 | <td class="zl"><input type="text" class="formInput" v-model="item.zl" | 203 | <td class="zl"><input type="text" class="formInput" v-model="item.zl" |
| 197 | readonly="readonly"/></td> | 204 | readonly="readonly"/></td> |
| 198 | <td class="cz" @click="deleteData(item,index)"><span>删除</span></td> | 205 | <td class="cz"> |
| 206 | <el-button | ||
| 207 | type="primary" | ||
| 208 | class="changeBtn outMinus addMinus" | ||
| 209 | @click="deleteData(item,index)" | ||
| 210 | >- | ||
| 211 | </el-button> | ||
| 212 | </td> | ||
| 199 | </tr> | 213 | </tr> |
| 200 | </table> | 214 | </table> |
| 201 | </div> | 215 | </div> |
| 202 | <div class="hbh"> | 216 | <div class="hbh dzhbh"> |
| 203 | <span class="tips">合并后多幢信息</span> | 217 | <span class="tips" style="width:100%;display:block;margin-left:0;">合并后多幢信息</span> |
| 204 | <table border="1"> | 218 | <table border="1"> |
| 205 | <tr> | 219 | <tr> |
| 206 | <th class="xmmc">项目名称</th> | 220 | <th class="xmmc">项目名称</th> |
| 207 | <th class="zxx">幢信息</th> | 221 | <th>幢信息</th> |
| 208 | </tr> | 222 | </tr> |
| 209 | <tr v-for="item in dzhbhData" :key="item.bsm"> | 223 | <tr v-for="item in dzhbhData" :key="item.bsm"> |
| 210 | <td class="xmmc"> | 224 | <td class="xmmc"> |
| 211 | <input type="text" v-model="item.xmmc" class="formInput"/> | 225 | <input type="text" v-model="item.xmmc" class="formInput"/> |
| 212 | </td> | 226 | </td> |
| 213 | <td class="zxx"> | 227 | <td> |
| 214 | <span class="xz">选择</span> | 228 | <!-- <span class="xz">选择</span> --> |
| 215 | </td> | 229 | </td> |
| 216 | </tr> | 230 | </tr> |
| 217 | </table> | 231 | </table> |
| ... | @@ -652,9 +666,13 @@ | ... | @@ -652,9 +666,13 @@ |
| 652 | margin-left: 20px; | 666 | margin-left: 20px; |
| 653 | } | 667 | } |
| 654 | .hbq { | 668 | .hbq { |
| 655 | margin-left: 20px; | 669 | margin:14px 20px 20px 20px; |
| 656 | margin-top: 14px; | 670 | } |
| 657 | margin-bottom: 20px; | 671 | .dzhbh{ |
| 672 | box-sizing: border-box!important; | ||
| 673 | padding: 0 18px 0 0!important; | ||
| 674 | margin-top: 10px!important; | ||
| 675 | display: block!important; | ||
| 658 | } | 676 | } |
| 659 | .hbh { | 677 | .hbh { |
| 660 | margin-left: 20px; | 678 | margin-left: 20px; | ... | ... |
-
Please register or sign in to post a comment