chengkun
2025-08-29 73cdff843994b42beef7a22844326f83fee104de
public/static/element/index_other.css
@@ -77,8 +77,14 @@
    color: #fff;
}
.el-sub-menu__title .parentmenu{font-weight: bolder; color: #fff;}
.el-menu-item .submenu{margin-left: 10px !important;}
.el-sub-menu__title .parentmenu {
    font-weight: bolder;
    color: #fff;
}
.el-menu-item .submenu {
    margin-left: 10px !important;
}
.left_logo_item {
    text-align: center;
@@ -171,3 +177,19 @@
.el-main {
    overflow: unset;
}
.btn-width-100 {
    width: 100px;
}
.btn-min-width-100 {
    min-width: 100px;
}
.btn-width-120 {
    width: 120px;
}
.btn-min-width-120 {
    min-width: 120px;
}