fix: eslint
This commit is contained in:
@@ -229,8 +229,9 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|||||||
.vxe-table--body {
|
.vxe-table--body {
|
||||||
.vxe-body--column {
|
.vxe-body--column {
|
||||||
.vxe-cell {
|
.vxe-cell {
|
||||||
padding: 0;
|
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 300px !important;
|
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 { default as MaterialSelect } from './material-select/material-select.vue';
|
||||||
|
|
||||||
export * from './material-select/types';
|
export * from './material-select/types';
|
||||||
|
|
||||||
export * from './msg/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 VideoPlayer } from './video-play/video-play.vue';
|
||||||
|
|
||||||
export { default as VoicePlayer } from './voice-play/voice-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 { default } from './reply.vue';
|
||||||
|
|
||||||
export {
|
export { createEmptyReply, type Reply, ReplyType } from './types';
|
||||||
createEmptyReply,
|
|
||||||
type Reply,
|
|
||||||
ReplyType,
|
|
||||||
} from './types';
|
|
||||||
|
|||||||
Reference in New Issue
Block a user