修复表格没有底部边框
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -60,7 +60,7 @@ const currTableRowIndex: any = ref(null); | ... | @@ -60,7 +60,7 @@ const currTableRowIndex: any = ref(null); |
| 60 | const ruleModelTableInfo = ref({ | 60 | const ruleModelTableInfo = ref({ |
| 61 | id: 'rule-model-table', | 61 | id: 'rule-model-table', |
| 62 | loading: false, | 62 | loading: false, |
| 63 | minHeight: '200px', | 63 | minHeight: '150px', |
| 64 | nodeKey: 'guid', | 64 | nodeKey: 'guid', |
| 65 | height: '200px', | 65 | height: '200px', |
| 66 | fields: [ | 66 | fields: [ | ... | ... |
-
Please register or sign in to post a comment