From 0cc7f61de2b106c9664033fc27d6426d072ea019 Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Mon, 15 Sep 2025 17:05: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