From 97e045fb1271016af2777580b980f974977909f3 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期五, 17 五月 2024 09:58:20 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/zy-asrs into phyzasrs
---
src/main/webapp/static/css/cool.css | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/css/cool.css b/src/main/webapp/static/css/cool.css
index 93b9dc1..b592730 100644
--- a/src/main/webapp/static/css/cool.css
+++ b/src/main/webapp/static/css/cool.css
@@ -16,14 +16,14 @@
}
.cool-auto-complete-window-input {
-
height: 28px;
box-sizing: border-box;
border: 1px solid #dedede;
-
width: 100%;
}
-
+.cool-auto-complete-window-input:focus {
+ border-color: #007bff !important;
+}
.cool-auto-complete-window-select {
width: 100%;
border: 1px solid #dedede;
@@ -41,4 +41,8 @@
}
.cool-auto-complete-window-select option:first-child{
color:#aaaaaa;
-}
\ No newline at end of file
+}
+
+/*.layui-table-grid-down {*/
+/* display: none;*/
+/*}*/
--
Gitblit v1.9.1