表格样式修改
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
| 47 | > | 47 | > |
| 48 | <el-table-column | 48 | <el-table-column |
| 49 | type="index" | 49 | type="index" |
| 50 | width="200" | 50 | width="300" |
| 51 | align="center" | 51 | align="center" |
| 52 | label="顺序号" | 52 | label="顺序号" |
| 53 | > | 53 | > |
| ... | @@ -158,7 +158,7 @@ export default { | ... | @@ -158,7 +158,7 @@ export default { |
| 158 | height: 100%; | 158 | height: 100%; |
| 159 | .panel { | 159 | .panel { |
| 160 | @flex(); | 160 | @flex(); |
| 161 | width: 100%; | 161 | width: 100%; |
| 162 | .panel_left { | 162 | .panel_left { |
| 163 | width: 45%; | 163 | width: 45%; |
| 164 | margin-right: @30px; | 164 | margin-right: @30px; | ... | ... |
-
Please register or sign in to post a comment