fix: eslint

This commit is contained in:
hw
2025-11-13 18:35:44 +08:00
parent cdae277868
commit 6ae21c978b
3 changed files with 6 additions and 10 deletions

View File

@@ -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;
}

View File

@@ -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';

View File

@@ -1,7 +1,3 @@
export { default } from './reply.vue';
export {
createEmptyReply,
type Reply,
ReplyType,
} from './types';
export { createEmptyReply, type Reply, ReplyType } from './types';