File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
web/src/view/layout/setting Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11<template >
2- <el-drawer v-model =" drawer" title =" 系统配置" direction =" rtl" :size =" width" >
2+ <el-drawer v-model =" drawer" title =" 系统配置" direction =" rtl" :size =" width" :show-close =" false" >
3+ <template #header >
4+ <div class =" flex justify-between items-center" >
5+ <span class =" text-lg" >系统配置</span >
6+ <el-button type =" primary" @click =" saveConfig" >保存配置</el-button >
7+ </div >
8+ </template >
39 <div class =" flex flex-col" >
410 <div class =" mb-8" >
511 <div class =" text-gray-800 dark:text-gray-100" >默认主题</div >
116122 请注意,所有配置请保存到本地文件的
117123 <el-tag>config.json</el-tag> 文件中,否则刷新页面后会丢失配置
118124 </el-alert>-->
119-
120- <el-button type =" primary" class =" mt-4" @click =" saveConfig" >保存配置</el-button >
121125 </div >
122126 </el-drawer >
123127</template >
You can’t perform that action at this time.
0 commit comments