refactor(web-antd): 修正 Tinyflow 组件中的导入路径

- 将 './ui/typing' 修改为 './ui/typeing'(可能是原代码中的拼写错误)
- 将 './ui/typing' 修改为 './ui/index',以符合常见的模块入口文件结构
This commit is contained in:
gjd
2025-06-16 13:16:07 +08:00
parent 0f701dd49b
commit 31a98ba9f8
27 changed files with 700 additions and 1592 deletions

View File

@@ -52,7 +52,7 @@ watch(copied, (val) => {
});
</script>
<template>
<Card class="my-card h-full">
<Card class="my-card flex h-full flex-col">
<template #title>
<h3 class="m-0 flex shrink-0 items-center justify-between px-7">
<span>预览</span>
@@ -123,9 +123,6 @@ watch(copied, (val) => {
}
.my-card {
display: flex;
flex-direction: column;
:deep(.ant-card-body) {
box-sizing: border-box;
flex-grow: 1;

View File

@@ -29,4 +29,3 @@ const emits = defineEmits<{
</span>
</div>
</template>
<style scoped></style>