From 73cdff843994b42beef7a22844326f83fee104de Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Fri, 29 Aug 2025 13:26:50 +0800
Subject: [PATCH] 提交
---
public/static/element/index_other.css | 26 ++++++++++++++++++++++++--
1 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/public/static/element/index_other.css b/public/static/element/index_other.css
index ab14b8a..fb8b007 100644
--- a/public/static/element/index_other.css
+++ b/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;
@@ -170,4 +176,20 @@
.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;
}
\ No newline at end of file
--
Gitblit v1.9.0