@zgfe/business-lib 1.2.70-hxd.1 → 1.2.70-hxd.11

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 (117) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/AUMFormulaTarget/components/formula/index.less +86 -86
  4. package/es/AUMFormulaTarget/components/panel/index.less +269 -269
  5. package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
  6. package/es/AUMFormulaTarget/styles/index.less +74 -74
  7. package/es/addToPanel/styles/addPanel.less +25 -25
  8. package/es/addToPanel/styles/index.less +17 -17
  9. package/es/addToPanel/styles/style.less +66 -66
  10. package/es/addToScene/styles/index.less +30 -30
  11. package/es/assets/colorIcon/demo.css +539 -539
  12. package/es/assets/colorIcon/demo_index.html +1454 -1454
  13. package/es/assets/colorIcon/iconfont.css +236 -236
  14. package/es/assets/colorIcon/iconfont.json +394 -394
  15. package/es/assets/colorIcon/iconfont.svg +129 -129
  16. package/es/assets/iconfont/demo.css +539 -539
  17. package/es/assets/iconfont/demo_index.html +5708 -5593
  18. package/es/assets/iconfont/iconfont.css +975 -955
  19. package/es/assets/iconfont/iconfont.js +1 -1
  20. package/es/assets/iconfont/iconfont.json +1689 -1654
  21. package/es/assets/iconfont/iconfont.ttf +0 -0
  22. package/es/assets/iconfont/iconfont.woff +0 -0
  23. package/es/assets/iconfont/iconfont.woff2 +0 -0
  24. package/es/assets/styles/chunks.less +183 -183
  25. package/es/assets/styles/inner.less +3 -3
  26. package/es/assets/styles/resetAntd.less +564 -564
  27. package/es/assets/styles/variable.less +21 -21
  28. package/es/attrCondition/styles/index.less +101 -101
  29. package/es/attrCondition/useAttrCondition.js +4 -1
  30. package/es/attrConditions/styles/group.less +49 -49
  31. package/es/attrConditions/styles/index.less +151 -151
  32. package/es/attrConditions/types.d.ts +1 -0
  33. package/es/attributeSelector/listPanel.js +1 -1
  34. package/es/attributeSelector/styles/index.less +141 -141
  35. package/es/attributeSelector/types.d.ts +1 -0
  36. package/es/attributeSelector/util.js +3 -0
  37. package/es/chart/styles/index.less +113 -113
  38. package/es/chart/util/data/china.js +17 -17
  39. package/es/cycleTime/styles/index.less +24 -24
  40. package/es/cycleTime/styles/month.less +95 -95
  41. package/es/dataSetGroup/styles/index.less +146 -146
  42. package/es/datePicker/styles/index.less +53 -53
  43. package/es/datePickerV2/styles/index.less +194 -194
  44. package/es/demoWrapper/index.less +3 -3
  45. package/es/dialog/styles/index.less +22 -22
  46. package/es/dnd/demo/styles/index.less +34 -34
  47. package/es/dnd/styles/index.less +19 -19
  48. package/es/eventSelector/listPanel.js +1 -1
  49. package/es/eventSelector/styles/index.less +123 -123
  50. package/es/formulaTarget/components/formula/index.less +76 -76
  51. package/es/formulaTarget/components/panel/index.less +139 -139
  52. package/es/formulaTarget/components/symbol/index.less +49 -49
  53. package/es/formulaTarget/styles/index.less +74 -74
  54. package/es/hooks/types/subject.d.ts +14 -14
  55. package/es/icon/demo/list.less +32 -32
  56. package/es/layout/analysisLayout/demo/index.less +12 -12
  57. package/es/layout/analysisLayout/index.less +118 -118
  58. package/es/layout/columnLayout/demo/index.less +15 -15
  59. package/es/layout/columnLayout/index.less +81 -81
  60. package/es/layout/detail/index.less +27 -27
  61. package/es/layout/optionTitle/components/btnMenu/index.less +18 -18
  62. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  63. package/es/layout/optionTitle/components/title/index.less +43 -43
  64. package/es/layout/optionTitle/demo/index.less +12 -12
  65. package/es/layout/optionTitle/styles/index.less +30 -30
  66. package/es/layout/optionTitle/styles/layout.less +90 -90
  67. package/es/layout/optionTitle/styles/search.less +27 -27
  68. package/es/loading/styles/index.less +20 -20
  69. package/es/loginForm/index.less +7 -7
  70. package/es/platformSelector/styles/index.less +26 -26
  71. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  72. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  73. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  74. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  75. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  76. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  77. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  78. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  79. package/es/productCondition/styles/conditionTypeList.less +30 -30
  80. package/es/productCondition/styles/conditionWrap.less +18 -18
  81. package/es/productCondition/styles/index.less +33 -33
  82. package/es/productCondition/styles/orConditions.less +34 -34
  83. package/es/productCondition/styles/relationLabel.less +19 -19
  84. package/es/quickDatePicker/styles/index.less +138 -138
  85. package/es/select/styles/handle.less +193 -193
  86. package/es/select/styles/index.less +129 -129
  87. package/es/socket/demo/index.less +27 -27
  88. package/es/subjectWrapper/index.less +12 -12
  89. package/es/table/styles/index.less +5 -5
  90. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  91. package/es/targetConditionGroup/index.js +6 -6
  92. package/es/targetConditionGroup/styles/index.less +53 -53
  93. package/es/targetSelector/styles/index.less +110 -110
  94. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  95. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  96. package/es/userCondition/conditions/styles/eventCondition.less +57 -57
  97. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  98. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  99. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  100. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  101. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  102. package/es/userCondition/styles/conditionTypeList.less +30 -30
  103. package/es/userCondition/styles/conditionWrap.less +18 -18
  104. package/es/userCondition/styles/index.less +33 -33
  105. package/es/userCondition/styles/orConditions.less +34 -34
  106. package/es/userCondition/styles/relationLabel.less +19 -19
  107. package/es/userGroup/styles/index.less +145 -145
  108. package/es/userGroupHeader/styles/index.less +31 -31
  109. package/es/userTagsSelector/components/search/index.less +6 -6
  110. package/es/userTagsSelector/components/tagList/index.less +13 -13
  111. package/es/userTagsSelector/groups/styles/option.less +55 -55
  112. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  113. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  114. package/es/userTagsSelector/styles/index.less +10 -10
  115. package/es/utils/ajax.js +15 -2
  116. package/es/utils/type.d.ts +1 -0
  117. package/package.json +2 -2
