We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37033c8 commit a16631fCopy full SHA for a16631f
3 files changed
src/assets/img/logo.png
9.44 KB
src/components/layout/SideBar.vue
@@ -275,7 +275,7 @@ export default {
275
z-index: 99;
276
277
img {
278
- width: 110px;
+ width: 120px;
279
transition: all 0.3s linear;
280
}
281
src/config/stage/plugins.js
@@ -1,7 +1,7 @@
1
// 本文件是自动生成, 请勿修改
2
-import custom from '@/plugins/custom/stage-config'
3
import LinCmsUi from '@/plugins/LinCmsUi/stage-config'
+import custom from '@/plugins/custom/stage-config'
4
5
-const pluginsConfig = [custom, LinCmsUi]
+const pluginsConfig = [LinCmsUi, custom]
6
7
export default pluginsConfig
0 commit comments