refactor(project-detail): 调整里程碑和日报组件的布局结构
All checks were successful
Lint Code / Lint Code (push) Successful in 2m46s
All checks were successful
Lint Code / Lint Code (push) Successful in 2m46s
- 简化里程碑名称和删除按钮的模板语法,移除不必要的换行 - 将项目日报卡片从独立行移至里程碑卡片下方,使用 `mt-4` 间距分隔 - 保持原有功能和样式不变,仅优化视觉层级和代码结构
This commit is contained in:
@@ -1809,11 +1809,8 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
|
|
||||||
<el-row :gutter="16" class="mt-4">
|
<div class="mt-4">
|
||||||
<el-col :xs="24" :lg="24">
|
|
||||||
<el-card shadow="hover">
|
<el-card shadow="hover">
|
||||||
<template #header>
|
<template #header>
|
||||||
<div class="flex-bc">
|
<div class="flex-bc">
|
||||||
@@ -1927,6 +1924,7 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user