优化登录页UI、新增占满布局类

This commit is contained in:
Cheng Zhou
2026-03-10 11:37:19 +08:00
parent 4c98147f3e
commit 8bec268a5b
47 changed files with 640 additions and 351 deletions
+7 -3
View File
@@ -1,12 +1,12 @@
<template>
<div class="page">
<div class="page ctms-page-shell page--flush">
<div class="unified-shell">
<section class="unified-section">
<section class="unified-section kickoff-table-section section--flush">
<el-table
:data="kickoffRows"
v-loading="loading"
style="width: 100%"
class="ctms-table"
class="ctms-table kickoff-table"
:row-class-name="kickoffRowClass"
@row-click="onKickoffRowClick"
>
@@ -166,6 +166,10 @@ onMounted(() => {
gap: 0;
}
.kickoff-table :deep(.el-table__inner-wrapper::before) {
display: none;
}
</style>
<style>