linkmore-design 2.0.23 → 2.0.24
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/dist/default-theme.js +1 -1
- package/dist/linkmore-design-with-locales.css +21 -21
- package/dist/linkmore-design-with-locales.css.map +1 -1
- package/dist/linkmore-design-with-locales.js +1 -1
- package/dist/linkmore-design-with-locales.min.css +2 -2
- package/dist/linkmore-design-with-locales.min.css.map +1 -1
- package/dist/linkmore-design-with-locales.min.js +1 -1
- package/dist/linkmore-design.compact.css +62 -63
- package/dist/linkmore-design.compact.css.map +1 -1
- package/dist/linkmore-design.compact.min.css +2 -2
- package/dist/linkmore-design.compact.min.css.map +1 -1
- package/dist/linkmore-design.css +61 -62
- package/dist/linkmore-design.css.map +1 -1
- package/dist/linkmore-design.dark.css +25 -26
- package/dist/linkmore-design.dark.css.map +1 -1
- package/dist/linkmore-design.dark.min.css +2 -2
- package/dist/linkmore-design.dark.min.css.map +1 -1
- package/dist/linkmore-design.js +1 -1
- package/dist/linkmore-design.min.css +2 -2
- package/dist/linkmore-design.min.css.map +1 -1
- package/dist/linkmore-design.min.js +1 -1
- package/dist/linkmore-design.variable.css +61 -62
- package/dist/linkmore-design.variable.css.map +1 -1
- package/dist/linkmore-design.variable.min.css +2 -2
- package/dist/linkmore-design.variable.min.css.map +1 -1
- package/es/cascader/style/index-pure.less +11 -3
- package/es/date-picker/style/index-pure.less +1 -1
- package/es/drawer/style/drawer.less +1 -0
- package/es/input/style/mixin.less +2 -1
- package/es/lm-filter/style/index-pure.less +0 -3
- package/es/lm-filter/style/variables.less +0 -3
- package/es/lm-select/style/index-pure.less +0 -3
- package/es/style/themes/default.less +2 -1
- package/es/style/themes/variable.less +2 -1
- package/es/table/demo/expand.d.ts +3 -0
- package/es/table/demo/expand.js +72 -0
- package/es/table/demo/filter-in-tree.d.ts +3 -0
- package/es/table/demo/filter-in-tree.js +93 -0
- package/es/table/demo/filter-search.d.ts +3 -0
- package/es/table/demo/filter-search.js +79 -0
- package/es/table/demo/head.d.ts +3 -0
- package/es/table/demo/head.js +88 -0
- package/es/table/demo/narrow.d.ts +3 -0
- package/es/table/demo/narrow.js +41 -0
- package/lib/cascader/style/index-pure.less +11 -3
- package/lib/date-picker/style/index-pure.less +1 -1
- package/lib/drawer/style/drawer.less +1 -0
- package/lib/input/style/mixin.less +2 -1
- package/lib/lm-filter/style/index-pure.less +0 -3
- package/lib/lm-filter/style/variables.less +0 -3
- package/lib/lm-select/style/index-pure.less +0 -3
- package/lib/style/themes/default.less +2 -1
- package/lib/style/themes/variable.less +2 -1
- package/lib/table/demo/expand.d.ts +3 -0
- package/lib/table/demo/expand.js +77 -0
- package/lib/table/demo/filter-in-tree.d.ts +3 -0
- package/lib/table/demo/filter-in-tree.js +98 -0
- package/lib/table/demo/filter-search.d.ts +3 -0
- package/lib/table/demo/filter-search.js +84 -0
- package/lib/table/demo/head.d.ts +3 -0
- package/lib/table/demo/head.js +91 -0
- package/lib/table/demo/narrow.d.ts +3 -0
- package/lib/table/demo/narrow.js +52 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* linkmore-design v2.0.
|
|
3
|
+
* linkmore-design v2.0.23
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2015-present, Alipay, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -2538,7 +2538,7 @@ html {
|
|
|
2538
2538
|
cursor: text;
|
|
2539
2539
|
}
|
|
2540
2540
|
.ant-select-disabled.ant-select-multiple .ant-select-selector {
|
|
2541
|
-
background: #
|
|
2541
|
+
background: #f5f7fb;
|
|
2542
2542
|
cursor: not-allowed;
|
|
2543
2543
|
}
|
|
2544
2544
|
.ant-select-multiple .ant-select-selector::after {
|
|
@@ -2796,11 +2796,11 @@ html {
|
|
|
2796
2796
|
}
|
|
2797
2797
|
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
2798
2798
|
color: #C0C0C5;
|
|
2799
|
-
background: #
|
|
2799
|
+
background: #f5f7fb;
|
|
2800
2800
|
cursor: not-allowed;
|
|
2801
2801
|
}
|
|
2802
2802
|
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
2803
|
-
background: #
|
|
2803
|
+
background: #f5f7fb;
|
|
2804
2804
|
}
|
|
2805
2805
|
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
|
|
2806
2806
|
cursor: not-allowed;
|
|
@@ -3064,7 +3064,7 @@ html {
|
|
|
3064
3064
|
cursor: not-allowed;
|
|
3065
3065
|
}
|
|
3066
3066
|
.ant-select-item-option-disabled.ant-select-item-option-selected {
|
|
3067
|
-
background-color: #
|
|
3067
|
+
background-color: #f5f7fb;
|
|
3068
3068
|
}
|
|
3069
3069
|
.ant-select-item-option-grouped {
|
|
3070
3070
|
padding-left: 16px;
|
|
@@ -5148,7 +5148,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5148
5148
|
.ant-btn[disabled]:active {
|
|
5149
5149
|
color: #C0C0C5;
|
|
5150
5150
|
border-color: #C0C0C5;
|
|
5151
|
-
background: #
|
|
5151
|
+
background: #f5f7fb;
|
|
5152
5152
|
text-shadow: none;
|
|
5153
5153
|
-webkit-box-shadow: none;
|
|
5154
5154
|
box-shadow: none;
|
|
@@ -5243,7 +5243,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5243
5243
|
.ant-btn-primary[disabled]:active {
|
|
5244
5244
|
color: #C0C0C5;
|
|
5245
5245
|
border-color: #C0C0C5;
|
|
5246
|
-
background: #
|
|
5246
|
+
background: #f5f7fb;
|
|
5247
5247
|
text-shadow: none;
|
|
5248
5248
|
-webkit-box-shadow: none;
|
|
5249
5249
|
box-shadow: none;
|
|
@@ -5347,7 +5347,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5347
5347
|
.ant-btn-ghost[disabled]:active {
|
|
5348
5348
|
color: #C0C0C5;
|
|
5349
5349
|
border-color: #C0C0C5;
|
|
5350
|
-
background: #
|
|
5350
|
+
background: #f5f7fb;
|
|
5351
5351
|
text-shadow: none;
|
|
5352
5352
|
-webkit-box-shadow: none;
|
|
5353
5353
|
box-shadow: none;
|
|
@@ -5431,7 +5431,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5431
5431
|
.ant-btn-dashed[disabled]:active {
|
|
5432
5432
|
color: #C0C0C5;
|
|
5433
5433
|
border-color: #C0C0C5;
|
|
5434
|
-
background: #
|
|
5434
|
+
background: #f5f7fb;
|
|
5435
5435
|
text-shadow: none;
|
|
5436
5436
|
-webkit-box-shadow: none;
|
|
5437
5437
|
box-shadow: none;
|
|
@@ -5517,7 +5517,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5517
5517
|
.ant-btn-danger[disabled]:active {
|
|
5518
5518
|
color: #C0C0C5;
|
|
5519
5519
|
border-color: #C0C0C5;
|
|
5520
|
-
background: #
|
|
5520
|
+
background: #f5f7fb;
|
|
5521
5521
|
text-shadow: none;
|
|
5522
5522
|
-webkit-box-shadow: none;
|
|
5523
5523
|
box-shadow: none;
|
|
@@ -5602,7 +5602,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5602
5602
|
.ant-btn-link[disabled]:active {
|
|
5603
5603
|
color: #C0C0C5;
|
|
5604
5604
|
border-color: #C0C0C5;
|
|
5605
|
-
background: #
|
|
5605
|
+
background: #f5f7fb;
|
|
5606
5606
|
text-shadow: none;
|
|
5607
5607
|
-webkit-box-shadow: none;
|
|
5608
5608
|
box-shadow: none;
|
|
@@ -5724,7 +5724,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5724
5724
|
.ant-btn-text[disabled]:active {
|
|
5725
5725
|
color: #C0C0C5;
|
|
5726
5726
|
border-color: #C0C0C5;
|
|
5727
|
-
background: #
|
|
5727
|
+
background: #f5f7fb;
|
|
5728
5728
|
text-shadow: none;
|
|
5729
5729
|
-webkit-box-shadow: none;
|
|
5730
5730
|
box-shadow: none;
|
|
@@ -5858,7 +5858,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5858
5858
|
.ant-btn-menu[disabled]:active {
|
|
5859
5859
|
color: #C0C0C5;
|
|
5860
5860
|
border-color: #C0C0C5;
|
|
5861
|
-
background: #
|
|
5861
|
+
background: #f5f7fb;
|
|
5862
5862
|
text-shadow: none;
|
|
5863
5863
|
-webkit-box-shadow: none;
|
|
5864
5864
|
box-shadow: none;
|
|
@@ -5981,7 +5981,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
5981
5981
|
.ant-btn-dangerous[disabled]:active {
|
|
5982
5982
|
color: #C0C0C5;
|
|
5983
5983
|
border-color: #C0C0C5;
|
|
5984
|
-
background: #
|
|
5984
|
+
background: #f5f7fb;
|
|
5985
5985
|
text-shadow: none;
|
|
5986
5986
|
-webkit-box-shadow: none;
|
|
5987
5987
|
box-shadow: none;
|
|
@@ -6067,7 +6067,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
6067
6067
|
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
|
|
6068
6068
|
color: #C0C0C5;
|
|
6069
6069
|
border-color: #C0C0C5;
|
|
6070
|
-
background: #
|
|
6070
|
+
background: #f5f7fb;
|
|
6071
6071
|
text-shadow: none;
|
|
6072
6072
|
-webkit-box-shadow: none;
|
|
6073
6073
|
box-shadow: none;
|
|
@@ -6152,7 +6152,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
6152
6152
|
.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
|
6153
6153
|
color: #C0C0C5;
|
|
6154
6154
|
border-color: #C0C0C5;
|
|
6155
|
-
background: #
|
|
6155
|
+
background: #f5f7fb;
|
|
6156
6156
|
text-shadow: none;
|
|
6157
6157
|
-webkit-box-shadow: none;
|
|
6158
6158
|
box-shadow: none;
|
|
@@ -6303,7 +6303,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
6303
6303
|
.ant-btn-dangerous.ant-btn-text[disabled]:active {
|
|
6304
6304
|
color: #C0C0C5;
|
|
6305
6305
|
border-color: #C0C0C5;
|
|
6306
|
-
background: #
|
|
6306
|
+
background: #f5f7fb;
|
|
6307
6307
|
text-shadow: none;
|
|
6308
6308
|
-webkit-box-shadow: none;
|
|
6309
6309
|
box-shadow: none;
|
|
@@ -6738,7 +6738,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
6738
6738
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
|
|
6739
6739
|
color: #C0C0C5;
|
|
6740
6740
|
border-color: #C0C0C5;
|
|
6741
|
-
background: #
|
|
6741
|
+
background: #f5f7fb;
|
|
6742
6742
|
text-shadow: none;
|
|
6743
6743
|
-webkit-box-shadow: none;
|
|
6744
6744
|
box-shadow: none;
|
|
@@ -6819,7 +6819,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
6819
6819
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
|
|
6820
6820
|
color: #C0C0C5;
|
|
6821
6821
|
border-color: #C0C0C5;
|
|
6822
|
-
background: #
|
|
6822
|
+
background: #f5f7fb;
|
|
6823
6823
|
text-shadow: none;
|
|
6824
6824
|
-webkit-box-shadow: none;
|
|
6825
6825
|
box-shadow: none;
|
|
@@ -6900,7 +6900,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
6900
6900
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
|
|
6901
6901
|
color: #C0C0C5;
|
|
6902
6902
|
border-color: #C0C0C5;
|
|
6903
|
-
background: #
|
|
6903
|
+
background: #f5f7fb;
|
|
6904
6904
|
text-shadow: none;
|
|
6905
6905
|
-webkit-box-shadow: none;
|
|
6906
6906
|
box-shadow: none;
|
|
@@ -6981,7 +6981,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
6981
6981
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
|
6982
6982
|
color: #C0C0C5;
|
|
6983
6983
|
border-color: #C0C0C5;
|
|
6984
|
-
background: #
|
|
6984
|
+
background: #f5f7fb;
|
|
6985
6985
|
text-shadow: none;
|
|
6986
6986
|
-webkit-box-shadow: none;
|
|
6987
6987
|
box-shadow: none;
|
|
@@ -8888,7 +8888,7 @@ a.ant-btn-sm {
|
|
|
8888
8888
|
outline: 0;
|
|
8889
8889
|
}
|
|
8890
8890
|
.ant-picker.ant-picker-disabled {
|
|
8891
|
-
background: #
|
|
8891
|
+
background: #f5f7fb;
|
|
8892
8892
|
border-color: #C0C0C5;
|
|
8893
8893
|
cursor: not-allowed;
|
|
8894
8894
|
}
|
|
@@ -8985,7 +8985,7 @@ a.ant-btn-sm {
|
|
|
8985
8985
|
}
|
|
8986
8986
|
.ant-picker-input > input-disabled {
|
|
8987
8987
|
color: #C0C0C5;
|
|
8988
|
-
background-color: #
|
|
8988
|
+
background-color: #f5f7fb;
|
|
8989
8989
|
border-color: #C0C0C5;
|
|
8990
8990
|
-webkit-box-shadow: none;
|
|
8991
8991
|
box-shadow: none;
|
|
@@ -8998,7 +8998,7 @@ a.ant-btn-sm {
|
|
|
8998
8998
|
}
|
|
8999
8999
|
.ant-picker-input > input[disabled] {
|
|
9000
9000
|
color: #C0C0C5;
|
|
9001
|
-
background-color: #
|
|
9001
|
+
background-color: #f5f7fb;
|
|
9002
9002
|
border-color: #C0C0C5;
|
|
9003
9003
|
-webkit-box-shadow: none;
|
|
9004
9004
|
box-shadow: none;
|
|
@@ -9068,7 +9068,7 @@ textarea.ant-picker-input > input {
|
|
|
9068
9068
|
-ms-flex-item-align: center;
|
|
9069
9069
|
align-self: center;
|
|
9070
9070
|
margin-left: 2px;
|
|
9071
|
-
color: #
|
|
9071
|
+
color: #95959e;
|
|
9072
9072
|
line-height: 1;
|
|
9073
9073
|
pointer-events: none;
|
|
9074
9074
|
}
|
|
@@ -10437,7 +10437,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
10437
10437
|
cursor: not-allowed;
|
|
10438
10438
|
}
|
|
10439
10439
|
.ant-radio-disabled .ant-radio-inner {
|
|
10440
|
-
background-color: #
|
|
10440
|
+
background-color: #f5f7fb;
|
|
10441
10441
|
cursor: not-allowed;
|
|
10442
10442
|
}
|
|
10443
10443
|
.ant-radio-disabled .ant-radio-inner::after {
|
|
@@ -10586,14 +10586,14 @@ span.ant-radio + * {
|
|
|
10586
10586
|
}
|
|
10587
10587
|
.ant-radio-button-wrapper-disabled {
|
|
10588
10588
|
color: #C0C0C5;
|
|
10589
|
-
background-color: #
|
|
10589
|
+
background-color: #f5f7fb;
|
|
10590
10590
|
border-color: #C0C0C5;
|
|
10591
10591
|
cursor: not-allowed;
|
|
10592
10592
|
}
|
|
10593
10593
|
.ant-radio-button-wrapper-disabled:first-child,
|
|
10594
10594
|
.ant-radio-button-wrapper-disabled:hover {
|
|
10595
10595
|
color: #C0C0C5;
|
|
10596
|
-
background-color: #
|
|
10596
|
+
background-color: #f5f7fb;
|
|
10597
10597
|
border-color: #C0C0C5;
|
|
10598
10598
|
}
|
|
10599
10599
|
.ant-radio-button-wrapper-disabled:first-child {
|
|
@@ -13077,11 +13077,11 @@ span.ant-radio + * {
|
|
|
13077
13077
|
pointer-events: none;
|
|
13078
13078
|
}
|
|
13079
13079
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
|
|
13080
|
-
background-color: #
|
|
13080
|
+
background-color: #f5f7fb;
|
|
13081
13081
|
border-color: #C0C0C5 !important;
|
|
13082
13082
|
}
|
|
13083
13083
|
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
|
|
13084
|
-
border-color: #
|
|
13084
|
+
border-color: #f5f7fb;
|
|
13085
13085
|
border-collapse: separate;
|
|
13086
13086
|
-webkit-animation-name: none;
|
|
13087
13087
|
animation-name: none;
|
|
@@ -13206,8 +13206,7 @@ span.ant-radio + * {
|
|
|
13206
13206
|
min-width: 111px;
|
|
13207
13207
|
height: 180px;
|
|
13208
13208
|
margin: 0;
|
|
13209
|
-
|
|
13210
|
-
padding: 8px 0;
|
|
13209
|
+
padding: 8px;
|
|
13211
13210
|
overflow: auto;
|
|
13212
13211
|
vertical-align: top;
|
|
13213
13212
|
list-style: none;
|
|
@@ -13223,7 +13222,7 @@ span.ant-radio + * {
|
|
|
13223
13222
|
-webkit-box-align: center;
|
|
13224
13223
|
-ms-flex-align: center;
|
|
13225
13224
|
align-items: center;
|
|
13226
|
-
padding: 5px
|
|
13225
|
+
padding: 5px 12px;
|
|
13227
13226
|
overflow: hidden;
|
|
13228
13227
|
line-height: 18px;
|
|
13229
13228
|
white-space: nowrap;
|
|
@@ -13231,6 +13230,11 @@ span.ant-radio + * {
|
|
|
13231
13230
|
cursor: pointer;
|
|
13232
13231
|
-webkit-transition: all 0.3s;
|
|
13233
13232
|
transition: all 0.3s;
|
|
13233
|
+
border-radius: 4px;
|
|
13234
|
+
margin-bottom: 4px;
|
|
13235
|
+
}
|
|
13236
|
+
.ant-cascader-menu-item:last-child {
|
|
13237
|
+
margin-bottom: 0;
|
|
13234
13238
|
}
|
|
13235
13239
|
.ant-cascader-menu-item:hover {
|
|
13236
13240
|
background: #f5f5f5;
|
|
@@ -13459,11 +13463,11 @@ span.ant-radio + * {
|
|
|
13459
13463
|
pointer-events: none;
|
|
13460
13464
|
}
|
|
13461
13465
|
.ant-checkbox-disabled .ant-checkbox-inner {
|
|
13462
|
-
background-color: #
|
|
13466
|
+
background-color: #f5f7fb;
|
|
13463
13467
|
border-color: #C0C0C5 !important;
|
|
13464
13468
|
}
|
|
13465
13469
|
.ant-checkbox-disabled .ant-checkbox-inner::after {
|
|
13466
|
-
border-color: #
|
|
13470
|
+
border-color: #f5f7fb;
|
|
13467
13471
|
border-collapse: separate;
|
|
13468
13472
|
-webkit-animation-name: none;
|
|
13469
13473
|
animation-name: none;
|
|
@@ -20290,6 +20294,7 @@ span.ant-radio + * {
|
|
|
20290
20294
|
z-index: 1000;
|
|
20291
20295
|
-webkit-transition: all 0.3s;
|
|
20292
20296
|
transition: all 0.3s;
|
|
20297
|
+
border-radius: 12px;
|
|
20293
20298
|
}
|
|
20294
20299
|
.ant-drawer-content-wrapper-hidden {
|
|
20295
20300
|
display: none;
|
|
@@ -22003,7 +22008,7 @@ span.ant-radio + * {
|
|
|
22003
22008
|
}
|
|
22004
22009
|
.ant-input-number-affix-wrapper-disabled {
|
|
22005
22010
|
color: #C0C0C5;
|
|
22006
|
-
background-color: #
|
|
22011
|
+
background-color: #f5f7fb;
|
|
22007
22012
|
border-color: #C0C0C5;
|
|
22008
22013
|
-webkit-box-shadow: none;
|
|
22009
22014
|
box-shadow: none;
|
|
@@ -22016,7 +22021,7 @@ span.ant-radio + * {
|
|
|
22016
22021
|
}
|
|
22017
22022
|
.ant-input-number-affix-wrapper[disabled] {
|
|
22018
22023
|
color: #C0C0C5;
|
|
22019
|
-
background-color: #
|
|
22024
|
+
background-color: #f5f7fb;
|
|
22020
22025
|
border-color: #C0C0C5;
|
|
22021
22026
|
-webkit-box-shadow: none;
|
|
22022
22027
|
box-shadow: none;
|
|
@@ -22262,7 +22267,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
22262
22267
|
}
|
|
22263
22268
|
.ant-input-number-disabled {
|
|
22264
22269
|
color: #C0C0C5;
|
|
22265
|
-
background-color: #
|
|
22270
|
+
background-color: #f5f7fb;
|
|
22266
22271
|
border-color: #C0C0C5;
|
|
22267
22272
|
-webkit-box-shadow: none;
|
|
22268
22273
|
box-shadow: none;
|
|
@@ -22275,7 +22280,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
22275
22280
|
}
|
|
22276
22281
|
.ant-input-number[disabled] {
|
|
22277
22282
|
color: #C0C0C5;
|
|
22278
|
-
background-color: #
|
|
22283
|
+
background-color: #f5f7fb;
|
|
22279
22284
|
border-color: #C0C0C5;
|
|
22280
22285
|
-webkit-box-shadow: none;
|
|
22281
22286
|
box-shadow: none;
|
|
@@ -22684,7 +22689,7 @@ textarea.ant-input-number {
|
|
|
22684
22689
|
}
|
|
22685
22690
|
.ant-input-number-disabled {
|
|
22686
22691
|
color: #C0C0C5;
|
|
22687
|
-
background-color: #
|
|
22692
|
+
background-color: #f5f7fb;
|
|
22688
22693
|
border-color: #C0C0C5;
|
|
22689
22694
|
-webkit-box-shadow: none;
|
|
22690
22695
|
box-shadow: none;
|
|
@@ -23005,7 +23010,7 @@ textarea.ant-input-number {
|
|
|
23005
23010
|
}
|
|
23006
23011
|
.ant-input-affix-wrapper-disabled {
|
|
23007
23012
|
color: #C0C0C5;
|
|
23008
|
-
background-color: #
|
|
23013
|
+
background-color: #f5f7fb;
|
|
23009
23014
|
border-color: #C0C0C5;
|
|
23010
23015
|
-webkit-box-shadow: none;
|
|
23011
23016
|
box-shadow: none;
|
|
@@ -23018,7 +23023,7 @@ textarea.ant-input-number {
|
|
|
23018
23023
|
}
|
|
23019
23024
|
.ant-input-affix-wrapper[disabled] {
|
|
23020
23025
|
color: #C0C0C5;
|
|
23021
|
-
background-color: #
|
|
23026
|
+
background-color: #f5f7fb;
|
|
23022
23027
|
border-color: #C0C0C5;
|
|
23023
23028
|
-webkit-box-shadow: none;
|
|
23024
23029
|
box-shadow: none;
|
|
@@ -23336,7 +23341,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
23336
23341
|
}
|
|
23337
23342
|
.ant-input-disabled {
|
|
23338
23343
|
color: #C0C0C5;
|
|
23339
|
-
background-color: #
|
|
23344
|
+
background-color: #f5f7fb;
|
|
23340
23345
|
border-color: #C0C0C5;
|
|
23341
23346
|
-webkit-box-shadow: none;
|
|
23342
23347
|
box-shadow: none;
|
|
@@ -23349,7 +23354,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
23349
23354
|
}
|
|
23350
23355
|
.ant-input[disabled] {
|
|
23351
23356
|
color: #C0C0C5;
|
|
23352
|
-
background-color: #
|
|
23357
|
+
background-color: #f5f7fb;
|
|
23353
23358
|
border-color: #C0C0C5;
|
|
23354
23359
|
-webkit-box-shadow: none;
|
|
23355
23360
|
box-shadow: none;
|
|
@@ -25015,7 +25020,7 @@ textarea.ant-input {
|
|
|
25015
25020
|
}
|
|
25016
25021
|
.ant-pagination-options-quick-jumper input-disabled {
|
|
25017
25022
|
color: #C0C0C5;
|
|
25018
|
-
background-color: #
|
|
25023
|
+
background-color: #f5f7fb;
|
|
25019
25024
|
border-color: #C0C0C5;
|
|
25020
25025
|
-webkit-box-shadow: none;
|
|
25021
25026
|
box-shadow: none;
|
|
@@ -25028,7 +25033,7 @@ textarea.ant-input {
|
|
|
25028
25033
|
}
|
|
25029
25034
|
.ant-pagination-options-quick-jumper input[disabled] {
|
|
25030
25035
|
color: #C0C0C5;
|
|
25031
|
-
background-color: #
|
|
25036
|
+
background-color: #f5f7fb;
|
|
25032
25037
|
border-color: #C0C0C5;
|
|
25033
25038
|
-webkit-box-shadow: none;
|
|
25034
25039
|
box-shadow: none;
|
|
@@ -25112,7 +25117,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
25112
25117
|
}
|
|
25113
25118
|
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
|
25114
25119
|
color: #C0C0C5;
|
|
25115
|
-
background: #
|
|
25120
|
+
background: #f5f7fb;
|
|
25116
25121
|
border-color: #C0C0C5;
|
|
25117
25122
|
cursor: not-allowed;
|
|
25118
25123
|
}
|
|
@@ -25173,7 +25178,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
25173
25178
|
cursor: not-allowed;
|
|
25174
25179
|
}
|
|
25175
25180
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
|
|
25176
|
-
background: #
|
|
25181
|
+
background: #f5f7fb;
|
|
25177
25182
|
border-color: #C0C0C5;
|
|
25178
25183
|
cursor: not-allowed;
|
|
25179
25184
|
}
|
|
@@ -25191,7 +25196,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
25191
25196
|
}
|
|
25192
25197
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
|
25193
25198
|
color: #C0C0C5;
|
|
25194
|
-
background: #
|
|
25199
|
+
background: #f5f7fb;
|
|
25195
25200
|
border-color: #C0C0C5;
|
|
25196
25201
|
cursor: not-allowed;
|
|
25197
25202
|
}
|
|
@@ -26944,11 +26949,11 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
26944
26949
|
pointer-events: none;
|
|
26945
26950
|
}
|
|
26946
26951
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
|
|
26947
|
-
background-color: #
|
|
26952
|
+
background-color: #f5f7fb;
|
|
26948
26953
|
border-color: #C0C0C5 !important;
|
|
26949
26954
|
}
|
|
26950
26955
|
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
|
|
26951
|
-
border-color: #
|
|
26956
|
+
border-color: #f5f7fb;
|
|
26952
26957
|
border-collapse: separate;
|
|
26953
26958
|
-webkit-animation-name: none;
|
|
26954
26959
|
animation-name: none;
|
|
@@ -28150,9 +28155,6 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
28150
28155
|
.ant-select-dropdown.ant-cascader-dropdown {
|
|
28151
28156
|
padding: 0;
|
|
28152
28157
|
}
|
|
28153
|
-
.ant-select-dropdown.ant-cascader-dropdown .ant-cascader-menu-item {
|
|
28154
|
-
padding: 0px 4px;
|
|
28155
|
-
}
|
|
28156
28158
|
|
|
28157
28159
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
28158
28160
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -28539,9 +28541,6 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
28539
28541
|
.ant-select-dropdown.ant-cascader-dropdown {
|
|
28540
28542
|
padding: 0;
|
|
28541
28543
|
}
|
|
28542
|
-
.ant-select-dropdown.ant-cascader-dropdown .ant-cascader-menu-item {
|
|
28543
|
-
padding: 5px 8px;
|
|
28544
|
-
}
|
|
28545
28544
|
|
|
28546
28545
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
28547
28546
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -30099,7 +30098,7 @@ button.ant-table-row-expand-icon::after {
|
|
|
30099
30098
|
}
|
|
30100
30099
|
.ant-mentions-disabled {
|
|
30101
30100
|
color: #C0C0C5;
|
|
30102
|
-
background-color: #
|
|
30101
|
+
background-color: #f5f7fb;
|
|
30103
30102
|
border-color: #C0C0C5;
|
|
30104
30103
|
-webkit-box-shadow: none;
|
|
30105
30104
|
box-shadow: none;
|
|
@@ -30112,7 +30111,7 @@ button.ant-table-row-expand-icon::after {
|
|
|
30112
30111
|
}
|
|
30113
30112
|
.ant-mentions[disabled] {
|
|
30114
30113
|
color: #C0C0C5;
|
|
30115
|
-
background-color: #
|
|
30114
|
+
background-color: #f5f7fb;
|
|
30116
30115
|
border-color: #C0C0C5;
|
|
30117
30116
|
-webkit-box-shadow: none;
|
|
30118
30117
|
box-shadow: none;
|
|
@@ -30152,7 +30151,7 @@ textarea.ant-mentions {
|
|
|
30152
30151
|
}
|
|
30153
30152
|
.ant-mentions-disabled > textarea {
|
|
30154
30153
|
color: #C0C0C5;
|
|
30155
|
-
background-color: #
|
|
30154
|
+
background-color: #f5f7fb;
|
|
30156
30155
|
border-color: #C0C0C5;
|
|
30157
30156
|
-webkit-box-shadow: none;
|
|
30158
30157
|
box-shadow: none;
|
|
@@ -33339,7 +33338,7 @@ textarea.ant-mentions {
|
|
|
33339
33338
|
align-items: stretch;
|
|
33340
33339
|
}
|
|
33341
33340
|
.ant-transfer-disabled .ant-transfer-list {
|
|
33342
|
-
background: #
|
|
33341
|
+
background: #f5f7fb;
|
|
33343
33342
|
}
|
|
33344
33343
|
.ant-transfer-list {
|
|
33345
33344
|
display: -webkit-box;
|
|
@@ -33739,11 +33738,11 @@ textarea.ant-mentions {
|
|
|
33739
33738
|
pointer-events: none;
|
|
33740
33739
|
}
|
|
33741
33740
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
|
|
33742
|
-
background-color: #
|
|
33741
|
+
background-color: #f5f7fb;
|
|
33743
33742
|
border-color: #C0C0C5 !important;
|
|
33744
33743
|
}
|
|
33745
33744
|
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
|
|
33746
|
-
border-color: #
|
|
33745
|
+
border-color: #f5f7fb;
|
|
33747
33746
|
border-collapse: separate;
|
|
33748
33747
|
-webkit-animation-name: none;
|
|
33749
33748
|
animation-name: none;
|