raise-common-lib 0.0.162 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.162",
3
+ "version": "0.0.164",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -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: var(--rs-input-line-height);
225
+ line-height: 16px;
226
226
  // 下拉选项超出正常显示,不显示缩略号
227
227
  white-space: normal;
228
228
  text-indent: 0;
229
- padding: 0 12px;
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;