处理弹窗的放大缩小

This commit is contained in:
MTrun
2021-12-20 13:36:54 +08:00
parent f37ed1f3d3
commit 8dc4769b64
19 changed files with 345 additions and 106 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ export const theme = {
// 默认是否开启深色主题
darkTheme: true,
//系统主题色
appTheme: '#63e2b7',
appTheme: '#51d6a9',
//系统内置主题色列表
appThemeList
}
@@ -53,7 +53,7 @@ export const asideWidth = '270'
export const asideCollapsedWidth = '60'
// 修改边框圆角
export const borderRadius = '4px'
export const borderRadius = '6px'
// 轮播间隔
export const carouselInterval = 4000