@lambo-design/shared 1.0.0-beta.240 → 1.0.0-beta.242

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 (171) hide show
  1. package/config/config.js +51 -51
  2. package/config/env.js +4 -4
  3. package/config/index.js +7 -7
  4. package/config/themes/atrovirens/atrovirens.less +667 -667
  5. package/config/themes/atrovirens/var.less +674 -674
  6. package/config/themes/blue/blue.less +669 -669
  7. package/config/themes/blue/var.less +677 -677
  8. package/config/themes/blue-white/blue-white.less +669 -669
  9. package/config/themes/blue-white/var.less +676 -676
  10. package/config/themes/blue-white-tight/blue-white-tight.less +672 -672
  11. package/config/themes/blue-white-tight/var.less +677 -677
  12. package/config/themes/danqing/danqing.less +668 -668
  13. package/config/themes/danqing/danqing.wxss +572 -572
  14. package/config/themes/danqing/var.less +679 -679
  15. package/config/themes/deep/deep.less +669 -669
  16. package/config/themes/deep/var.less +677 -677
  17. package/config/themes/default/default.less +671 -671
  18. package/config/themes/default/var.less +677 -677
  19. package/config/themes/eap/eap.less +671 -671
  20. package/config/themes/eap/var.less +677 -677
  21. package/config/themes/gold/gold.less +671 -671
  22. package/config/themes/gold/var.less +677 -677
  23. package/config/themes/index.js +28 -28
  24. package/config/themes/lime/lime.less +671 -671
  25. package/config/themes/lime/var.less +678 -678
  26. package/config/themes/orange/orange.less +671 -671
  27. package/config/themes/orange/var.less +678 -678
  28. package/config/themes/red/red.less +671 -671
  29. package/config/themes/red/var.less +677 -677
  30. package/config/themes/theme-atrovirens.js +558 -558
  31. package/config/themes/theme-blue.js +558 -558
  32. package/config/themes/theme-bw.js +558 -558
  33. package/config/themes/theme-bwt.js +559 -559
  34. package/config/themes/theme-danqing.js +558 -558
  35. package/config/themes/theme-deep.js +558 -558
  36. package/config/themes/theme-default.js +558 -558
  37. package/config/themes/theme-eap.js +558 -558
  38. package/config/themes/theme-gold.js +558 -558
  39. package/config/themes/theme-lime.js +558 -558
  40. package/config/themes/theme-orange.js +559 -559
  41. package/config/themes/theme-red.js +558 -558
  42. package/config/themes/theme-white.js +557 -557
  43. package/config/themes/white/var.less +675 -675
  44. package/config/themes/white/white.less +668 -668
  45. package/directives/index.js +23 -23
  46. package/directives/module/draggable.js +56 -56
  47. package/directives/module/permission.js +49 -49
  48. package/directives/module/print.js +1 -1
  49. package/directives/module/vue-print-nb/README.md +63 -63
  50. package/directives/module/vue-print-nb/print.js +94 -94
  51. package/directives/module/vue-print-nb/printarea.js +532 -532
  52. package/index.js +10 -10
  53. package/nstyles/common.less +197 -197
  54. package/nstyles/components/404.less +46 -46
  55. package/nstyles/components/button.less +34 -34
  56. package/nstyles/components/date-picker.less +37 -37
  57. package/nstyles/components/drawer.less +20 -20
  58. package/nstyles/components/dropdown.less +18 -18
  59. package/nstyles/components/excel-flow.less +72 -72
  60. package/nstyles/components/form.less +313 -313
  61. package/nstyles/components/index.less +23 -23
  62. package/nstyles/components/layout/collect.less +10 -10
  63. package/nstyles/components/layout/detail-view.less +107 -107
  64. package/nstyles/components/layout/full-screen.less +7 -7
  65. package/nstyles/components/layout/index.less +7 -7
  66. package/nstyles/components/layout/other-menu.less +142 -142
  67. package/nstyles/components/layout/page-view.less +101 -101
  68. package/nstyles/components/layout/sider-trigger.less +41 -41
  69. package/nstyles/components/layout/tags-nav.less +113 -113
  70. package/nstyles/components/modal.less +85 -85
  71. package/nstyles/components/n-button.less +131 -131
  72. package/nstyles/components/n-image-preview.less +131 -131
  73. package/nstyles/components/n-model/index.less +19 -19
  74. package/nstyles/components/n-model/report-index.less +43 -43
  75. package/nstyles/components/n-panel.less +40 -40
  76. package/nstyles/components/n-picker.less +37 -37
  77. package/nstyles/components/n-sign.less +17 -17
  78. package/nstyles/components/n-tooltip.less +10 -10
  79. package/nstyles/components/panel.less +31 -31
  80. package/nstyles/components/select.less +3 -3
  81. package/nstyles/components/sign.less +27 -27
  82. package/nstyles/components/table.less +315 -315
  83. package/nstyles/components/tree.less +158 -158
  84. package/nstyles/components/upload.less +164 -164
  85. package/nstyles/index.less +5 -5
  86. package/nstyles/reset.less +65 -65
  87. package/nstyles/third/ag.less +174 -174
  88. package/nstyles/third/index.less +11 -11
  89. package/nstyles/third/view-design.less +366 -366
  90. package/nstyles/variables/base.less +143 -143
  91. package/nstyles/variables/index.less +4 -4
  92. package/nstyles/variables/theme/default/button.less +7 -7
  93. package/nstyles/variables/theme/default/common.less +57 -57
  94. package/nstyles/variables/theme/default/index.less +7 -7
  95. package/nstyles/variables/theme/default/layout.less +40 -40
  96. package/nstyles/variables/theme/default/table.less +37 -37
  97. package/nstyles/variables/theme/default/tag.less +3 -3
  98. package/nstyles/variables/theme/default/upload.less +3 -3
  99. package/nstyles/variables/theme/index.less +13 -13
  100. package/nstyles/variables/theme/small/button.less +7 -7
  101. package/nstyles/variables/theme/small/common.less +39 -39
  102. package/nstyles/variables/theme/small/index.less +5 -5
  103. package/nstyles/variables/theme/small/layout.less +21 -21
  104. package/nstyles/variables/theme/small/table.less +17 -17
  105. package/nstyles/variables/theme/small/tag.less +3 -3
  106. package/package.json +1 -1
  107. package/plugin/index.js +12 -12
  108. package/plugin/module/date-format.js +30 -30
  109. package/plugin/module/loading.js +26 -26
  110. package/plugin/module/warn-handler.js +11 -11
  111. package/styles/variables.less +21 -21
  112. package/utils/ajax/cacheconf.js +19 -19
  113. package/utils/ajax/content-type.js +30 -30
  114. package/utils/ajax/index.js +12 -12
  115. package/utils/ajax/interceptors.js +97 -97
  116. package/utils/ajax/sseFetchUtil.js +71 -0
  117. package/utils/assist.js +147 -147
  118. package/utils/base64.js +126 -126
  119. package/utils/blob.js +47 -47
  120. package/utils/bus.js +3 -3
  121. package/utils/crypto/index.js +48 -48
  122. package/utils/crypto/md5.js +152 -152
  123. package/utils/crypto/sm3.js +235 -235
  124. package/utils/date.js +381 -381
  125. package/utils/dict/built-in-dict.js +20 -20
  126. package/utils/dict/index.js +167 -167
  127. package/utils/dom.js +38 -38
  128. package/utils/event.js +72 -72
  129. package/utils/excel.js +655 -655
  130. package/utils/file.js +19 -19
  131. package/utils/form/validate.js +29 -29
  132. package/utils/half-year.js +68 -68
  133. package/utils/index.js +41 -41
  134. package/utils/json.js +29 -29
  135. package/utils/lodop.js +165 -165
  136. package/utils/menu/before-close.js +17 -17
  137. package/utils/menu/index.js +395 -395
  138. package/utils/mime_type.js +67 -67
  139. package/utils/modelerUtil.js +227 -227
  140. package/utils/n/api.js +22 -22
  141. package/utils/n/date.js +57 -57
  142. package/utils/n/index.js +9 -9
  143. package/utils/n/is-type.js +176 -176
  144. package/utils/n/number.js +144 -144
  145. package/utils/n/permission-cache.js +11 -11
  146. package/utils/n/reuqest/axiosN.js +17 -17
  147. package/utils/n/reuqest/content-type.js +19 -19
  148. package/utils/n/reuqest/interceptors.js +95 -95
  149. package/utils/n/reuqest/url-params.js +12 -12
  150. package/utils/n/storage.js +51 -51
  151. package/utils/n/token.js +51 -51
  152. package/utils/n/user-cache.js +11 -11
  153. package/utils/n/user.js +34 -34
  154. package/utils/n/uuid.js +16 -16
  155. package/utils/n-generator-routers.js +208 -208
  156. package/utils/n-router.js +205 -205
  157. package/utils/n-theme.js +30 -30
  158. package/utils/number.js +180 -180
  159. package/utils/oss.js +57 -57
  160. package/utils/platform.js +1334 -1334
  161. package/utils/quarter.js +58 -58
  162. package/utils/storage.js +198 -198
  163. package/utils/style.js +24 -24
  164. package/utils/theme.js +138 -138
  165. package/utils/transfer-queue.js +7 -7
  166. package/utils/transform.js +204 -205
  167. package/utils/type.js +102 -102
  168. package/utils/util.js +795 -795
  169. package/utils/validator.js +181 -181
  170. package/utils/vxetable/index.js +25 -25
  171. package/utils/zoomScroll.js +9 -9
