Browse Source

Revert "perf: style"

This reverts commit 931a02a40bd9944e2e02615631617c3653562b47.
xingyu4j 2 years ago
parent
commit
410d5eb7a3

+ 0 - 2
yudao-ui-admin-vue3/src/auto-components.d.ts

@@ -50,8 +50,6 @@ declare module '@vue/runtime-core' {
     ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
     ElSelect: typeof import('element-plus/es')['ElSelect']
     ElSwitch: typeof import('element-plus/es')['ElSwitch']
-    ElTabPane: typeof import('element-plus/es')['ElTabPane']
-    ElTabs: typeof import('element-plus/es')['ElTabs']
     ElTag: typeof import('element-plus/es')['ElTag']
     ElTooltip: typeof import('element-plus/es')['ElTooltip']
     ElTransfer: typeof import('element-plus/es')['ElTransfer']

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

@@ -33,7 +33,7 @@
       :data="dbTableList"
       v-loading="dbLoading"
       :checkbox-config="{ highlight: true, range: true }"
-      height="260px"
+      height="350px"
       class="xtable-scrollbar"
     >
       <vxe-column type="checkbox" width="60" />