Browse Source

fix: vxe-table scrollbar

xingyu 2 years ago
parent
commit
0c909aa1bb

+ 1 - 0
yudao-ui-admin-vue3/src/views/infra/codegen/components/CloumInfoForm.vue

@@ -4,6 +4,7 @@
     :data="info"
     max-height="600"
     stripe
+    class="xtable-scrollbar"
     :column-config="{ resizable: true }"
   >
     <vxe-column title="字段列名" field="columnName" fixed="left" width="80" />