resolver-egretimp-plus 0.1.17 → 0.1.18

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.
@@ -3,6 +3,7 @@
3
3
  --el-button-hover-bg-color: #EFF0F1;
4
4
  --el-button-text-color: #1F2329;
5
5
  --el-font-size-base: 14px;
6
+ --el-font-weight-primary: 400;
6
7
  }
7
8
  .el-button--large {
8
9
  padding: 8px 12px;
@@ -23,6 +23,7 @@
23
23
  --el-border-color-lighter: #d0d3d6;
24
24
  --el-fill-color-lighter: #fafafa;
25
25
  --el-fill-color-light: #eff0f1;
26
+ --el-color-danger: #F54A45;
26
27
 
27
28
  --prmary-marign-second: 12px;
28
29
  --prmary-marign: 16px
@@ -10,6 +10,7 @@
10
10
  }
11
11
 
12
12
  .el-input__wrapper {
13
+ padding: 1px 8px;
13
14
  .el-input__clear {
14
15
  svg path {
15
16
  d: path("M 764.288 214.592 L 512 466.88 L 259.712 214.592 a 31.936 31.936 0 0 0 -45.12 45.12 L 466.752 512 L 214.528 764.224 a 31.936 31.936 0 1 0 45.12 45.184 L 512 557.184 l 252.288 252.288 a 31.936 31.936 0 0 0 45.12 -45.12 L 557.12 512.064 l 252.288 -252.352 a 31.936 31.936 0 1 0 -45.12 -45.184 Z")
@@ -1,7 +1,7 @@
1
1
  @import './components/index.scss';
2
2
  * {
3
3
  font-family: PingFang SC,sans-serif;
4
- font-weight: normal;
4
+ font-weight: inherit;
5
5
  }
6
6
  .custom-form-item.hidden-label {
7
7
  & > .el-form-item__label {