@lemon-fe/kits 1.0.0-113 → 1.0.0-114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/styles/overrides.less
CHANGED
|
@@ -153,13 +153,6 @@ a[title='站长统计'] {
|
|
|
153
153
|
width: auto;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
/** select */
|
|
157
|
-
|
|
158
|
-
.@{ant-prefix}-select-arrow {
|
|
159
|
-
color: fade(#333, 70);
|
|
160
|
-
font-size: 14px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
156
|
/** input */
|
|
164
157
|
@input-height-base: 28px;
|
|
165
158
|
@input-padding-horizontal-base: 8px;
|
|
@@ -173,18 +166,39 @@ a[title='站长统计'] {
|
|
|
173
166
|
/** picker */
|
|
174
167
|
.@{ant-prefix}-picker {
|
|
175
168
|
.@{ant-prefix}-picker-clear {
|
|
176
|
-
box-sizing: border-box;
|
|
177
|
-
width: 16px;
|
|
178
|
-
height: 16px;
|
|
179
169
|
padding: 1px;
|
|
170
|
+
background-color: #fff;
|
|
180
171
|
}
|
|
181
172
|
|
|
182
173
|
&-suffix {
|
|
183
|
-
color:
|
|
174
|
+
color: fade(#333, 70);
|
|
184
175
|
font-size: 16px;
|
|
185
176
|
}
|
|
177
|
+
|
|
178
|
+
&&-disabled &-suffix {
|
|
179
|
+
color: fade(#333, 49);
|
|
180
|
+
}
|
|
186
181
|
}
|
|
187
182
|
|
|
183
|
+
/** select */
|
|
184
|
+
@select-multiple-item-disabled-color: @input-disabled-color;
|
|
185
|
+
.@{ant-prefix}-select {
|
|
186
|
+
&-arrow {
|
|
187
|
+
color: fade(#333, 70);
|
|
188
|
+
font-size: 14px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
&-disabled&:not(&-customize-input) &-selector {
|
|
192
|
+
color: @input-disabled-color;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
&-disabled &-arrow {
|
|
196
|
+
color: fade(#333, 49);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/** treeselect */
|
|
201
|
+
|
|
188
202
|
/** button **/
|
|
189
203
|
@btn-height-base: 28px;
|
|
190
204
|
@btn-height-sm: 24px;
|