fix: ele统一风格

This commit is contained in:
hw
2025-11-13 18:35:10 +08:00
parent 7733d0a7f4
commit cdae277868
82 changed files with 823 additions and 1159 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { Music, News, VideoPlayer, VoicePlayer } from '#/views/mp/modules';
import { Music, News, VideoPlayer, VoicePlayer } from '#/views/mp/components';
// DONE @hw迁移到 /apps/web-antd/src/views/mp/autoReply/modules 里;组件名可能要换一个,= = 之前写的不太好;类似 content.vue ?本质是内容~
defineOptions({ name: 'ReplyContentCell' });

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import type { Reply } from '#/views/mp/modules/reply/types';
import type { Reply } from '#/views/mp/components/reply/types';
import { computed, nextTick, ref } from 'vue';
@@ -10,7 +10,7 @@ import { message } from 'ant-design-vue';
import { useVbenForm } from '#/adapter/form';
import { createAutoReply, updateAutoReply } from '#/api/mp/autoReply';
import { $t } from '#/locales';
import { ReplyType } from '#/views/mp/modules/reply/types';
import { ReplyType } from '#/views/mp/components/reply/types';
import { useFormSchema } from '../data';
import { MsgType } from '../types';