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.
- package/es/label-auto-complete/style/index.css +1 -1
- package/es/label-auto-complete/style/index.less +1 -1
- package/es/label-condition-input/style/index.css +1237 -1
- package/es/label-condition-input/style/index.less +2 -1
- package/es/label-date-picker/style/index.css +1 -1
- package/es/label-date-picker/style/index.less +1 -1
- package/es/label-input/style/index.css +1237 -1
- package/es/label-input/style/index.less +2 -1
- package/es/label-number-input/style/index.css +1237 -1
- package/es/label-number-input/style/index.less +2 -1
- package/es/label-range-picker/style/index.css +1 -1
- package/es/label-range-picker/style/index.less +1 -1
- package/es/label-select/style/index.css +2 -2
- package/es/label-select/style/index.less +2 -2
- package/es/label-text-area/style/index.css +1237 -1
- package/es/label-text-area/style/index.less +2 -1
- package/es/label-tree-select/style/index.css +1 -1
- package/es/label-tree-select/style/index.less +1 -1
- package/lib/label-auto-complete/style/index.css +1 -1
- package/lib/label-auto-complete/style/index.less +1 -1
- package/lib/label-condition-input/style/index.css +1237 -1
- package/lib/label-condition-input/style/index.less +2 -1
- package/lib/label-date-picker/style/index.css +1 -1
- package/lib/label-date-picker/style/index.less +1 -1
- package/lib/label-input/style/index.css +1237 -1
- package/lib/label-input/style/index.less +2 -1
- package/lib/label-number-input/style/index.css +1237 -1
- package/lib/label-number-input/style/index.less +2 -1
- package/lib/label-range-picker/style/index.css +1 -1
- package/lib/label-range-picker/style/index.less +1 -1
- package/lib/label-select/style/index.css +2 -2
- package/lib/label-select/style/index.less +2 -2
- package/lib/label-text-area/style/index.css +1237 -1
- package/lib/label-text-area/style/index.less +2 -1
- package/lib/label-tree-select/style/index.css +1 -1
- package/lib/label-tree-select/style/index.less +1 -1
- 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:
|
|
39
|
+
border-radius: @border-radius-base;
|
|
39
40
|
transition: border 0.3s;
|
|
40
41
|
|
|
41
42
|
&:not(.label-number-input-disabled):hover {
|
|
@@ -1251,7 +1251,7 @@ html {
|
|
|
1251
1251
|
height: 45px;
|
|
1252
1252
|
padding: 6px 11px 7px;
|
|
1253
1253
|
border: 1px solid #e5e5e5;
|
|
1254
|
-
border-radius:
|
|
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:
|
|
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:
|
|
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:
|
|
79
|
+
border-radius: @border-radius-base;
|
|
80
80
|
outline: none;
|
|
81
81
|
}
|
|
82
82
|
|