@zgfe/business-lib 1.2.57 → 1.2.66-hxd.2

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 (135) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/AUMFormulaTarget/components/formula/index.less +86 -82
  4. package/es/AUMFormulaTarget/components/formulaItem/index.js +52 -13
  5. package/es/AUMFormulaTarget/components/panel/index.less +269 -269
  6. package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
  7. package/es/AUMFormulaTarget/demo/index.js +1 -1
  8. package/es/AUMFormulaTarget/styles/index.less +74 -74
  9. package/es/addToPanel/styles/addPanel.less +25 -25
  10. package/es/addToPanel/styles/index.less +17 -17
  11. package/es/addToPanel/styles/style.less +66 -66
  12. package/es/addToScene/styles/index.less +30 -30
  13. package/es/assets/colorIcon/demo.css +539 -539
  14. package/es/assets/colorIcon/demo_index.html +1454 -1454
  15. package/es/assets/colorIcon/iconfont.css +236 -236
  16. package/es/assets/colorIcon/iconfont.json +394 -394
  17. package/es/assets/colorIcon/iconfont.svg +129 -129
  18. package/es/assets/iconfont/demo.css +539 -539
  19. package/es/assets/iconfont/demo_index.html +5363 -5363
  20. package/es/assets/iconfont/iconfont.css +915 -915
  21. package/es/assets/iconfont/iconfont.json +1584 -1584
  22. package/es/assets/images/attention.png +0 -0
  23. package/es/assets/styles/chunks.less +183 -183
  24. package/es/assets/styles/inner.less +3 -3
  25. package/es/assets/styles/resetAntd.less +551 -551
  26. package/es/assets/styles/variable.less +21 -21
  27. package/es/attrCondition/group.js +5 -2
  28. package/es/attrCondition/index.js +6 -2
  29. package/es/attrCondition/styles/index.less +101 -101
  30. package/es/attrConditions/components/stringList.d.ts +10 -0
  31. package/es/attrConditions/components/stringList.js +57 -27
  32. package/es/attrConditions/components/valuesList.d.ts +10 -0
  33. package/es/attrConditions/components/valuesList.js +6 -2
  34. package/es/attrConditions/styles/group.less +49 -49
  35. package/es/attrConditions/styles/index.less +151 -151
  36. package/es/attrConditions/types.d.ts +17 -0
  37. package/es/attributeSelector/index.js +6 -2
  38. package/es/attributeSelector/listPanel.js +6 -2
  39. package/es/attributeSelector/styles/index.less +141 -141
  40. package/es/attributeSelector/types.d.ts +2 -0
  41. package/es/chart/demo/index.js +2 -3
  42. package/es/chart/styles/index.less +113 -113
  43. package/es/chart/util/data/china.js +17 -17
  44. package/es/chart/util/formatOption.js +1 -1
  45. package/es/constants/apis.d.ts +3 -0
  46. package/es/constants/apis.js +4 -1
  47. package/es/cycleTime/styles/index.less +24 -24
  48. package/es/cycleTime/styles/month.less +95 -95
  49. package/es/dataSetGroup/styles/index.less +146 -146
  50. package/es/datePicker/styles/index.less +53 -53
  51. package/es/datePickerV2/styles/index.less +194 -194
  52. package/es/demoWrapper/index.less +3 -3
  53. package/es/dialog/styles/index.less +22 -22
  54. package/es/dnd/styles/index.less +19 -19
  55. package/es/empty/demo/index.d.ts +4 -0
  56. package/es/empty/demo/index.js +16 -0
  57. package/es/empty/index.d.ts +4 -0
  58. package/es/empty/index.js +19 -0
  59. package/es/empty/types.d.ts +7 -0
  60. package/es/empty/types.js +1 -0
  61. package/es/eventSelector/styles/index.less +123 -123
  62. package/es/formulaTarget/components/formula/index.less +76 -76
  63. package/es/formulaTarget/components/panel/index.less +139 -139
  64. package/es/formulaTarget/components/symbol/index.less +49 -49
  65. package/es/formulaTarget/styles/index.less +74 -74
  66. package/es/hooks/types/subject.d.ts +14 -14
  67. package/es/icon/demo/list.less +32 -32
  68. package/es/index.d.ts +3 -1
  69. package/es/index.js +3 -1
  70. package/es/layout/analysisLayout/demo/index.less +12 -12
  71. package/es/layout/analysisLayout/index.less +118 -118
  72. package/es/layout/columnLayout/demo/index.less +15 -15
  73. package/es/layout/columnLayout/index.less +81 -81
  74. package/es/layout/detail/index.less +27 -27
  75. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  76. package/es/layout/optionTitle/demo/index.less +12 -12
  77. package/es/loading/styles/index.less +20 -20
  78. package/es/loginForm/index.less +7 -7
  79. package/es/platformSelector/index.js +42 -9
  80. package/es/platformSelector/styles/index.less +26 -22
  81. package/es/platformSelector/util.d.ts +1 -1
  82. package/es/platformSelector/util.js +8 -1
  83. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  84. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  85. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  86. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  87. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  88. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  89. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  90. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  91. package/es/productCondition/styles/conditionTypeList.less +30 -30
  92. package/es/productCondition/styles/conditionWrap.less +18 -18
  93. package/es/productCondition/styles/index.less +33 -33
  94. package/es/productCondition/styles/orConditions.less +34 -34
  95. package/es/productCondition/styles/relationLabel.less +19 -19
  96. package/es/quickDatePicker/styles/index.less +138 -138
  97. package/es/select/styles/handle.less +193 -193
  98. package/es/select/styles/index.less +129 -129
  99. package/es/socket/demo/index.less +27 -27
  100. package/es/table/styles/index.less +5 -5
  101. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  102. package/es/targetConditionGroup/index.js +5 -4
  103. package/es/targetConditionGroup/styles/index.less +53 -53
  104. package/es/targetSelector/styles/index.less +110 -110
  105. package/es/userCondition/conditionTypeList.js +1 -10
  106. package/es/userCondition/conditions/businessCondition.js +3 -10
  107. package/es/userCondition/conditions/eventCondition.js +36 -4
  108. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  109. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  110. package/es/userCondition/conditions/styles/eventCondition.less +57 -51
  111. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  112. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  113. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  114. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  115. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  116. package/es/userCondition/conditions/textDesc.js +1 -24
  117. package/es/userCondition/orConditions.js +0 -7
  118. package/es/userCondition/styles/conditionTypeList.less +30 -30
  119. package/es/userCondition/styles/conditionWrap.less +18 -18
  120. package/es/userCondition/styles/index.less +33 -33
  121. package/es/userCondition/styles/orConditions.less +34 -34
  122. package/es/userCondition/styles/relationLabel.less +19 -19
  123. package/es/userGroup/styles/index.less +145 -145
  124. package/es/userGroupHeader/styles/index.less +31 -31
  125. package/es/userTagsSelector/cascaderOverlay.js +13 -6
  126. package/es/userTagsSelector/components/search/index.less +6 -6
  127. package/es/userTagsSelector/components/tagList/index.less +13 -13
  128. package/es/userTagsSelector/demo/index.js +1 -0
  129. package/es/userTagsSelector/groups/styles/option.less +55 -55
  130. package/es/userTagsSelector/index.js +6 -3
  131. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  132. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  133. package/es/userTagsSelector/styles/index.less +10 -10
  134. package/es/userTagsSelector/types.d.ts +2 -0
  135. package/package.json +62 -62
