From 33cbf43ad1d22318a8c9798c46d43f9ddefb6bf5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 15 九月 2020 13:29:34 +0800
Subject: [PATCH] #修改物料结构
---
src/main/webapp/static/css/cool.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/css/cool.css b/src/main/webapp/static/css/cool.css
index 93b9dc1..aac555b 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;
--
Gitblit v1.9.1