diff --git a/src/store/modules/themeConfig.ts b/src/store/modules/themeConfig.ts index 7c26e1c..8856228 100644 --- a/src/store/modules/themeConfig.ts +++ b/src/store/modules/themeConfig.ts @@ -119,8 +119,8 @@ const themeConfigModule: Module = { globalViceTitle: 'SMALL@小柒', // 默认初始语言,可选值"",默认 zh-cn globalI18n: 'zh-cn', - // 默认全局组件大小,可选值"",默认 default - globalComponentSize: 'default', + // 默认全局组件大小,可选值"<|medium|small|mini>",默认 '' + globalComponentSize: '', }, }, mutations: { diff --git a/src/views/layout/lockScreen/index.vue b/src/views/layout/lockScreen/index.vue index 765f6b8..a68beb9 100644 --- a/src/views/layout/lockScreen/index.vue +++ b/src/views/layout/lockScreen/index.vue @@ -196,7 +196,6 @@ export default { .layout-lock-screen-filter { filter: blur(5px); transform: scale(1.2); - transition: all 0.3s ease; } .layout-lock-screen-mask { background: rgba(255, 255, 255, 1); @@ -208,6 +207,7 @@ export default { background-image: url('https://img6.bdstatic.com/img/image/pcindex/sunjunpchuazhoutu.JPG'); background-size: 100% 100%; z-index: 9999991; + transition: all ease 0.3s 0.3s; } .layout-lock-screen { @extend .layout-lock-screen-fixed; diff --git a/src/views/layout/navBars/breadcrumb/user.vue b/src/views/layout/navBars/breadcrumb/user.vue index 06a8057..5ddd3d3 100644 --- a/src/views/layout/navBars/breadcrumb/user.vue +++ b/src/views/layout/navBars/breadcrumb/user.vue @@ -6,7 +6,7 @@