From e0e522aa69f69e0aa95f677fc083734281099df2 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 15 十一月 2021 09:39:26 +0800
Subject: [PATCH] 回车查询

---
 zhengcaioa/zhengcaioa/wwwroot/css/plugins/chosen/chosen.css |   34 +++++++++++++++++++++++++---------
 1 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/wwwroot/css/plugins/chosen/chosen.css b/zhengcaioa/zhengcaioa/wwwroot/css/plugins/chosen/chosen.css
index 7599a85..4375e0b 100644
--- a/zhengcaioa/zhengcaioa/wwwroot/css/plugins/chosen/chosen.css
+++ b/zhengcaioa/zhengcaioa/wwwroot/css/plugins/chosen/chosen.css
@@ -1,11 +1,11 @@
 /*!
 Chosen, a Select Box Enhancer for jQuery and Prototype
 by Patrick Filler for Harvest, http://getharvest.com
-
+ 
 Version 1.1.0
 Full source at https://github.com/harvesthq/chosen
 Copyright (c) 2011 Harvest http://getharvest.com
-
+ 
 MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
 This file is generated by `grunt build`, do not edit it by hand.
 */
@@ -175,7 +175,7 @@
         margin: 0;
         padding: 5px 6px;
         list-style: none;
-        line-height: 7px;
+        line-height: 15px;
         -webkit-touch-callout: none;
     }
 
@@ -233,7 +233,8 @@
     min-height: 30px;
     overflow: hidden;
     padding: 2px;
-    position: relative; box-sizing:border-box;
+    position: relative;
+    box-sizing: border-box;
     width: 100%;
 }
 
@@ -482,8 +483,23 @@
 }
 /* @end */
 
-.chosen-container-single .chosen-single{ line-height:28px;}
-.chosen-container-single .chosen-single div b{ background-position:0px 4px;}
-.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 4px; }
-.chosen-container{ display:block;}
-.chosen-container-multi .chosen-choices{min-height:30px; padding:0px;}
\ No newline at end of file
+.chosen-container-single .chosen-single {
+    line-height: 28px;
+}
+
+    .chosen-container-single .chosen-single div b {
+        background-position: 0px 4px;
+    }
+
+.chosen-container-active.chosen-with-drop .chosen-single div b {
+    background-position: -18px 4px;
+}
+
+.chosen-container {
+    display: block;
+}
+
+.chosen-container-multi .chosen-choices {
+    min-height: 30px;
+    padding: 0px;
+}

--
Gitblit v1.9.1