style(hb):修改合并表格样式
Showing
2 changed files
with
29 additions
and
22 deletions
| ... | @@ -62,7 +62,8 @@ | ... | @@ -62,7 +62,8 @@ |
| 62 | type="primary" | 62 | type="primary" |
| 63 | class="changeBtn outMinus addMinus" | 63 | class="changeBtn outMinus addMinus" |
| 64 | @click="delRow(index)" | 64 | @click="delRow(index)" |
| 65 | >-</el-button | 65 | >- |
| 66 | </el-button | ||
| 66 | > | 67 | > |
| 67 | </td> | 68 | </td> |
| 68 | <td class="xzq"> | 69 | <td class="xzq"> |
| ... | @@ -124,12 +125,15 @@ | ... | @@ -124,12 +125,15 @@ |
| 124 | </td> | 125 | </td> |
| 125 | </tr> | 126 | </tr> |
| 126 | <tr> | 127 | <tr> |
| 127 | <td><el-button | 128 | <td> |
| 129 | <el-button | ||
| 128 | type="primary" | 130 | type="primary" |
| 129 | class="changeBtn outAdd addMinus" | 131 | class="changeBtn outAdd addMinus" |
| 130 | @click="addRow" | 132 | @click="addRow" |
| 131 | >+</el-button | 133 | >+ |
| 132 | ></td> | 134 | </el-button |
| 135 | > | ||
| 136 | </td> | ||
| 133 | <td></td> | 137 | <td></td> |
| 134 | <td></td> | 138 | <td></td> |
| 135 | <td></td> | 139 | <td></td> |
| ... | @@ -250,7 +254,8 @@ | ... | @@ -250,7 +254,8 @@ |
| 250 | type="primary" | 254 | type="primary" |
| 251 | class="changeBtn outMinus addMinus" | 255 | class="changeBtn outMinus addMinus" |
| 252 | @click="delRow(index)" | 256 | @click="delRow(index)" |
| 253 | >-</el-button | 257 | >- |
| 258 | </el-button | ||
| 254 | > | 259 | > |
| 255 | </td> | 260 | </td> |
| 256 | <td class="xzq"> | 261 | <td class="xzq"> |
| ... | @@ -312,7 +317,14 @@ | ... | @@ -312,7 +317,14 @@ |
| 312 | </td> | 317 | </td> |
| 313 | </tr> | 318 | </tr> |
| 314 | <tr> | 319 | <tr> |
| 315 | <td @click="addRow">+</td> | 320 | <td> |
| 321 | <el-button | ||
| 322 | type="primary" | ||
| 323 | class="changeBtn outAdd addMinus" | ||
| 324 | @click="addRow" | ||
| 325 | >+ | ||
| 326 | </el-button> | ||
| 327 | </td> | ||
| 316 | <td></td> | 328 | <td></td> |
| 317 | <td></td> | 329 | <td></td> |
| 318 | <td></td> | 330 | <td></td> |
| ... | @@ -434,7 +446,8 @@ | ... | @@ -434,7 +446,8 @@ |
| 434 | type="primary" | 446 | type="primary" |
| 435 | class="changeBtn outMinus addMinus" | 447 | class="changeBtn outMinus addMinus" |
| 436 | @click="delRow(index)" | 448 | @click="delRow(index)" |
| 437 | >-</el-button | 449 | >- |
| 450 | </el-button | ||
| 438 | > | 451 | > |
| 439 | </td> | 452 | </td> |
| 440 | <td class="xzq"> | 453 | <td class="xzq"> |
| ... | @@ -496,7 +509,14 @@ | ... | @@ -496,7 +509,14 @@ |
| 496 | </td> | 509 | </td> |
| 497 | </tr> | 510 | </tr> |
| 498 | <tr> | 511 | <tr> |
| 499 | <td @click="addRow">+</td> | 512 | <td> |
| 513 | <el-button | ||
| 514 | type="primary" | ||
| 515 | class="changeBtn outAdd addMinus" | ||
| 516 | @click="addRow" | ||
| 517 | >+ | ||
| 518 | </el-button> | ||
| 519 | </td> | ||
| 500 | <td></td> | 520 | <td></td> |
| 501 | <td></td> | 521 | <td></td> |
| 502 | <td></td> | 522 | <td></td> |
| ... | @@ -558,19 +578,6 @@ | ... | @@ -558,19 +578,6 @@ |
| 558 | </el-tab-pane> | 578 | </el-tab-pane> |
| 559 | </el-tabs> | 579 | </el-tabs> |
| 560 | </div> | 580 | </div> |
| 561 | <!-- <div class="lpb"> | ||
| 562 | <el-tabs v-model="activeName" type="card" @tab-click="handleClick"> | ||
| 563 | <el-tab-pane label="编辑楼盘" name="edit"> | ||
| 564 | <bjlp></bjlp> | ||
| 565 | </el-tab-pane> | ||
| 566 | <el-tab-pane label="预览楼盘" name="preview"> | ||
| 567 | <yllp></yllp> | ||
| 568 | </el-tab-pane> | ||
| 569 | <el-tab-pane label="详细信息" name="detail"> | ||
| 570 | <xxxx></xxxx> | ||
| 571 | </el-tab-pane> | ||
| 572 | </el-tabs> | ||
| 573 | </div> --> | ||
| 574 | </template> | 581 | </template> |
| 575 | 582 | ||
| 576 | <script> | 583 | <script> |
| ... | @@ -991,7 +998,7 @@ | ... | @@ -991,7 +998,7 @@ |
| 991 | width: 100px; | 998 | width: 100px; |
| 992 | } | 999 | } |
| 993 | 1000 | ||
| 994 | .xzq, .djq, djzq { | 1001 | .xzq, .djq, .djzq { |
| 995 | width: 150px; | 1002 | width: 150px; |
| 996 | } | 1003 | } |
| 997 | </style> | 1004 | </style> | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment