样式调整
Showing
2 changed files
with
4 additions
and
4 deletions
| ... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
| 24 | <tr> | 24 | <tr> |
| 25 | <td class="cz"><el-button | 25 | <td class="cz"><el-button |
| 26 | type="primary" | 26 | type="primary" |
| 27 | class="changeBtn outAdd addMinus" | 27 | class="changeBtn inAdd addMinus" |
| 28 | @click="addRow" | 28 | @click="addRow" |
| 29 | >+</el-button | 29 | >+</el-button |
| 30 | ></td> | 30 | ></td> |
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| 37 | <td class="cz"> | 37 | <td class="cz"> |
| 38 | <el-button | 38 | <el-button |
| 39 | type="primary" | 39 | type="primary" |
| 40 | class="changeBtn outMinus addMinus" | 40 | class="changeBtn inMinus addMinus" |
| 41 | @click="delRow(i)" | 41 | @click="delRow(i)" |
| 42 | >-</el-button | 42 | >-</el-button |
| 43 | > | 43 | > | ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | <td> | 15 | <td> |
| 16 | <el-button | 16 | <el-button |
| 17 | type="primary" | 17 | type="primary" |
| 18 | class="changeBtn outAdd addMinus" | 18 | class="changeBtn inAdd addMinus" |
| 19 | @click="addRow" | 19 | @click="addRow" |
| 20 | >+</el-button | 20 | >+</el-button |
| 21 | > | 21 | > |
| ... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
| 31 | <td> | 31 | <td> |
| 32 | <el-button | 32 | <el-button |
| 33 | type="primary" | 33 | type="primary" |
| 34 | class="changeBtn outMinus addMinus" | 34 | class="changeBtn inMinus addMinus" |
| 35 | @click="delRow(i)" | 35 | @click="delRow(i)" |
| 36 | >-</el-button | 36 | >-</el-button |
| 37 | > | 37 | > | ... | ... |
-
Please register or sign in to post a comment