Skip to content

Commit a16631f

Browse files
committed
feat(img):
change logo
1 parent 37033c8 commit a16631f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/assets/img/logo.png

9.44 KB
Loading

src/components/layout/SideBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export default {
275275
z-index: 99;
276276
277277
img {
278-
width: 110px;
278+
width: 120px;
279279
transition: all 0.3s linear;
280280
}
281281
}

src/config/stage/plugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 本文件是自动生成, 请勿修改
2-
import custom from '@/plugins/custom/stage-config'
32
import LinCmsUi from '@/plugins/LinCmsUi/stage-config'
3+
import custom from '@/plugins/custom/stage-config'
44

5-
const pluginsConfig = [custom, LinCmsUi]
5+
const pluginsConfig = [LinCmsUi, custom]
66

77
export default pluginsConfig

0 commit comments

Comments
 (0)