perf: 调整

This commit is contained in:
rd
2025-09-05 17:02:01 +08:00
parent 6b8950ca4d
commit a1823d08a9
7 changed files with 29 additions and 29 deletions

View File

@ -1,13 +1,12 @@
<script lang="jsx">
import axios from 'axios';
import { Swiper, SwiperSlide } from 'swiper/vue';
import { Button, Form, FormItem, Input, Tabs } from 'ant-design-vue';
import { Button, Form, FormItem, Input, Tabs, message, Image, Upload, Spin } from 'ant-design-vue';
const { TextArea } = Input;
const { TabPane } = Tabs;
import { IconLoading, message } from '@arco-design/web-vue/es/icon';
import { Image, Upload, Spin } from 'ant-design-vue';
import { IconLoading } from '@arco-design/web-vue/es/icon'; // 图标保留不更换
import TextOverTips from '@/components/text-over-tips';
import 'swiper/css';
@ -426,7 +425,7 @@ export default {
{TAB_LIST.map((item) => (
<TabPane
key={item.value}
tab={(
tab={
<div class="flex items-center relative">
<span>{item.label}</span>
{
@ -435,7 +434,7 @@ export default {
// )
}
</div>
)}
}
/>
))}
</Tabs>