raise-common-lib 0.0.163 → 0.0.164
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/package.json
CHANGED
|
@@ -222,13 +222,15 @@
|
|
|
222
222
|
font-family: Arial;
|
|
223
223
|
font-size: var(--rs-input-font-size);
|
|
224
224
|
min-height: var(--rs-input-line-height);
|
|
225
|
-
line-height:
|
|
225
|
+
line-height: 16px;
|
|
226
226
|
// 下拉选项超出正常显示,不显示缩略号
|
|
227
227
|
white-space: normal;
|
|
228
228
|
text-indent: 0;
|
|
229
|
-
padding:
|
|
229
|
+
padding: 6px 12px;
|
|
230
230
|
color: #44566c;
|
|
231
231
|
border-radius: 4px;
|
|
232
|
+
display: flex;
|
|
233
|
+
align-items: center;
|
|
232
234
|
&.e-item-focus {
|
|
233
235
|
background: transparent !important;
|
|
234
236
|
box-shadow: none !important;
|