n20-common-lib 1.3.19 → 1.3.20

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": "n20-common-lib",
3
- "version": "1.3.19",
3
+ "version": "1.3.20",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -584,6 +584,11 @@ $--input-max: 304px;
584
584
  .el-range-editor .el-range-input {
585
585
  flex: 1 1 auto;
586
586
  text-align: left;
587
+
588
+ &::placeholder {
589
+ text-align: center;
590
+ }
591
+
587
592
  }
588
593
 
589
594
  .el-range-editor:not(.has-value) .el-range-separator {
@@ -35,6 +35,7 @@
35
35
  a,
36
36
  i {
37
37
  color: $--color-text-placeholder;
38
+
38
39
  }
39
40
  }
40
41
  }