File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
</template >
8
8
</Suspense >
9
9
</el-header >
10
- <el-main >
10
+ <el-main :class = " 'el-main-' + storageConfigStore.globalConfig?.layout " >
11
11
<router-view />
12
12
</el-main >
13
13
<el-footer v-if =" storageConfigStore.globalConfig?.icp" >
@@ -90,6 +90,10 @@ const loadGlobalSiteSetting = () => {
90
90
overflow-x : hidden ;
91
91
}
92
92
93
+ .el-main-card {
94
+ @apply bg-gray- 100;
95
+ }
96
+
93
97
// 定义脚部高度,边框
94
98
.el-footer {
95
99
border-top : var (--zfile-header-footer-border-top );
Original file line number Diff line number Diff line change 15
15
<z-form-item label =" 页面布局" >
16
16
<el-radio v-model =" data.layout" label =" full" >全屏</el-radio >
17
17
<el-radio v-model =" data.layout" label =" center" >居中</el-radio >
18
+ <el-radio v-model =" data.layout" label =" card" >卡片</el-radio >
18
19
</z-form-item >
19
20
20
21
<z-form-item label =" 根目录显示所有存储源" >
You can’t perform that action at this time.
0 commit comments