Skip to content

Commit 513d4b6

Browse files
author
piexlmax
committed
排除多余css
1 parent 83eea6f commit 513d4b6

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

server/core/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func RunWindowsServer() {
3737

3838
fmt.Printf(`
3939
欢迎使用 gin-vue-admin
40-
当前版本:V2.5.1b
40+
当前版本:v2.5.1beta
4141
加群方式:微信号:shouzi_1994 QQ群:622360840
4242
插件市场:https://plugin.gin-vue-admin.com
4343
GVA讨论社区:https://support.qq.com/products/371961

web/src/core/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const viteLogo = (env) => {
1818
)
1919
console.log(
2020
chalk.green(
21-
`> 当前版本:v2.5.1b`
21+
`> 当前版本:v2.5.2beta`
2222
)
2323
)
2424
console.log(

web/src/core/gin-vue-admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
register(app)
1111
console.log(`
1212
欢迎使用 Gin-Vue-Admin
13-
当前版本:v2.5.1b
13+
当前版本:v2.5.2beta
1414
加群方式:微信:shouzi_1994 QQ群:622360840
1515
GVA讨论社区:https://support.qq.com/products/371961
1616
插件市场:https://plugin.gin-vue-admin.com

web/src/style/main.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -612,18 +612,6 @@ li {
612612
}
613613
}
614614
}
615-
.el-menu-item:focus,
616-
.el-menu-item:hover {
617-
background-color: transparent;
618-
}
619-
.el-menu-item:hover i,
620-
.el-menu-item:hover span {
621-
color: #fff;
622-
}
623-
.el-sub-menu__title:hover i,
624-
.el-sub-menu__title:hover span {
625-
color: #fff;
626-
}
627615
}
628616
.hideside {
629617
.aside {

0 commit comments

Comments
 (0)