@@ -1,315 +1,315 @@
1
- .lambo-grid-table {
2
- display: flex;
3
- flex-direction: column;
4
- justify-content: flex-start;
5
- height: 100%;
6
- border-radius: 4px;
7
- background: #ffffff;
8
-
9
- &.fullscreen-fixed {
10
- padding: var(--ind-table-padding);
11
- }
12
-
13
- .ind-loading-panel {
14
- height: 100% !important;
15
- }
16
-
17
- .other-button {
18
- margin-top: var(--ind-other-button-top); // var(--ind-unit-switch-bottom); // 10px;
19
- .ivu-btn-small {
20
- height: var(--ind-button-height-md);
21
- }
22
- }
23
-
24
- .ind-button-group--mb > * {
25
- margin-bottom: var(--ind-table-button-padding);
26
- }
27
-
28
- .ag-cell {
29
- user-select: text;
30
- // overflow: unset;
31
- }
32
-
33
- // .ag-cell-value:has('.ivu-select') {
34
- // overflow: unset;
35
- // }
36
- // .ag-cell.ag-wrap-cell {
37
- // overflow: visible;
38
- // }
39
-
40
- .ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
41
- .ag-theme-balham .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
42
- .ag-theme-balham
43
- .ag-ltr
44
- .ag-has-focus
45
- .ag-full-width-row.ag-row-focus
46
- .ag-cell-wrapper.ag-row-group,
47
- .ag-theme-balham .ag-ltr .ag-cell-range-single-cell,
48
- .ag-theme-balham .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
49
- .ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
50
- .ag-theme-balham .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
51
- .ag-theme-balham
52
- .ag-rtl
53
- .ag-has-focus
54
- .ag-full-width-row.ag-row-focus
55
- .ag-cell-wrapper.ag-row-group,
56
- .ag-theme-balham .ag-rtl .ag-cell-range-single-cell,
57
- .ag-theme-balham .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
58
- border-right: 1px solid
59
- var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea)) !important;
60
- }
61
-
62
- .ag-theme-balham .ag-ltr .ag-cell {
63
- border-right-color: var(--ag-row-border-color, #d9dcde) !important;
64
- }
65
-
66
- .ag-theme-balham .ag-header-cell::after,
67
- .ag-theme-balham .ag-header-group-cell::after {
68
- height: 100% !important;
69
- top: 0 !important;
70
- }
71
-
72
- .ag-header-group-cell-label,
73
- .ag-header-cell-label {
74
- justify-content: center !important;
75
- }
76
-
77
- .buttons {
78
- /deep/ .ivu-btn {
79
- margin-right: 5px;
80
- }
81
- }
82
-
83
- /deep/ .ivu-checkbox-inner {
84
- border: 1px solid var(--check-border);
85
- }
86
-
87
- /deep/ .ivu-form-item {
88
- margin-bottom: 0;
89
- }
90
- .i-crud-toolbar-btn,
91
- .i-crud-toolbar-btn:hover,
92
- .i-crud-toolbar-btn:focus {
93
- border-color: transparent !important;
94
- box-shadow: unset !important;
95
- }
96
- .ag-button {
97
- .ivu-btn-small,.ivu-btn {
98
- line-height: var(--input-height-table) !important;
99
- height: var(--input-height-table) !important;
100
- }
101
- }
102
- .ag-date {
103
- input,
104
- .ivu-input-suffix,
105
- .ivu-input-prefix i,
106
- .ivu-input-suffix i {
107
- height: calc(var(--input-height-table) - 1px) !important;
108
- line-height: calc(var(--input-height-table) - 1px) !important;
109
- // top: -2px !important;
110
- }
111
- }
112
- .ag-right-aligned-cell {
113
- .ag-input {
114
- input {
115
- text-align: right;
116
- }
117
- }
118
- }
119
- .ag-input {
120
- input {
121
- // text-align: right;
122
- height: calc(var(--input-height-table) - 1px) !important;
123
- line-height: calc(var(--input-height-table) - 1px) !important;
124
- background-color: #dae8ff;
125
- // top: -2px !important;
126
- }
127
- }
128
- .ag-ind-select {
129
- width: 100%;
130
- .ivu-select-single,
131
- .ivu-select-input,
132
- .ivu-select-selection,
133
- .ivu-select-selected-value,
134
- .ivu-select-placeholder,
135
- .ivu-select-default.ivu-select-multiple .ivu-select-selection {
136
- width: 100%;
137
- height: calc(var(--input-height-table) - 1px) !important;
138
- min-height: calc(var(--input-height-table) - 1px) !important;
139
- line-height: calc(var(--input-height-table) - 1px) !important;
140
- // top: -2px !important;
141
- }
142
- .ivu-tag {
143
- height: calc(var(--input-height-table) - 4px) !important;
144
- line-height: calc(var(--input-height-table) - 4px) !important;
145
- }
146
- .ivu-select-selection > div .ivu-tag {
147
- margin-top: 0 !important;
148
- }
149
- }
150
- .ag-tree-select {
151
- width: 100%;
152
- .ivu-input-wrapper {
153
- // top: -2px;
154
- }
155
- input {
156
- width: 100%;
157
- }
158
- input,
159
- .ivu-input-icon {
160
- height: calc(var(--input-height-table) - 1px) !important;
161
- min-height: calc(var(--input-height-table) - 1px) !important;
162
- line-height: calc(var(--input-height-table) - 1px) !important;
163
- // top: -2px !important;
164
- }
165
- }
166
- }
167
-
168
- .cell-span {
169
- background-color: var(--ind-white);
170
- border-bottom: 1px solid var(--ag-row-border-color, #d9dcde) !important;
171
- &:focus-within {
172
- border-bottom: var(--ag-range-selection-border-style);
173
- }
174
- }
175
-
176
- .fullscreen-fixed {
177
- position: fixed;
178
- z-index: 999;
179
- width: 100vw;
180
- height: 100vh;
181
- top: 0;
182
- left: 0;
183
- background-color: var(--ind-white);
184
- }
185
-
186
- .ag-header-select-all {
187
- width: 100%;
188
- flex-shrink: 0;
189
- justify-content: center;
190
- }
191
-
192
- .tip {
193
- flex-shrink: 0;
194
- margin-top: 5px;
195
- width: -webkit-fill-available;
196
- min-height: 24px;
197
- line-height: 24px;
198
- background-color: var(--ind-bg-color-dark);
199
- }
200
- //全局样式,重要消息提醒区-2022年11月11日
201
- .important-tip {
202
- flex-shrink: 0;
203
- margin-top: 5px;
204
- width: -webkit-fill-available;
205
- height: 24px;
206
- line-height: 24px;
207
- background-color: var(--ind-bg-color-dark);
208
- .ivu-icon-md-information-circle {
209
- float: left;
210
- margin-right: 5px;
211
- margin-left: 5px;
212
- line-height: 24px;
213
- transform: scale(1.5);
214
- color: #ff9900;
215
- }
216
- }
217
-
218
- .index-manager-drag-title,
219
- .index-manager-drag-item {
220
- .manage-col1 {
221
- flex-shrink: 0;
222
- width: 80px;
223
- cursor: pointer;
224
- }
225
- .manage-col2 {
226
- width: 100%;
227
- }
228
- .manage-col3 {
229
- flex-shrink: 0;
230
- width: 80px;
231
- }
232
- .manage-col4 {
233
- flex-shrink: 0;
234
- width: 80px;
235
- }
236
- .manage-col5 {
237
- flex-shrink: 0;
238
- width: 100px;
239
- }
240
- .manage-col6 {
241
- flex-shrink: 0;
242
- width: 80px;
243
- cursor: pointer;
244
- }
245
- }
246
-
247
- .index-manager-drag-title {
248
- text-align: left;
249
- padding: 10px 0;
250
- }
251
-
252
- .index-manager-drag-item {
253
- margin-bottom: 5px;
254
- .manage-col1,
255
- .manage-col2,
256
- .manage-col3,
257
- .manage-col4,
258
- .manage-col6 {
259
- padding-top: 6px;
260
- }
261
- .manage-col6 {
262
- text-align: right;
263
- }
264
- }
265
-
266
- .index-manager-height100-card {
267
- .ivu-card-body {
268
- height: calc(100% - 49px);
269
- }
270
- }
271
-
272
- .detail-view-table() {
273
- .lambo-grid-table {
274
- & > .ivu-row {
275
- margin-top: 0 !important;
276
- }
277
- // .other-button {
278
- // margin-top: 0;
279
- // }
280
- }
281
- }
282
-
283
- .ind-detail-view {
284
- .content {
285
- .detail-view-table;
286
- }
287
- }
288
-
289
- .ivu-drawer {
290
- .ivu-drawer-content {
291
- .detail-view-table;
292
- }
293
- }
294
-
295
- .ag-layout-auto-height .ag-center-cols-viewport,
296
- .ag-layout-auto-height .ag-center-cols-container,
297
- .ag-layout-print .ag-center-cols-viewport,
298
- .ag-layout-print .ag-center-cols-container {
299
- min-height: unset !important;
300
- }
301
-
302
- .ag-ltr .ag-header-cell:after,
303
- .ag-ltr .ag-header-group-cell:after {
304
- width: 0 !important;
305
- border-right: 1px solid var(--ag-header-column-separator-color) !important;
306
- }
307
-
308
- .ag-tooltip {
309
- background-color: rgb(232, 233, 234) !important;
310
- color: #333 !important;
311
- border: var(--ag-borders) var(--ag-border-color) !important;
312
- border-radius: 4px;
313
- padding: 4px 8px;
314
- white-space: pre-wrap;
315
- }
1
+ .lambo-grid-table {
2
+ display: flex;
3
+ flex-direction: column;
4
+ justify-content: flex-start;
5
+ height: 100%;
6
+ border-radius: 4px;
7
+ background: #ffffff;
8
+
9
+ &.fullscreen-fixed {
10
+ padding: var(--ind-table-padding);
11
+ }
12
+
13
+ .ind-loading-panel {
14
+ height: 100% !important;
15
+ }
16
+
17
+ .other-button {
18
+ margin-top: var(--ind-other-button-top); // var(--ind-unit-switch-bottom); // 10px;
19
+ .ivu-btn-small {
20
+ height: var(--ind-button-height-md);
21
+ }
22
+ }
23
+
24
+ .ind-button-group--mb > * {
25
+ margin-bottom: var(--ind-table-button-padding);
26
+ }
27
+
28
+ .ag-cell {
29
+ user-select: text;
30
+ // overflow: unset;
31
+ }
32
+
33
+ // .ag-cell-value:has('.ivu-select') {
34
+ // overflow: unset;
35
+ // }
36
+ // .ag-cell.ag-wrap-cell {
37
+ // overflow: visible;
38
+ // }
39
+
40
+ .ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
41
+ .ag-theme-balham .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
42
+ .ag-theme-balham
43
+ .ag-ltr
44
+ .ag-has-focus
45
+ .ag-full-width-row.ag-row-focus
46
+ .ag-cell-wrapper.ag-row-group,
47
+ .ag-theme-balham .ag-ltr .ag-cell-range-single-cell,
48
+ .ag-theme-balham .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
49
+ .ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
50
+ .ag-theme-balham .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
51
+ .ag-theme-balham
52
+ .ag-rtl
53
+ .ag-has-focus
54
+ .ag-full-width-row.ag-row-focus
55
+ .ag-cell-wrapper.ag-row-group,
56
+ .ag-theme-balham .ag-rtl .ag-cell-range-single-cell,
57
+ .ag-theme-balham .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
58
+ border-right: 1px solid
59
+ var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea)) !important;
60
+ }
61
+
62
+ .ag-theme-balham .ag-ltr .ag-cell {
63
+ border-right-color: var(--ag-row-border-color, #d9dcde) !important;
64
+ }
65
+
66
+ .ag-theme-balham .ag-header-cell::after,
67
+ .ag-theme-balham .ag-header-group-cell::after {
68
+ height: 100% !important;
69
+ top: 0 !important;
70
+ }
71
+
72
+ .ag-header-group-cell-label,
73
+ .ag-header-cell-label {
74
+ justify-content: center !important;
75
+ }
76
+
77
+ .buttons {
78
+ /deep/ .ivu-btn {
79
+ margin-right: 5px;
80
+ }
81
+ }
82
+
83
+ /deep/ .ivu-checkbox-inner {
84
+ border: 1px solid var(--check-border);
85
+ }
86
+
87
+ /deep/ .ivu-form-item {
88
+ margin-bottom: 0;
89
+ }
90
+ .i-crud-toolbar-btn,
91
+ .i-crud-toolbar-btn:hover,
92
+ .i-crud-toolbar-btn:focus {
93
+ border-color: transparent !important;
94
+ box-shadow: unset !important;
95
+ }
96
+ .ag-button {
97
+ .ivu-btn-small,.ivu-btn {
98
+ line-height: var(--input-height-table) !important;
99
+ height: var(--input-height-table) !important;
100
+ }
101
+ }
102
+ .ag-date {
103
+ input,
104
+ .ivu-input-suffix,
105
+ .ivu-input-prefix i,
106
+ .ivu-input-suffix i {
107
+ height: calc(var(--input-height-table) - 1px) !important;
108
+ line-height: calc(var(--input-height-table) - 1px) !important;
109
+ // top: -2px !important;
110
+ }
111
+ }
112
+ .ag-right-aligned-cell {
113
+ .ag-input {
114
+ input {
115
+ text-align: right;
116
+ }
117
+ }
118
+ }
119
+ .ag-input {
120
+ input {
121
+ // text-align: right;
122
+ height: calc(var(--input-height-table) - 1px) !important;
123
+ line-height: calc(var(--input-height-table) - 1px) !important;
124
+ background-color: #dae8ff;
125
+ // top: -2px !important;
126
+ }
127
+ }
128
+ .ag-ind-select {
129
+ width: 100%;
130
+ .ivu-select-single,
131
+ .ivu-select-input,
132
+ .ivu-select-selection,
133
+ .ivu-select-selected-value,
134
+ .ivu-select-placeholder,
135
+ .ivu-select-default.ivu-select-multiple .ivu-select-selection {
136
+ width: 100%;
137
+ height: calc(var(--input-height-table) - 1px) !important;
138
+ min-height: calc(var(--input-height-table) - 1px) !important;
139
+ line-height: calc(var(--input-height-table) - 1px) !important;
140
+ // top: -2px !important;
141
+ }
142
+ .ivu-tag {
143
+ height: calc(var(--input-height-table) - 4px) !important;
144
+ line-height: calc(var(--input-height-table) - 4px) !important;
145
+ }
146
+ .ivu-select-selection > div .ivu-tag {
147
+ margin-top: 0 !important;
148
+ }
149
+ }
150
+ .ag-tree-select {
151
+ width: 100%;
152
+ .ivu-input-wrapper {
153
+ // top: -2px;
154
+ }
155
+ input {
156
+ width: 100%;
157
+ }
158
+ input,
159
+ .ivu-input-icon {
160
+ height: calc(var(--input-height-table) - 1px) !important;
161
+ min-height: calc(var(--input-height-table) - 1px) !important;
162
+ line-height: calc(var(--input-height-table) - 1px) !important;
163
+ // top: -2px !important;
164
+ }
165
+ }
166
+ }
167
+
168
+ .cell-span {
169
+ background-color: var(--ind-white);
170
+ border-bottom: 1px solid var(--ag-row-border-color, #d9dcde) !important;
171
+ &:focus-within {
172
+ border-bottom: var(--ag-range-selection-border-style);
173
+ }
174
+ }
175
+
176
+ .fullscreen-fixed {
177
+ position: fixed;
178
+ z-index: 999;
179
+ width: 100vw;
180
+ height: 100vh;
181
+ top: 0;
182
+ left: 0;
183
+ background-color: var(--ind-white);
184
+ }
185
+
186
+ .ag-header-select-all {
187
+ width: 100%;
188
+ flex-shrink: 0;
189
+ justify-content: center;
190
+ }
191
+
192
+ .tip {
193
+ flex-shrink: 0;
194
+ margin-top: 5px;
195
+ width: -webkit-fill-available;
196
+ min-height: 24px;
197
+ line-height: 24px;
198
+ background-color: var(--ind-bg-color-dark);
199
+ }
200
+ //全局样式,重要消息提醒区-2022年11月11日
201
+ .important-tip {
202
+ flex-shrink: 0;
203
+ margin-top: 5px;
204
+ width: -webkit-fill-available;
205
+ height: 24px;
206
+ line-height: 24px;
207
+ background-color: var(--ind-bg-color-dark);
208
+ .ivu-icon-md-information-circle {
209
+ float: left;
210
+ margin-right: 5px;
211
+ margin-left: 5px;
212
+ line-height: 24px;
213
+ transform: scale(1.5);
214
+ color: #ff9900;
215
+ }
216
+ }
217
+
218
+ .index-manager-drag-title,
219
+ .index-manager-drag-item {
220
+ .manage-col1 {
221
+ flex-shrink: 0;
222
+ width: 80px;
223
+ cursor: pointer;
224
+ }
225
+ .manage-col2 {
226
+ width: 100%;
227
+ }
228
+ .manage-col3 {
229
+ flex-shrink: 0;
230
+ width: 80px;
231
+ }
232
+ .manage-col4 {
233
+ flex-shrink: 0;
234
+ width: 80px;
235
+ }
236
+ .manage-col5 {
237
+ flex-shrink: 0;
238
+ width: 100px;
239
+ }
240
+ .manage-col6 {
241
+ flex-shrink: 0;
242
+ width: 80px;
243
+ cursor: pointer;
244
+ }
245
+ }
246
+
247
+ .index-manager-drag-title {
248
+ text-align: left;
249
+ padding: 10px 0;
250
+ }
251
+
252
+ .index-manager-drag-item {
253
+ margin-bottom: 5px;
254
+ .manage-col1,
255
+ .manage-col2,
256
+ .manage-col3,
257
+ .manage-col4,
258
+ .manage-col6 {
259
+ padding-top: 6px;
260
+ }
261
+ .manage-col6 {
262
+ text-align: right;
263
+ }
264
+ }
265
+
266
+ .index-manager-height100-card {
267
+ .ivu-card-body {
268
+ height: calc(100% - 49px);
269
+ }
270
+ }
271
+
272
+ .detail-view-table() {
273
+ .lambo-grid-table {
274
+ & > .ivu-row {
275
+ margin-top: 0 !important;
276
+ }
277
+ // .other-button {
278
+ // margin-top: 0;
279
+ // }
280
+ }
281
+ }
282
+
283
+ .ind-detail-view {
284
+ .content {
285
+ .detail-view-table;
286
+ }
287
+ }
288
+
289
+ .ivu-drawer {
290
+ .ivu-drawer-content {
291
+ .detail-view-table;
292
+ }
293
+ }
294
+
295
+ .ag-layout-auto-height .ag-center-cols-viewport,
296
+ .ag-layout-auto-height .ag-center-cols-container,
297
+ .ag-layout-print .ag-center-cols-viewport,
298
+ .ag-layout-print .ag-center-cols-container {
299
+ min-height: unset !important;
300
+ }
301
+
302
+ .ag-ltr .ag-header-cell:after,
303
+ .ag-ltr .ag-header-group-cell:after {
304
+ width: 0 !important;
305
+ border-right: 1px solid var(--ag-header-column-separator-color) !important;
306
+ }
307
+
308
+ .ag-tooltip {
309
+ background-color: rgb(232, 233, 234) !important;
310
+ color: #333 !important;
311
+ border: var(--ag-borders) var(--ag-border-color) !important;
312
+ border-radius: 4px;
313
+ padding: 4px 8px;
314
+ white-space: pre-wrap;
315
+ }