review:【antd】【mp】material、message 的迁移 v2

This commit is contained in:
YunaiV
2025-11-13 20:31:46 +08:00
parent 80bb508e78
commit e092ec737e
10 changed files with 27 additions and 5 deletions

View File

@@ -163,8 +163,10 @@ function selectMaterial(item: any) {
<!-- 选择素材 -->
<Col :span="12">
<Button type="primary" @click="showDialog = true">
<!-- TODO @dylanIconifyIcon 里的 icon 尽量用中立的例如说lucide 开头的这样 el 项目继续复用 -->
素材库选择 <IconifyIcon icon="ep:circle-check" />
</Button>
<!-- TODO @dylan貌似 modal 打开后列表长度无限延伸 -->
<Modal
title="选择视频"
v-model:open="showDialog"