mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-30 11:11:55 +08:00
perf: style
This commit is contained in:
parent
a4a524ba38
commit
931a02a40b
2
yudao-ui-admin-vue3/src/auto-components.d.ts
vendored
2
yudao-ui-admin-vue3/src/auto-components.d.ts
vendored
@ -50,6 +50,8 @@ declare module '@vue/runtime-core' {
|
|||||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||||||
ElSelect: typeof import('element-plus/es')['ElSelect']
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||||||
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
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']
|
ElTag: typeof import('element-plus/es')['ElTag']
|
||||||
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
||||||
ElTransfer: typeof import('element-plus/es')['ElTransfer']
|
ElTransfer: typeof import('element-plus/es')['ElTransfer']
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
:data="dbTableList"
|
:data="dbTableList"
|
||||||
v-loading="dbLoading"
|
v-loading="dbLoading"
|
||||||
:checkbox-config="{ highlight: true, range: true }"
|
:checkbox-config="{ highlight: true, range: true }"
|
||||||
height="350px"
|
height="260px"
|
||||||
class="xtable-scrollbar"
|
class="xtable-scrollbar"
|
||||||
>
|
>
|
||||||
<vxe-column type="checkbox" width="60" />
|
<vxe-column type="checkbox" width="60" />
|
||||||
|
Loading…
Reference in New Issue
Block a user