@@ -1,193 +1,193 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-select-handle {
4
- &-input {
5
- position: relative;
6
- display: flex;
7
- flex: 1;
8
- padding: 0px 6px 0 8px;
9
- &.disable {
10
- .__disable();
11
- .bsicon {
12
- color: @disabled-color;
13
- }
14
- }
15
-
16
- .__select-default();
17
-
18
- &.secondary {
19
- .__select-normal-secondary();
20
- }
21
-
22
- &.borderless {
23
- border: none;
24
- }
25
-
26
- &.large {
27
- height: @height-lg;
28
- font-size: @font-size-lg;
29
- line-height: @height-lg;
30
- }
31
-
32
- &.small {
33
- height: @height-sm;
34
- line-height: @height-sm;
35
- }
36
-
37
- &.middle {
38
- height: @height-base;
39
- line-height: @height-base;
40
- }
41
- }
42
-
43
- &-input-multiple {
44
- display: flex;
45
- align-items: center;
46
- height: auto;
47
- line-height: 1;
48
- &.small {
49
- height: auto;
50
- min-height: @height-sm;
51
- }
52
-
53
- &.middle {
54
- height: auto;
55
- min-height: @height-base;
56
- }
57
- .biz-select-handle-tag {
58
- display: flex;
59
- align-items: center;
60
- margin: 2px 4px 2px 0;
61
- padding: 0 4px;
62
- padding-top: 1px;
63
- padding-bottom: 1px;
64
- background: none;
65
- border-color: #cacdd4;
66
- border-radius: @border-radius-small;
67
- &-label {
68
- min-width: 0;
69
- max-width: 100px;
70
- overflow: hidden;
71
- text-overflow: ellipsis;
72
- }
73
- &:not(.disable) {
74
- &:hover {
75
- .__default-hover();
76
- .anticon {
77
- color: @primary-color;
78
- }
79
- }
80
- }
81
- &.disable {
82
- &:hover {
83
- cursor: not-allowed;
84
- .anticon-close {
85
- cursor: not-allowed;
86
- }
87
- }
88
- .biz-select-handle-tag-label,
89
- .ant-tag-close-icon {
90
- color: #ccd0d4 !important;
91
- }
92
- }
93
- }
94
- }
95
- &-multiple-content {
96
- display: flex;
97
- flex: 1;
98
- flex-wrap: wrap;
99
- align-items: center;
100
- overflow: visible;
101
- }
102
-
103
- &-search.ant-input {
104
- width: auto;
105
- padding: 0;
106
- background-color: transparent;
107
- border: none;
108
- box-shadow: none;
109
-
110
- &:focus,
111
- &.active {
112
- box-shadow: none !important;
113
- }
114
- }
115
- &-temp {
116
- position: absolute;
117
- top: -999999999999999px;
118
- padding: 0 @padding-sm;
119
- font-size: @font-size-base;
120
- }
121
-
122
- &-holder {
123
- color: @input-placeholder-color;
124
- line-height: 20px;
125
- }
126
- &-content {
127
- display: flex;
128
- flex: 1;
129
- align-items: center;
130
- width: 100%;
131
- &-label {
132
- // width: 100%;
133
- .__default-overflow();
134
- }
135
- &-icon-list {
136
- display: flex;
137
- // flex: 1;
138
- flex-direction: row;
139
- align-items: center;
140
- justify-content: end;
141
- }
142
- &-icon-qingchu-box {
143
- display: none;
144
- gap: 10px;
145
- align-items: center;
146
- justify-content: center;
147
- width: 16px;
148
- height: 24px;
149
- margin-left: 8px;
150
- padding: 10px;
151
- border-radius: 4px;
152
- }
153
- &-icon-qingchu-box:hover {
154
- color: #fb5547;
155
- background: #feddda;
156
- }
157
- }
158
- &-input:hover {
159
- .biz-select-handle-content-icon-qingchu-box {
160
- display: flex;
161
- }
162
- }
163
- &-expand-icon {
164
- width: 14px;
165
- margin-left: 5px;
166
- color: @text-color-secondary;
167
- &.open {
168
- transform: rotate(180deg);
169
- }
170
- }
171
-
172
- &-tooltip {
173
- .ant-tooltip-inner {
174
- color: @black;
175
- background-color: @white;
176
- }
177
- }
178
-
179
- &-icon {
180
- margin-right: @margin-xss;
181
- }
182
-
183
- &-status-error {
184
- border-color: @error-color;
185
- &.biz-select-handle-input:hover {
186
- border-color: @error-color;
187
- }
188
- &.biz-select-handle-input.active:not(.disable) {
189
- border-color: @error-color;
190
- box-shadow: 0 0 0 4px rgba(#ff8170, 0.2) !important;
191
- }
192
- }
193
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-select-handle {
4
+ &-input {
5
+ position: relative;
6
+ display: flex;
7
+ flex: 1;
8
+ padding: 0px 6px 0 8px;
9
+ &.disable {
10
+ .__disable();
11
+ .bsicon {
12
+ color: @disabled-color;
13
+ }
14
+ }
15
+
16
+ .__select-default();
17
+
18
+ &.secondary {
19
+ .__select-normal-secondary();
20
+ }
21
+
22
+ &.borderless {
23
+ border: none;
24
+ }
25
+
26
+ &.large {
27
+ height: @height-lg;
28
+ font-size: @font-size-lg;
29
+ line-height: @height-lg;
30
+ }
31
+
32
+ &.small {
33
+ height: @height-sm;
34
+ line-height: @height-sm;
35
+ }
36
+
37
+ &.middle {
38
+ height: @height-base;
39
+ line-height: @height-base;
40
+ }
41
+ }
42
+
43
+ &-input-multiple {
44
+ display: flex;
45
+ align-items: center;
46
+ height: auto;
47
+ line-height: 1;
48
+ &.small {
49
+ height: auto;
50
+ min-height: @height-sm;
51
+ }
52
+
53
+ &.middle {
54
+ height: auto;
55
+ min-height: @height-base;
56
+ }
57
+ .biz-select-handle-tag {
58
+ display: flex;
59
+ align-items: center;
60
+ margin: 2px 4px 2px 0;
61
+ padding: 0 4px;
62
+ padding-top: 1px;
63
+ padding-bottom: 1px;
64
+ background: none;
65
+ border-color: #cacdd4;
66
+ border-radius: @border-radius-small;
67
+ &-label {
68
+ min-width: 0;
69
+ max-width: 100px;
70
+ overflow: hidden;
71
+ text-overflow: ellipsis;
72
+ }
73
+ &:not(.disable) {
74
+ &:hover {
75
+ .__default-hover();
76
+ .anticon {
77
+ color: @primary-color;
78
+ }
79
+ }
80
+ }
81
+ &.disable {
82
+ &:hover {
83
+ cursor: not-allowed;
84
+ .anticon-close {
85
+ cursor: not-allowed;
86
+ }
87
+ }
88
+ .biz-select-handle-tag-label,
89
+ .ant-tag-close-icon {
90
+ color: #ccd0d4 !important;
91
+ }
92
+ }
93
+ }
94
+ }
95
+ &-multiple-content {
96
+ display: flex;
97
+ flex: 1;
98
+ flex-wrap: wrap;
99
+ align-items: center;
100
+ overflow: visible;
101
+ }
102
+
103
+ &-search.ant-input {
104
+ width: auto;
105
+ padding: 0;
106
+ background-color: transparent;
107
+ border: none;
108
+ box-shadow: none;
109
+
110
+ &:focus,
111
+ &.active {
112
+ box-shadow: none !important;
113
+ }
114
+ }
115
+ &-temp {
116
+ position: absolute;
117
+ top: -999999999999999px;
118
+ padding: 0 @padding-sm;
119
+ font-size: @font-size-base;
120
+ }
121
+
122
+ &-holder {
123
+ color: @input-placeholder-color;
124
+ line-height: 20px;
125
+ }
126
+ &-content {
127
+ display: flex;
128
+ flex: 1;
129
+ align-items: center;
130
+ width: 100%;
131
+ &-label {
132
+ // width: 100%;
133
+ .__default-overflow();
134
+ }
135
+ &-icon-list {
136
+ display: flex;
137
+ // flex: 1;
138
+ flex-direction: row;
139
+ align-items: center;
140
+ justify-content: end;
141
+ }
142
+ &-icon-qingchu-box {
143
+ display: none;
144
+ gap: 10px;
145
+ align-items: center;
146
+ justify-content: center;
147
+ width: 16px;
148
+ height: 24px;
149
+ margin-left: 8px;
150
+ padding: 10px;
151
+ border-radius: 4px;
152
+ }
153
+ &-icon-qingchu-box:hover {
154
+ color: #fb5547;
155
+ background: #feddda;
156
+ }
157
+ }
158
+ &-input:hover {
159
+ .biz-select-handle-content-icon-qingchu-box {
160
+ display: flex;
161
+ }
162
+ }
163
+ &-expand-icon {
164
+ width: 14px;
165
+ margin-left: 5px;
166
+ color: @text-color-secondary;
167
+ &.open {
168
+ transform: rotate(180deg);
169
+ }
170
+ }
171
+
172
+ &-tooltip {
173
+ .ant-tooltip-inner {
174
+ color: @black;
175
+ background-color: @white;
176
+ }
177
+ }
178
+
179
+ &-icon {
180
+ margin-right: @margin-xss;
181
+ }
182
+
183
+ &-status-error {
184
+ border-color: @error-color;
185
+ &.biz-select-handle-input:hover {
186
+ border-color: @error-color;
187
+ }
188
+ &.biz-select-handle-input.active:not(.disable) {
189
+ border-color: @error-color;
190
+ box-shadow: 0 0 0 4px rgba(#ff8170, 0.2) !important;
191
+ }
192
+ }
193
+ }
@@ -1,129 +1,129 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-select {
4
- &-handle {
5
- position: relative;
6
- }
7
-
8
- &-overlay {
9
- display: flex;
10
- flex-direction: column;
11
- .__select-panel();
12
- }
13
-
14
- &-list-panel {
15
- flex: 1;
16
- max-height: 400px;
17
- overflow-x: hidden;
18
- overflow-y: auto;
19
- }
20
-
21
- &-search {
22
- flex: none;
23
- margin-bottom: @margin-xs;
24
- }
25
-
26
- &-nodata {
27
- .__select-nodata();
28
- }
29
-
30
- &-group {
31
- position: relative;
32
- height: 32px;
33
- padding: 0 @padding-sm;
34
- color: @text-color-secondary;
35
- line-height: 32px;
36
-
37
- &::before {
38
- position: absolute;
39
- top: 9px;
40
- left: 5px;
41
- width: 3px;
42
- height: 14px;
43
- background-color: @primary-color;
44
- border-radius: 10px;
45
- content: '';
46
- }
47
-
48
- & > span {
49
- position: relative;
50
- padding-right: @padding-xss;
51
- background: #fff;
52
- }
53
- }
54
-
55
- &-split {
56
- position: absolute;
57
- top: 18px;
58
- width: 100%;
59
- height: 0;
60
- border-bottom: 1px solid @border-color-base;
61
- }
62
-
63
- &-option {
64
- display: flex;
65
- .__select-option();
66
-
67
- &.biz-select-option-multiple {
68
- &:hover:not(.disabled) {
69
- color: @primary-color;
70
- background-color: @primary-color-hover;
71
- .biz-select-checkbox {
72
- color: @primary-color;
73
- }
74
- }
75
-
76
- &.active:not(.disabled) {
77
- color: @primary-color;
78
- background: #fff;
79
- .biz-select-checkbox {
80
- color: @primary-color;
81
- }
82
- }
83
- }
84
-
85
- &:not(.active, :hover, .disabled) .biz-select-highlight {
86
- color: @primary-color;
87
- }
88
-
89
- &-label {
90
- flex: 1;
91
- .__default-overflow();
92
- }
93
- &-all {
94
- position: relative;
95
- .ant-checkbox-wrapper {
96
- width: 100%;
97
- }
98
- .ant-checkbox-inner {
99
- width: 14px;
100
- height: 14px;
101
- &::after {
102
- top: 45%;
103
- }
104
- }
105
- }
106
- }
107
-
108
- &-checkbox {
109
- margin-right: 8px;
110
- color: @border-color-base;
111
- &-indeterminate {
112
- position: absolute;
113
- top: 12px;
114
- left: 15px;
115
- width: 8px;
116
- height: 8px;
117
- background-color: @primary-color;
118
- border-radius: 1px;
119
- }
120
- }
121
-
122
- &-option-icon {
123
- margin-right: @margin-xs;
124
- }
125
-
126
- &-notfound {
127
- padding: @padding-xs;
128
- }
129
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-select {
4
+ &-handle {
5
+ position: relative;
6
+ }
7
+
8
+ &-overlay {
9
+ display: flex;
10
+ flex-direction: column;
11
+ .__select-panel();
12
+ }
13
+
14
+ &-list-panel {
15
+ flex: 1;
16
+ max-height: 400px;
17
+ overflow-x: hidden;
18
+ overflow-y: auto;
19
+ }
20
+
21
+ &-search {
22
+ flex: none;
23
+ margin-bottom: @margin-xs;
24
+ }
25
+
26
+ &-nodata {
27
+ .__select-nodata();
28
+ }
29
+
30
+ &-group {
31
+ position: relative;
32
+ height: 32px;
33
+ padding: 0 @padding-sm;
34
+ color: @text-color-secondary;
35
+ line-height: 32px;
36
+
37
+ &::before {
38
+ position: absolute;
39
+ top: 9px;
40
+ left: 5px;
41
+ width: 3px;
42
+ height: 14px;
43
+ background-color: @primary-color;
44
+ border-radius: 10px;
45
+ content: '';
46
+ }
47
+
48
+ & > span {
49
+ position: relative;
50
+ padding-right: @padding-xss;
51
+ background: #fff;
52
+ }
53
+ }
54
+
55
+ &-split {
56
+ position: absolute;
57
+ top: 18px;
58
+ width: 100%;
59
+ height: 0;
60
+ border-bottom: 1px solid @border-color-base;
61
+ }
62
+
63
+ &-option {
64
+ display: flex;
65
+ .__select-option();
66
+
67
+ &.biz-select-option-multiple {
68
+ &:hover:not(.disabled) {
69
+ color: @primary-color;
70
+ background-color: @primary-color-hover;
71
+ .biz-select-checkbox {
72
+ color: @primary-color;
73
+ }
74
+ }
75
+
76
+ &.active:not(.disabled) {
77
+ color: @primary-color;
78
+ background: #fff;
79
+ .biz-select-checkbox {
80
+ color: @primary-color;
81
+ }
82
+ }
83
+ }
84
+
85
+ &:not(.active, :hover, .disabled) .biz-select-highlight {
86
+ color: @primary-color;
87
+ }
88
+
89
+ &-label {
90
+ flex: 1;
91
+ .__default-overflow();
92
+ }
93
+ &-all {
94
+ position: relative;
95
+ .ant-checkbox-wrapper {
96
+ width: 100%;
97
+ }
98
+ .ant-checkbox-inner {
99
+ width: 14px;
100
+ height: 14px;
101
+ &::after {
102
+ top: 45%;
103
+ }
104
+ }
105
+ }
106
+ }
107
+
108
+ &-checkbox {
109
+ margin-right: 8px;
110
+ color: @border-color-base;
111
+ &-indeterminate {
112
+ position: absolute;
113
+ top: 12px;
114
+ left: 15px;
115
+ width: 8px;
116
+ height: 8px;
117
+ background-color: @primary-color;
118
+ border-radius: 1px;
119
+ }
120
+ }
121
+
122
+ &-option-icon {
123
+ margin-right: @margin-xs;
124
+ }
125
+
126
+ &-notfound {
127
+ padding: @padding-xs;
128
+ }
129
+ }
@@ -1,27 +1,27 @@
1
- @import '../../assets/styles/inner.less';
2
- .container {
3
- display: flex;
4
- flex-direction: row;
5
- border: 1px solid red;
6
- & > :global(.ant-card) {
7
- flex: 1;
8
- margin: @margin-md;
9
- }
10
- }
11
- .history {
12
- height: 400px;
13
- overflow: auto;
14
- }
15
- .he,
16
- .me {
17
- margin-bottom: @margin-sm;
18
- padding: @padding-sm;
19
- line-height: 24px;
20
- background: @background-color-base;
21
- }
22
- .he {
23
- text-align: left;
24
- }
25
- .me {
26
- text-align: right;
27
- }
1
+ @import '../../assets/styles/inner.less';
2
+ .container {
3
+ display: flex;
4
+ flex-direction: row;
5
+ border: 1px solid red;
6
+ & > :global(.ant-card) {
7
+ flex: 1;
8
+ margin: @margin-md;
9
+ }
10
+ }
11
+ .history {
12
+ height: 400px;
13
+ overflow: auto;
14
+ }
15
+ .he,
16
+ .me {
17
+ margin-bottom: @margin-sm;
18
+ padding: @padding-sm;
19
+ line-height: 24px;
20
+ background: @background-color-base;
21
+ }
22
+ .he {
23
+ text-align: left;
24
+ }
25
+ .me {
26
+ text-align: right;
27
+ }