assui 3.1.4 → 3.1.6

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.
Files changed (37) hide show
  1. package/es/label-auto-complete/style/index.css +1 -1
  2. package/es/label-auto-complete/style/index.less +1 -1
  3. package/es/label-condition-input/style/index.css +1237 -1
  4. package/es/label-condition-input/style/index.less +2 -1
  5. package/es/label-date-picker/style/index.css +1 -1
  6. package/es/label-date-picker/style/index.less +1 -1
  7. package/es/label-input/style/index.css +1237 -1
  8. package/es/label-input/style/index.less +2 -1
  9. package/es/label-number-input/style/index.css +1237 -1
  10. package/es/label-number-input/style/index.less +2 -1
  11. package/es/label-range-picker/style/index.css +1 -1
  12. package/es/label-range-picker/style/index.less +1 -1
  13. package/es/label-select/style/index.css +2 -2
  14. package/es/label-select/style/index.less +2 -2
  15. package/es/label-text-area/style/index.css +1237 -1
  16. package/es/label-text-area/style/index.less +2 -1
  17. package/es/label-tree-select/style/index.css +1 -1
  18. package/es/label-tree-select/style/index.less +1 -1
  19. package/lib/label-auto-complete/style/index.css +1 -1
  20. package/lib/label-auto-complete/style/index.less +1 -1
  21. package/lib/label-condition-input/style/index.css +1237 -1
  22. package/lib/label-condition-input/style/index.less +2 -1
  23. package/lib/label-date-picker/style/index.css +1 -1
  24. package/lib/label-date-picker/style/index.less +1 -1
  25. package/lib/label-input/style/index.css +1237 -1
  26. package/lib/label-input/style/index.less +2 -1
  27. package/lib/label-number-input/style/index.css +1237 -1
  28. package/lib/label-number-input/style/index.less +2 -1
  29. package/lib/label-range-picker/style/index.css +1 -1
  30. package/lib/label-range-picker/style/index.less +1 -1
  31. package/lib/label-select/style/index.css +2 -2
  32. package/lib/label-select/style/index.less +2 -2
  33. package/lib/label-text-area/style/index.css +1237 -1
  34. package/lib/label-text-area/style/index.less +2 -1
  35. package/lib/label-tree-select/style/index.css +1 -1
  36. package/lib/label-tree-select/style/index.less +1 -1
  37. package/package.json +3 -3
@@ -1,3 +1,4 @@
1
+ @import '~antd/lib/style/index.less';
1
2
  @import '../../style/themes/default.less';
2
3
 
3
4
  @color_263241: #263241;
@@ -35,7 +36,7 @@
35
36
  height: 45px;
36
37
  overflow: hidden;
37
38
  border: 1px solid @color_e5e5e5;
38
- border-radius: 8px;
39
+ border-radius: @border-radius-base;
39
40
  transition: border 0.3s;
40
41
 
41
42
  &:not(.label-number-input-disabled):hover {
@@ -1247,7 +1247,7 @@ html {
1247
1247
  height: 45px;
1248
1248
  padding-left: 12px;
1249
1249
  border: 1px solid #e5e5e5;
1250
- border-radius: 8px;
1250
+ border-radius: 2px;
1251
1251
  outline: none;
1252
1252
  }
1253
1253
  .label-range-picker .ant-picker-input input {
@@ -21,7 +21,7 @@
21
21
  height: 45px;
22
22
  padding-left: 12px;
23
23
  border: 1px solid #e5e5e5;
24
- border-radius: 8px;
24
+ border-radius: @border-radius-base;
25
25
  outline: none;
26
26
 
27
27
  &-input input {
@@ -1251,7 +1251,7 @@ html {
1251
1251
  height: 45px;
1252
1252
  padding: 6px 11px 7px;
1253
1253
  border: 1px solid #e5e5e5;
1254
- border-radius: 8px;
1254
+ border-radius: 2px;
1255
1255
  outline: none;
1256
1256
  }
1257
1257
  .label-select .ant-select-multiple .ant-select-selection-overflow {
@@ -1283,7 +1283,7 @@ html {
1283
1283
  .label-select .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
1284
1284
  height: 45px;
1285
1285
  border: 1px solid #e5e5e5;
1286
- border-radius: 8px;
1286
+ border-radius: 2px;
1287
1287
  outline: none;
1288
1288
  }
1289
1289
  .label-select .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
@@ -33,7 +33,7 @@
33
33
  height: 45px;
34
34
  padding: 6px 11px 7px;
35
35
  border: 1px solid @color_e5e5e5;
36
- border-radius: 8px;
36
+ border-radius: @border-radius-base;
37
37
  outline: none;
38
38
  }
39
39
 
@@ -76,7 +76,7 @@
76
76
  .@{ant-prefix}-select-selector {
77
77
  height: 45px;
78
78
  border: 1px solid @color_e5e5e5;
79
- border-radius: 8px;
79
+ border-radius: @border-radius-base;
80
80
  outline: none;
81
81
  }
82
82