优化登录页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 -7
View File
@@ -1,5 +1,5 @@
<template>
<div class="page">
<div class="page ctms-page-shell page--flush">
<el-row :gutter="12">
<el-col :span="5">
<FaqCategoryPanel
@@ -154,25 +154,25 @@ onMounted(async () => {
<style scoped>
.page {
padding: 16px;
padding: 0;
}
.faq-main {
background: #fff;
border: 1px solid var(--ctms-border-color);
border-radius: 10px;
padding: 16px;
border: 0;
border-radius: 0;
padding: 0;
overflow: hidden;
}
.filters {
display: flex;
gap: 8px;
align-items: center;
margin-bottom: 16px;
}
.spacer {
flex: 1;
}
.pagination-wrap {
margin-top: 14px;
padding: 10px 16px 0;
display: flex;
justify-content: flex-end;
}