From 5421f9a6e5e2b28cc32aa8aa6dec9becd0c1eb3c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 04 一月 2023 10:19:57 +0800
Subject: [PATCH] 业务经理意向和合作客户只能1000,90天意向不转合作就制空业务经理,查询没有业务经理的档案客户和合作客户
---
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