assui 3.1.3 → 3.1.5

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
  @color_dfe2e7: #dfe2e7;
3
4
  @color_9aa5b5: #9aa5b5;
@@ -35,7 +36,7 @@
35
36
  padding-top: 24px;
36
37
  overflow: hidden;
37
38
  border: 1px solid @color_e5e5e5;
38
- border-radius: 12px;
39
+ border-radius: @border-radius-base;
39
40
  outline: 0;
40
41
  cursor: text;
41
42
  }
@@ -1243,7 +1243,7 @@ html {
1243
1243
  .label-tree-select .ant-select:not(.ant-select-customize-input) .ant-select-selector {
1244
1244
  height: 45px;
1245
1245
  border: 1px solid #e5e5e5;
1246
- border-radius: 8px;
1246
+ border-radius: 2px;
1247
1247
  outline: none;
1248
1248
  }
1249
1249
  .label-tree-select .ant-select-selection-overflow {
@@ -13,7 +13,7 @@
13
13
  .@{ant-prefix}-select:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector {
14
14
  height: 45px;
15
15
  border: 1px solid #e5e5e5;
16
- border-radius: 8px;
16
+ border-radius: @border-radius-base;
17
17
  outline: none;
18
18
  }
19
19
 
@@ -1246,7 +1246,7 @@ html {
1246
1246
  .label-auto-complete .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
1247
1247
  height: 45px;
1248
1248
  border: 1px solid #e5e5e5;
1249
- border-radius: 8px;
1249
+ border-radius: 2px;
1250
1250
  outline: none;
1251
1251
  }
1252
1252
  .label-auto-complete .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
@@ -21,7 +21,7 @@
21
21
  .@{ant-prefix}-select-selector {
22
22
  height: 45px;
23
23
  border: 1px solid #e5e5e5;
24
- border-radius: 8px;
24
+ border-radius: @border-radius-base;
25
25
  outline: none;
26
26
  }
27
27