From b891a3879e086618be5d2b90aaea25f2e683dc15 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 16 九月 2022 16:28:06 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/cstmr/cstmr.html |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/cstmr/cstmr.html b/src/main/webapp/views/cstmr/cstmr.html
index 9f09d8c..cda96c1 100644
--- a/src/main/webapp/views/cstmr/cstmr.html
+++ b/src/main/webapp/views/cstmr/cstmr.html
@@ -22,9 +22,10 @@
             margin-right: 5px;
         }
 
-        .layui-border-box,.layui-border-box * {
-            box-sizing:inherit
+        .layui-dropdown.layui-border-box.layui-panel.layui-anim.layui-anim-downbit,.layui-dropdown.layui-border-box.layui-panel.layui-anim.layui-anim-downbit * {
+            box-sizing:inherit;
         }
+
         .layui-menu li {
             width: inherit;
         }
@@ -35,6 +36,15 @@
             text-align: center;
             border: 1px solid #c0c4cc;
         }
+
+        .site-dropdown-demo,
+        .site-dropdown-demo .layui-menu{background: #32363F;border-color: #484e58;}
+        .site-dropdown-demo .layui-menu li{color: #a1a8b8;}
+        .site-dropdown-demo .layui-menu li:hover{background-color: #32363F;}
+        .layui-menu-body-title>.layui-icon {
+            position: relative;
+            margin-right: 5px;
+        }
     </style>
 </head>
 <body>

--
Gitblit v1.9.1