This commit is contained in:
xbx 2024-05-30 20:49:02 +08:00
parent 3f98ead83c
commit 82bd51ca66
4 changed files with 5 additions and 5 deletions

BIN
logo copy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -87,7 +87,7 @@ const setting: ProjectConfig = {
// 菜单配置 // 菜单配置
menuSetting: { menuSetting: {
// 背景色 // 背景色
bgColor: SIDE_BAR_BG_COLOR_LIST[0], bgColor: SIDE_BAR_BG_COLOR_LIST[3],
// 是否固定住左侧菜单 // 是否固定住左侧菜单
fixed: true, fixed: true,
// 菜单折叠 // 菜单折叠
@ -108,13 +108,13 @@ const setting: ProjectConfig = {
// 菜单类型 // 菜单类型
type: MenuTypeEnum.SIDEBAR, type: MenuTypeEnum.SIDEBAR,
// 菜单主题 // 菜单主题
theme: ThemeEnum.DARK, theme: ThemeEnum.LIGHT,
// 分割菜单 // 分割菜单
split: false, split: false,
// 顶部菜单布局 // 顶部菜单布局
topMenuAlign: 'center', topMenuAlign: 'center',
// 折叠触发器的位置 // 折叠触发器的位置
trigger: TriggerEnum.HEADER, trigger: TriggerEnum.NONE,
// 手风琴模式,只展示一个菜单 // 手风琴模式,只展示一个菜单
accordion: true, accordion: true,
// 在路由切换的时候关闭左侧混合菜单展开菜单 // 在路由切换的时候关闭左侧混合菜单展开菜单
@ -130,7 +130,7 @@ const setting: ProjectConfig = {
// 刷新后是否保留已经打开的标签页 // 刷新后是否保留已经打开的标签页
cache: false, cache: false,
// 开启 // 开启
show: true, show: false,
// 是否可以拖拽 // 是否可以拖拽
canDrag: true, canDrag: true,
// 开启快速操作 // 开启快速操作

View File

@ -10,7 +10,7 @@
<a-row :gutter="24"> <a-row :gutter="24">
<a-col :xl="24" :style="{ marginBottom: '24px' }"> <a-col :xl="24" :style="{ marginBottom: '24px' }">
<div class="container"> <div class="container">
<div id="map1" style="width: 100%; height: 400px"></div> <div id="map1" style="width: 100%; height: 500px"></div>
</div> </div>
</a-col> </a-col>
</a-row> </a-row>