diff --git a/src/components/home/Check/index.vue b/src/components/home/Check/index.vue index 8ef4da9..fe2d768 100644 --- a/src/components/home/Check/index.vue +++ b/src/components/home/Check/index.vue @@ -139,8 +139,10 @@ const addTextToCheckList = async (text: string, id: number) => { .mask-box { display: flex; font-size: 35px; + align-items: center; + margin-bottom: 40px; .el-tag { - margin: 0 20px 10px 0; + margin-right: 20px; width: 100%; } } @@ -158,4 +160,7 @@ const addTextToCheckList = async (text: string, id: number) => { .el-icon.el-icon--loading { animation: spin 1s linear infinite; // 确保 Loading 图标应用 spin 动画 } +:deep(.el-tag) { + padding: 30px 0; +} diff --git a/src/components/martix/Edit/index.vue b/src/components/martix/Edit/index.vue index 839517f..76cf185 100644 --- a/src/components/martix/Edit/index.vue +++ b/src/components/martix/Edit/index.vue @@ -58,7 +58,7 @@ const cancel = () => {