29c48912 by lihua

修复表格没有底部边框

1 parent 3de17094
...@@ -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: [
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!