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

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 (116) 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/styles/index.less +53 -53
  92. package/es/targetSelector/styles/index.less +110 -110
  93. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  94. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  95. package/es/userCondition/conditions/styles/eventCondition.less +57 -57
  96. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  97. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  98. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  99. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  100. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  101. package/es/userCondition/styles/conditionTypeList.less +30 -30
  102. package/es/userCondition/styles/conditionWrap.less +18 -18
  103. package/es/userCondition/styles/index.less +33 -33
  104. package/es/userCondition/styles/orConditions.less +34 -34
  105. package/es/userCondition/styles/relationLabel.less +19 -19
  106. package/es/userGroup/styles/index.less +145 -145
  107. package/es/userGroupHeader/styles/index.less +31 -31
  108. package/es/userTagsSelector/components/search/index.less +6 -6
  109. package/es/userTagsSelector/components/tagList/index.less +13 -13
  110. package/es/userTagsSelector/groups/styles/option.less +55 -55
  111. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  112. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  113. package/es/userTagsSelector/styles/index.less +10 -10
  114. package/es/utils/ajax.js +15 -2
  115. package/es/utils/type.d.ts +1 -0
  116. package/package.json +2 -2
@@ -1,141 +1,141 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-attr-select {
4
- &-handle {
5
- display: flex;
6
- flex-direction: row;
7
- align-items: center;
8
- width: fit-content;
9
- min-width: 208px;
10
- .__select-handle();
11
- &.error {
12
- border-color: @error-color;
13
- &.focus {
14
- box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2);
15
- }
16
- }
17
-
18
- &:hover {
19
- .biz-target-select-option-icon {
20
- display: flex;
21
- align-items: center;
22
- justify-content: center;
23
- }
24
- }
25
-
26
- .biz-select-handle-input {
27
- border: none;
28
- &.middle {
29
- height: 32px;
30
- line-height: 32px;
31
- }
32
- }
33
- .biz-select-handle-content-label {
34
- max-width: 450px;
35
- }
36
- }
37
-
38
- &-drowdown {
39
- .__select-panel();
40
-
41
- &.nodata {
42
- .__select-nodata();
43
- }
44
- }
45
-
46
- &-anchor-panel {
47
- max-width: 496px;
48
- padding: 12px 0;
49
-
50
- .ant-anchor {
51
- display: flex;
52
- flex-direction: row;
53
-
54
- .ant-anchor-ink::before {
55
- width: 0;
56
- }
57
-
58
- .ant-anchor-link {
59
- padding: 0;
60
-
61
- &:last-of-type .ant-btn {
62
- margin-right: 0;
63
- }
64
- }
65
-
66
- .ant-btn {
67
- margin-right: 8px;
68
- }
69
-
70
- .ant-anchor-link-active .ant-btn {
71
- &,
72
- &:focus {
73
- .__default-hover();
74
- }
75
- }
76
-
77
- .ant-btn:focus {
78
- color: @text-color;
79
- border-color: @border-color-base;
80
- }
81
- }
82
- }
83
-
84
- &-container {
85
- max-height: 224px;
86
- overflow-x: hidden;
87
- overflow-y: auto;
88
- }
89
-
90
- &-nodata {
91
- .__select-nodata();
92
- }
93
-
94
- &-group {
95
- position: relative;
96
- height: 32px;
97
- padding: 0 @padding-sm;
98
- color: @text-color-secondary;
99
- line-height: 32px;
100
-
101
- &::before {
102
- position: absolute;
103
- top: 9px;
104
- left: 5px;
105
- width: 3px;
106
- height: 14px;
107
- background-color: @primary-color;
108
- border-radius: 10px;
109
- content: '';
110
- }
111
-
112
- & > span {
113
- position: relative;
114
- display: inline-block;
115
- max-width: 225px;
116
- padding-right: @padding-xss;
117
- background: #fff;
118
- .__default-overflow();
119
- }
120
- }
121
-
122
- &-split {
123
- position: absolute;
124
- top: 18px;
125
- width: 100%;
126
- height: 0;
127
- border-bottom: 1px solid @border-color-base;
128
- }
129
-
130
- &-option {
131
- .__select-option();
132
-
133
- &:not(.active, :hover, .disabled) .biz-attr-select-highlight {
134
- color: @primary-color;
135
- }
136
- }
137
-
138
- &-option-icon {
139
- margin-right: @margin-xs;
140
- }
141
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-attr-select {
4
+ &-handle {
5
+ display: flex;
6
+ flex-direction: row;
7
+ align-items: center;
8
+ width: fit-content;
9
+ min-width: 208px;
10
+ .__select-handle();
11
+ &.error {
12
+ border-color: @error-color;
13
+ &.focus {
14
+ box-shadow: 0 0 0 2px rgba(251, 85, 71, 0.2);
15
+ }
16
+ }
17
+
18
+ &:hover {
19
+ .biz-target-select-option-icon {
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: center;
23
+ }
24
+ }
25
+
26
+ .biz-select-handle-input {
27
+ border: none;
28
+ &.middle {
29
+ height: 32px;
30
+ line-height: 32px;
31
+ }
32
+ }
33
+ .biz-select-handle-content-label {
34
+ max-width: 450px;
35
+ }
36
+ }
37
+
38
+ &-drowdown {
39
+ .__select-panel();
40
+
41
+ &.nodata {
42
+ .__select-nodata();
43
+ }
44
+ }
45
+
46
+ &-anchor-panel {
47
+ max-width: 496px;
48
+ padding: 12px 0;
49
+
50
+ .ant-anchor {
51
+ display: flex;
52
+ flex-direction: row;
53
+
54
+ .ant-anchor-ink::before {
55
+ width: 0;
56
+ }
57
+
58
+ .ant-anchor-link {
59
+ padding: 0;
60
+
61
+ &:last-of-type .ant-btn {
62
+ margin-right: 0;
63
+ }
64
+ }
65
+
66
+ .ant-btn {
67
+ margin-right: 8px;
68
+ }
69
+
70
+ .ant-anchor-link-active .ant-btn {
71
+ &,
72
+ &:focus {
73
+ .__default-hover();
74
+ }
75
+ }
76
+
77
+ .ant-btn:focus {
78
+ color: @text-color;
79
+ border-color: @border-color-base;
80
+ }
81
+ }
82
+ }
83
+
84
+ &-container {
85
+ max-height: 224px;
86
+ overflow-x: hidden;
87
+ overflow-y: auto;
88
+ }
89
+
90
+ &-nodata {
91
+ .__select-nodata();
92
+ }
93
+
94
+ &-group {
95
+ position: relative;
96
+ height: 32px;
97
+ padding: 0 @padding-sm;
98
+ color: @text-color-secondary;
99
+ line-height: 32px;
100
+
101
+ &::before {
102
+ position: absolute;
103
+ top: 9px;
104
+ left: 5px;
105
+ width: 3px;
106
+ height: 14px;
107
+ background-color: @primary-color;
108
+ border-radius: 10px;
109
+ content: '';
110
+ }
111
+
112
+ & > span {
113
+ position: relative;
114
+ display: inline-block;
115
+ max-width: 225px;
116
+ padding-right: @padding-xss;
117
+ background: #fff;
118
+ .__default-overflow();
119
+ }
120
+ }
121
+
122
+ &-split {
123
+ position: absolute;
124
+ top: 18px;
125
+ width: 100%;
126
+ height: 0;
127
+ border-bottom: 1px solid @border-color-base;
128
+ }
129
+
130
+ &-option {
131
+ .__select-option();
132
+
133
+ &:not(.active, :hover, .disabled) .biz-attr-select-highlight {
134
+ color: @primary-color;
135
+ }
136
+ }
137
+
138
+ &-option-icon {
139
+ margin-right: @margin-xs;
140
+ }
141
+ }
@@ -40,6 +40,7 @@ export interface EventGroup {
40
40
  export interface BasicProp {
41
41
  id?: number;
42
42
  label?: string;
43
+ encryptionType: number;
43
44
  alias?: string;
44
45
  type?: PropType;
45
46
  realTime?: boolean;
@@ -31,6 +31,7 @@ export default function convertAttributeData(store) {
31
31
  propCategory: 'eventProp',
32
32
  type: item.prop_type,
33
33
  realTime: true,
34
+ encryptionType: item.encryption_type,
34
35
  dimensionSub: item.dimension_sub || 'event_attr'
35
36
  };
36
37
  }),
