mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
fix: eslint
This commit is contained in:
@@ -229,8 +229,9 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
.vxe-table--body {
|
||||
.vxe-body--column {
|
||||
.vxe-cell {
|
||||
padding: 0;
|
||||
height: auto !important;
|
||||
padding: 0;
|
||||
|
||||
img {
|
||||
width: 300px !important;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
// 统一导出所有模块组件
|
||||
|
||||
export { default as Location } from './location/location.vue';
|
||||
export { default as AccountSelect } from './account-select/account-select.vue';
|
||||
|
||||
export { default as Location } from './location/location.vue';
|
||||
export { default as MaterialSelect } from './material-select/material-select.vue';
|
||||
|
||||
export * from './material-select/types';
|
||||
|
||||
export * from './msg/types';
|
||||
@@ -18,6 +20,3 @@ export * from './reply/types';
|
||||
export { default as VideoPlayer } from './video-play/video-play.vue';
|
||||
|
||||
export { default as VoicePlayer } from './voice-play/voice-play.vue';
|
||||
|
||||
export { default as AccountSelect } from './account-select/account-select.vue';
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
export { default } from './reply.vue';
|
||||
|
||||
export {
|
||||
createEmptyReply,
|
||||
type Reply,
|
||||
ReplyType,
|
||||
} from './types';
|
||||
export { createEmptyReply, type Reply, ReplyType } from './types';
|
||||
|
||||
Reference in New Issue
Block a user