@@ -1,90 +1,90 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/variable.less';
2
-
3
- .biz-option-layout {
4
- height: 100%;
5
- border-radius: @border-radius-normal;
6
- &-header {
7
- display: flex;
8
- align-items: center;
9
- justify-content: space-between;
10
- width: 100%;
11
- height: 64px;
12
- padding: 0 16px;
13
- background-color: #fff;
14
- border-bottom: 1px solid @border-color-base;
15
-
16
- &-title {
17
- display: flex;
18
- align-items: center;
19
- &-text {
20
- margin-right: @margin-md;
21
- color: @text-color-secondary;
22
- }
23
- &-btn {
24
- color: @text-color-secondary;
25
- &:hover {
26
- color: @primary-color;
27
- }
28
- }
29
- &-icon {
30
- display: flex;
31
- align-items: center;
32
- justify-content: center;
33
- width: 20px;
34
- height: 20px;
35
- margin-left: 8px;
36
- color: #5f6085;
37
- font-size: 12px;
38
- background: #f2f3f4;
39
- border-radius: 10px;
40
- }
41
- &-icon:hover {
42
- color: #165dff;
43
- background: #e8efff;
44
- }
45
- }
46
- &-option {
47
- display: flex;
48
- flex: 1;
49
- flex-direction: row-reverse;
50
- align-items: center;
51
- justify-content: space-between;
52
- }
53
- }
54
-
55
- &-content {
56
- width: 100%;
57
- height: calc(100% - 64px);
58
- overflow: auto;
59
- }
60
-
61
- &-panel-content {
62
- z-index: 1000;
63
- width: 284px;
64
- max-height: 304px;
65
- padding: 0;
66
- overflow: auto;
67
- background: #fff;
68
- border-radius: 10px;
69
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
70
- .ant-popover-arrow {
71
- display: none !important;
72
- }
73
- .ant-popover-inner-content {
74
- width: 100%;
75
- padding: 8px;
76
- }
77
- .ant-tabs {
78
- .ant-tabs-tab-btn {
79
- font-size: 16px;
80
- }
81
- .ant-tabs-nav {
82
- margin-bottom: 4px;
83
- padding-left: 45px;
84
- }
85
- .ant-tabs-nav::before {
86
- border: none !important;
87
- }
88
- }
89
- }
90
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/variable.less';
2
+
3
+ .biz-option-layout {
4
+ height: 100%;
5
+ border-radius: @border-radius-normal;
6
+ &-header {
7
+ display: flex;
8
+ align-items: center;
9
+ justify-content: space-between;
10
+ width: 100%;
11
+ height: 64px;
12
+ padding: 0 16px;
13
+ background-color: #fff;
14
+ border-bottom: 1px solid @border-color-base;
15
+
16
+ &-title {
17
+ display: flex;
18
+ align-items: center;
19
+ &-text {
20
+ margin-right: @margin-md;
21
+ color: @text-color-secondary;
22
+ }
23
+ &-btn {
24
+ color: @text-color-secondary;
25
+ &:hover {
26
+ color: @primary-color;
27
+ }
28
+ }
29
+ &-icon {
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ width: 20px;
34
+ height: 20px;
35
+ margin-left: 8px;
36
+ color: #5f6085;
37
+ font-size: 12px;
38
+ background: #f2f3f4;
39
+ border-radius: 10px;
40
+ }
41
+ &-icon:hover {
42
+ color: #165dff;
43
+ background: #e8efff;
44
+ }
45
+ }
46
+ &-option {
47
+ display: flex;
48
+ flex: 1;
49
+ flex-direction: row-reverse;
50
+ align-items: center;
51
+ justify-content: space-between;
52
+ }
53
+ }
54
+
55
+ &-content {
56
+ width: 100%;
57
+ height: calc(100% - 64px);
58
+ overflow: auto;
59
+ }
60
+
61
+ &-panel-content {
62
+ z-index: 1000;
63
+ width: 284px;
64
+ max-height: 304px;
65
+ padding: 0;
66
+ overflow: auto;
67
+ background: #fff;
68
+ border-radius: 10px;
69
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
70
+ .ant-popover-arrow {
71
+ display: none !important;
72
+ }
73
+ .ant-popover-inner-content {
74
+ width: 100%;
75
+ padding: 8px;
76
+ }
77
+ .ant-tabs {
78
+ .ant-tabs-tab-btn {
79
+ font-size: 16px;
80
+ }
81
+ .ant-tabs-nav {
82
+ margin-bottom: 4px;
83
+ padding-left: 45px;
84
+ }
85
+ .ant-tabs-nav::before {
86
+ border: none !important;
87
+ }
88
+ }
89
+ }
90
+ }
@@ -1,27 +1,27 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
-
3
- .search-title {
4
- display: flex;
5
- align-items: center;
6
- height: 24px;
7
- transition: all 0.3s;
8
-
9
- &-title {
10
- margin-right: 15px;
11
- }
12
-
13
- &-input {
14
- min-width: 100px;
15
- max-width: 200px;
16
- height: 24px;
17
- background-color: #fff !important;
18
- .ant-input {
19
- background-color: #fff !important;
20
- }
21
- }
22
-
23
- &-icon {
24
- color: #5f6085;
25
- font-size: 12px;
26
- }
27
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+
3
+ .search-title {
4
+ display: flex;
5
+ align-items: center;
6
+ height: 24px;
7
+ transition: all 0.3s;
8
+
9
+ &-title {
10
+ margin-right: 15px;
11
+ }
12
+
13
+ &-input {
14
+ min-width: 100px;
15
+ max-width: 200px;
16
+ height: 24px;
17
+ background-color: #fff !important;
18
+ .ant-input {
19
+ background-color: #fff !important;
20
+ }
21
+ }
22
+
23
+ &-icon {
24
+ color: #5f6085;
25
+ font-size: 12px;
26
+ }
27
+ }
@@ -1,20 +1,20 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-loading {
4
- &-container.loading {
5
- display: flex !important;
6
- flex-direction: column;
7
- align-items: center;
8
- justify-content: center;
9
- width: 100%;
10
- height: 100%;
11
- .ant-spin-text {
12
- margin-top: 12px;
13
- color: #67727f;
14
- font-size: 14px;
15
- }
16
- }
17
- &-wrapper.loading {
18
- height: 100%;
19
- }
20
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-loading {
4
+ &-container.loading {
5
+ display: flex !important;
6
+ flex-direction: column;
7
+ align-items: center;
8
+ justify-content: center;
9
+ width: 100%;
10
+ height: 100%;
11
+ .ant-spin-text {
12
+ margin-top: 12px;
13
+ color: #67727f;
14
+ font-size: 14px;
15
+ }
16
+ }
17
+ &-wrapper.loading {
18
+ height: 100%;
19
+ }
20
+ }
@@ -1,7 +1,7 @@
1
- @import '../assets/styles/inner.less';
2
- .biz-login {
3
- width: 374px;
4
- .btn-login {
5
- width: 100%;
6
- }
7
- }
1
+ @import '../assets/styles/inner.less';
2
+ .biz-login {
3
+ width: 374px;
4
+ .btn-login {
5
+ width: 100%;
6
+ }
7
+ }
@@ -1,26 +1,26 @@
1
- @import '../../assets/styles/inner.less';
2
- .biz-platform-selector {
3
- width: 134px;
4
- box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
5
- .biz-platform-selector-select .biz-select-handle-input {
6
- background-color: #fff;
7
- border: 1px solid #ecedf0;
8
- .biz-select-handle-content .biz-select-handle-icon .bsicon {
9
- color: #9aa1a9;
10
- }
11
- .biz-select-handle-content-label {
12
- display: flex;
13
- align-items: center;
14
- }
15
- }
16
- }
17
- .biz-platform-selector-select-overlay .biz-select-list-panel .biz-select-option {
18
- .biz-select-option-icon .bsicon {
19
- color: #9aa1a9;
20
- }
21
- &:hover {
22
- .biz-select-option-icon .bsicon {
23
- color: #165dff;
24
- }
25
- }
26
- }
1
+ @import '../../assets/styles/inner.less';
2
+ .biz-platform-selector {
3
+ width: 134px;
4
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
5
+ .biz-platform-selector-select .biz-select-handle-input {
6
+ background-color: #fff;
7
+ border: 1px solid #ecedf0;
8
+ .biz-select-handle-content .biz-select-handle-icon .bsicon {
9
+ color: #9aa1a9;
10
+ }
11
+ .biz-select-handle-content-label {
12
+ display: flex;
13
+ align-items: center;
14
+ }
15
+ }
16
+ }
17
+ .biz-platform-selector-select-overlay .biz-select-list-panel .biz-select-option {
18
+ .biz-select-option-icon .bsicon {
19
+ color: #9aa1a9;
20
+ }
21
+ &:hover {
22
+ .biz-select-option-icon .bsicon {
23
+ color: #165dff;
24
+ }
25
+ }
26
+ }
@@ -1,31 +1,31 @@
1
- @import '../../../assets/styles/variable.less';
2
-
3
- .biz-user-condition-cdp {
4
- display: flex;
5
-
6
- &-content,
7
- &-condition-group {
8
- display: flex;
9
- }
10
-
11
- &-label {
12
- margin-right: @margin-xs;
13
- line-height: 32px;
14
- }
15
-
16
- &-item {
17
- display: flex;
18
- margin-left: @margin-xs;
19
- }
20
-
21
- &-select-dataset {
22
- width: 255px;
23
- }
24
- &-select-field {
25
- width: 129px;
26
- }
27
- &-select-condition {
28
- width: 96px;
29
- margin: 0 @margin-xs;
30
- }
31
- }
1
+ @import '../../../assets/styles/variable.less';
2
+
3
+ .biz-user-condition-cdp {
4
+ display: flex;
5
+
6
+ &-content,
7
+ &-condition-group {
8
+ display: flex;
9
+ }
10
+
11
+ &-label {
12
+ margin-right: @margin-xs;
13
+ line-height: 32px;
14
+ }
15
+
16
+ &-item {
17
+ display: flex;
18
+ margin-left: @margin-xs;
19
+ }
20
+
21
+ &-select-dataset {
22
+ width: 255px;
23
+ }
24
+ &-select-field {
25
+ width: 129px;
26
+ }
27
+ &-select-condition {
28
+ width: 96px;
29
+ margin: 0 @margin-xs;
30
+ }
31
+ }
@@ -1,41 +1,41 @@
1
- @import '../../../assets/styles/variable.less';
2
-
3
- .biz-user-condition-cdp-csh {
4
- display: flex;
5
-
6
- &-content,
7
- &-condition-group {
8
- display: flex;
9
- }
10
-
11
- &-condition-group-sub {
12
- display: flex;
13
- margin-top: @margin-xs;
14
- }
15
-
16
- &-label {
17
- width: 56px;
18
- margin-right: @margin-xs;
19
- line-height: 32px;
20
- }
21
-
22
- &-item {
23
- display: flex;
24
- margin-left: @margin-xs;
25
- }
26
-
27
- &-select-dataset {
28
- width: 150px;
29
- }
30
- &-select-field {
31
- width: 129px;
32
- }
33
- &-select-condition {
34
- width: 96px;
35
- margin-left: @margin-xs;
36
- }
37
- &-value {
38
- width: 150px !important;
39
- margin-left: @margin-xs !important;
40
- }
41
- }
1
+ @import '../../../assets/styles/variable.less';
2
+
3
+ .biz-user-condition-cdp-csh {
4
+ display: flex;
5
+
6
+ &-content,
7
+ &-condition-group {
8
+ display: flex;
9
+ }
10
+
11
+ &-condition-group-sub {
12
+ display: flex;
13
+ margin-top: @margin-xs;
14
+ }
15
+
16
+ &-label {
17
+ width: 56px;
18
+ margin-right: @margin-xs;
19
+ line-height: 32px;
20
+ }
21
+
22
+ &-item {
23
+ display: flex;
24
+ margin-left: @margin-xs;
25
+ }
26
+
27
+ &-select-dataset {
28
+ width: 150px;
29
+ }
30
+ &-select-field {
31
+ width: 129px;
32
+ }
33
+ &-select-condition {
34
+ width: 96px;
35
+ margin-left: @margin-xs;
36
+ }
37
+ &-value {
38
+ width: 150px !important;
39
+ margin-left: @margin-xs !important;
40
+ }
41
+ }
@@ -1,51 +1,51 @@
1
- @import '../../../assets/styles/variable.less';
2
- .biz-user-condition-event-condition {
3
- display: flex;
4
- &-left {
5
- display: flex;
6
- }
7
- &-right {
8
- flex: 1;
9
- }
10
- .biz-user-condition-event {
11
- width: 200px;
12
- .biz-event-select-handle {
13
- border-top-right-radius: 0;
14
- border-bottom-right-radius: 0;
15
- .biz-select-handle-input {
16
- background-color: @background-color-base;
17
- }
18
- }
19
- }
20
- &-times-period-wrap {
21
- display: flex;
22
- }
23
- &-expand-attr {
24
- display: flex;
25
- align-items: center;
26
- justify-content: center;
27
- width: 38px;
28
- height: @height-base;
29
- margin-right: @margin-xs;
30
- margin-left: @border-radius-small;
31
- background-color: @background-color-base;
32
- border-radius: @border-radius-small;
33
- cursor: pointer;
34
- }
35
- &-attrs {
36
- flex: 1;
37
- width: 100%;
38
- // margin-right: @margin-xs;
39
- margin-bottom: @margin-xs;
40
- }
41
- &-label {
42
- display: flex;
43
- align-items: center;
44
- min-width: 28px;
45
- height: 34px;
46
- margin-right: @margin-xs;
47
- }
48
- &-runtimes {
49
- margin-right: @margin-xs;
50
- }
51
- }
1
+ @import '../../../assets/styles/variable.less';
2
+ .biz-user-condition-event-condition {
3
+ display: flex;
4
+ &-left {
5
+ display: flex;
6
+ }
7
+ &-right {
8
+ flex: 1;
9
+ }
10
+ .biz-user-condition-event {
11
+ width: 200px;
12
+ .biz-event-select-handle {
13
+ border-top-right-radius: 0;
14
+ border-bottom-right-radius: 0;
15
+ .biz-select-handle-input {
16
+ background-color: @background-color-base;
17
+ }
18
+ }
19
+ }
20
+ &-times-period-wrap {
21
+ display: flex;
22
+ }
23
+ &-expand-attr {
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: center;
27
+ width: 38px;
28
+ height: @height-base;
29
+ margin-right: @margin-xs;
30
+ margin-left: @border-radius-small;
31
+ background-color: @background-color-base;
32
+ border-radius: @border-radius-small;
33
+ cursor: pointer;
34
+ }
35
+ &-attrs {
36
+ flex: 1;
37
+ width: 100%;
38
+ // margin-right: @margin-xs;
39
+ margin-bottom: @margin-xs;
40
+ }
41
+ &-label {
42
+ display: flex;
43
+ align-items: center;
44
+ min-width: 28px;
45
+ height: 34px;
46
+ margin-right: @margin-xs;
47
+ }
48
+ &-runtimes {
49
+ margin-right: @margin-xs;
50
+ }
51
+ }
@@ -1,26 +1,26 @@
1
- @import '../../../assets/styles/variable.less';
2
- .biz-user-condition-period-condition {
3
- display: flex;
4
- align-items: center;
5
- &-label,
6
- &-operator,
7
- &-values,
8
- &-unit {
9
- margin-right: @margin-xs;
10
- > input {
11
- border: none !important;
12
- }
13
- }
14
- &-operator {
15
- width: 129px;
16
- }
17
- &-values {
18
- .ant-picker-range.ant-picker-larg {
19
- min-width: 255px;
20
- }
21
- }
22
- &-today {
23
- margin-left: @margin-xs;
24
- white-space: nowrap;
25
- }
26
- }
1
+ @import '../../../assets/styles/variable.less';
2
+ .biz-user-condition-period-condition {
3
+ display: flex;
4
+ align-items: center;
5
+ &-label,
6
+ &-operator,
7
+ &-values,
8
+ &-unit {
9
+ margin-right: @margin-xs;
10
+ > input {
11
+ border: none !important;
12
+ }
13
+ }
14
+ &-operator {
15
+ width: 129px;
16
+ }
17
+ &-values {
18
+ .ant-picker-range.ant-picker-larg {
19
+ min-width: 255px;
20
+ }
21
+ }
22
+ &-today {
23
+ margin-left: @margin-xs;
24
+ white-space: nowrap;
25
+ }
26
+ }