@@ -64,6 +65,7 @@ export default function convertAttributeData(store) {
64
65
  label: prop.text,
65
66
  name: prop.name,
66
67
  propCategory: 'envProp',
68
+ encryptionType: prop.encryption_type,
67
69
  type: prop.type,
68
70
  realTime: true,
69
71
  dimensionSub: prop.dimension_sub || prop.name
@@ -77,6 +79,7 @@ export default function convertAttributeData(store) {
77
79
  category: prop.category,
78
80
  key: "userProp-".concat(prop.name, "-").concat(prop.id || 0),
79
81
  label: prop.text || prop.name,
82
+ encryptionType: prop.encryption_type,
80
83
  name: prop.name,
81
84
  propCategory: 'userProp',
82
85
  type: prop.type,
@@ -1,113 +1,113 @@
1
- @import '../../assets/styles/variable.less';
2
-
3
- .biz-chart-tooltip {
4
- max-height: 324px;
5
- overflow: auto;
6
- border-radius: 10px !important;
7
-
8
- .biz-chart-tooltip-title {
9
- margin-bottom: @margin-xss;
10
- color: @text-color;
11
- font-weight: 600;
12
- font-size: @font-size-sm;
13
- line-height: 17px;
14
- }
15
-
16
- .biz-chart-tooltip-item {
17
- display: flex;
18
- align-items: center;
19
- justify-content: space-between;
20
- min-height: @height-sm;
21
- padding: 0px @padding-xs;
22
- font-size: @font-size-sm;
23
- background: @white;
24
- border-radius: @border-radius-small;
25
- box-shadow: @box-shadow-small;
26
- &:not(:last-child) {
27
- margin-bottom: @margin-xss;
28
- }
29
-
30
- .biz-chart-tooltip-content {
31
- display: flex;
32
- align-items: center;
33
- color: @text-color-secondary;
34
-
35
- .biz-tooltip-marker {
36
- width: 8px;
37
- height: 8px;
38
- margin-right: @margin-xs;
39
- border-radius: 50%;
40
- }
41
- .biz-tooltip-order {
42
- display: flex;
43
- align-items: center;
44
- justify-content: center;
45
- width: 12.8px;
46
- height: 12.8px;
47
- margin-right: @margin-xs;
48
- color: #fff;
49
- font-weight: 500;
50
- font-size: 8.96px;
51
- background: #457dff;
52
- border-radius: 50%;
53
- }
54
- .biz-tooltip-name {
55
- max-width: 300px;
56
- white-space: pre-wrap;
57
- word-wrap: break-word;
58
- word-break: break-all;
59
- }
60
- }
61
-
62
- .biz-chart-tooltip-value {
63
- margin-left: @margin-xs;
64
- color: @text-color;
65
- font-weight: 500;
66
- }
67
- }
68
-
69
- .biz-chart-tooltip-item-new {
70
- min-height: @height-sm;
71
- margin-bottom: 4px;
72
- padding: 0px @padding-xs;
73
- font-size: @font-size-sm;
74
- background: @white;
75
- border-radius: @border-radius-small;
76
- box-shadow: @box-shadow-small;
77
- .biz-chart-tooltip-content {
78
- display: flex;
79
- align-items: center;
80
- color: @text-color-secondary;
81
-
82
- .biz-tooltip-marker {
83
- width: 8px;
84
- height: 8px;
85
- margin-right: @margin-xs;
86
- border-radius: 50%;
87
- }
88
- .biz-tooltip-order {
89
- display: flex;
90
- align-items: center;
91
- justify-content: center;
92
- width: 12.8px;
93
- height: 12.8px;
94
- margin-right: @margin-xs;
95
- color: #fff;
96
- font-weight: 500;
97
- font-size: 8.96px;
98
- background: #457dff;
99
- border-radius: 50%;
100
- }
101
- .biz-tooltip-name {
102
- max-width: 300px;
103
- white-space: pre-wrap;
104
- word-wrap: break-word;
105
- word-break: break-all;
106
- }
107
- }
108
- &-value {
109
- font-weight: 700;
110
- // font-size: 14px;
111
- }
112
- }
113
- }
1
+ @import '../../assets/styles/variable.less';
2
+
3
+ .biz-chart-tooltip {
4
+ max-height: 324px;
5
+ overflow: auto;
6
+ border-radius: 10px !important;
7
+
8
+ .biz-chart-tooltip-title {
9
+ margin-bottom: @margin-xss;
10
+ color: @text-color;
11
+ font-weight: 600;
12
+ font-size: @font-size-sm;
13
+ line-height: 17px;
14
+ }
15
+
16
+ .biz-chart-tooltip-item {
17
+ display: flex;
18
+ align-items: center;
19
+ justify-content: space-between;
20
+ min-height: @height-sm;
21
+ padding: 0px @padding-xs;
22
+ font-size: @font-size-sm;
23
+ background: @white;
24
+ border-radius: @border-radius-small;
25
+ box-shadow: @box-shadow-small;
26
+ &:not(:last-child) {
27
+ margin-bottom: @margin-xss;
28
+ }
29
+
30
+ .biz-chart-tooltip-content {
31
+ display: flex;
32
+ align-items: center;
33
+ color: @text-color-secondary;
34
+
35
+ .biz-tooltip-marker {
36
+ width: 8px;
37
+ height: 8px;
38
+ margin-right: @margin-xs;
39
+ border-radius: 50%;
40
+ }
41
+ .biz-tooltip-order {
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ width: 12.8px;
46
+ height: 12.8px;
47
+ margin-right: @margin-xs;
48
+ color: #fff;
49
+ font-weight: 500;
50
+ font-size: 8.96px;
51
+ background: #457dff;
52
+ border-radius: 50%;
53
+ }
54
+ .biz-tooltip-name {
55
+ max-width: 300px;
56
+ white-space: pre-wrap;
57
+ word-wrap: break-word;
58
+ word-break: break-all;
59
+ }
60
+ }
61
+
62
+ .biz-chart-tooltip-value {
63
+ margin-left: @margin-xs;
64
+ color: @text-color;
65
+ font-weight: 500;
66
+ }
67
+ }
68
+
69
+ .biz-chart-tooltip-item-new {
70
+ min-height: @height-sm;
71
+ margin-bottom: 4px;
72
+ padding: 0px @padding-xs;
73
+ font-size: @font-size-sm;
74
+ background: @white;
75
+ border-radius: @border-radius-small;
76
+ box-shadow: @box-shadow-small;
77
+ .biz-chart-tooltip-content {
78
+ display: flex;
79
+ align-items: center;
80
+ color: @text-color-secondary;
81
+
82
+ .biz-tooltip-marker {
83
+ width: 8px;
84
+ height: 8px;
85
+ margin-right: @margin-xs;
86
+ border-radius: 50%;
87
+ }
88
+ .biz-tooltip-order {
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ width: 12.8px;
93
+ height: 12.8px;
94
+ margin-right: @margin-xs;
95
+ color: #fff;
96
+ font-weight: 500;
97
+ font-size: 8.96px;
98
+ background: #457dff;
99
+ border-radius: 50%;
100
+ }
101
+ .biz-tooltip-name {
102
+ max-width: 300px;
103
+ white-space: pre-wrap;
104
+ word-wrap: break-word;
105
+ word-break: break-all;
106
+ }
107
+ }
108
+ &-value {
109
+ font-weight: 700;
110
+ // font-size: 14px;
111
+ }
112
+ }
113
+ }
@@ -1,21 +1,21 @@
1
1
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- /*
3
- * Licensed to the Apache Software Foundation (ASF) under one
4
- * or more contributor license agreements. See the NOTICE file
5
- * distributed with this work for additional information
6
- * regarding copyright ownership. The ASF licenses this file
7
- * to you under the Apache License, Version 2.0 (the
8
- * "License"); you may not use this file except in compliance
9
- * with the License. You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing,
14
- * software distributed under the License is distributed on an
15
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- * KIND, either express or implied. See the License for the
17
- * specific language governing permissions and limitations
18
- * under the License.
2
+ /*
3
+ * Licensed to the Apache Software Foundation (ASF) under one
4
+ * or more contributor license agreements. See the NOTICE file
5
+ * distributed with this work for additional information
6
+ * regarding copyright ownership. The ASF licenses this file
7
+ * to you under the Apache License, Version 2.0 (the
8
+ * "License"); you may not use this file except in compliance
9
+ * with the License. You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing,
14
+ * software distributed under the License is distributed on an
15
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ * KIND, either express or implied. See the License for the
17
+ * specific language governing permissions and limitations
18
+ * under the License.
19
19
  */
20
20
 
21
21
  (function (root, factory) {
@@ -1,24 +1,24 @@
1
- @import '../../assets//styles/inner.less';
2
- .biz-cycle-time {
3
- display: flex;
4
- gap: 12px;
5
- &-unit {
6
- width: 129px;
7
- }
8
- &-day {
9
- width: 280px;
10
- vertical-align: top;
11
- &.multi {
12
- width: 470px;
13
- }
14
- }
15
- &-unit,
16
- &-day,
17
- &-hour {
18
- display: inline-block;
19
- }
20
- &-hour {
21
- width: 220px;
22
- vertical-align: top;
23
- }
24
- }
1
+ @import '../../assets//styles/inner.less';
2
+ .biz-cycle-time {
3
+ display: flex;
4
+ gap: 12px;
5
+ &-unit {
6
+ width: 129px;
7
+ }
8
+ &-day {
9
+ width: 280px;
10
+ vertical-align: top;
11
+ &.multi {
12
+ width: 470px;
13
+ }
14
+ }
15
+ &-unit,
16
+ &-day,
17
+ &-hour {
18
+ display: inline-block;
19
+ }
20
+ &-hour {
21
+ width: 220px;
22
+ vertical-align: top;
23
+ }
24
+ }