立项配置页初步优化

This commit is contained in:
Cheng Zhou
2026-02-24 16:53:22 +08:00
parent 0693f09b1d
commit 8f3f717e48
124 changed files with 12519 additions and 2954 deletions
+5 -22
View File
@@ -1,7 +1,7 @@
<template>
<div class="page">
<el-card>
<div class="unified-shell">
<section class="unified-section">
<el-table
:data="kickoffRows"
v-loading="loading"
@@ -26,7 +26,8 @@
</el-table-column>
</el-table>
<StateEmpty v-if="!loading && kickoffRows.length === 0" :description="TEXT.modules.startupMeetingAuth.emptyKickoff" />
</el-card>
</section>
</div>
</div>
</template>
@@ -162,25 +163,7 @@ onMounted(() => {
.page {
display: flex;
flex-direction: column;
gap: 12px;
}
.page-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.page-title {
margin: 0;
font-size: 22px;
font-weight: 600;
}
.page-subtitle {
margin: 6px 0 0;
font-size: 13px;
color: var(--ctms-text-secondary);
gap: 0;
}
</style>