@bit-sun/business-component 2.2.0 → 2.2.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 (188) hide show
  1. package/.editorconfig +16 -16
  2. package/.fatherrc.ts +5 -5
  3. package/.gitlab-ci.yml +179 -179
  4. package/.prettierignore +7 -7
  5. package/.prettierrc +11 -11
  6. package/.umirc.ts +74 -74
  7. package/README.md +27 -27
  8. package/dist/components/Business/BsLayouts/Components/AllFunc/drawContent.d.ts +1 -1
  9. package/dist/components/Business/BsLayouts/Components/AllFunc/index.d.ts +1 -1
  10. package/dist/components/Business/BsLayouts/Components/RightContent/index.d.ts +2 -2
  11. package/dist/components/Business/BsLayouts/Components/SearchFunc/index.d.ts +2 -2
  12. package/dist/components/Business/BsLayouts/index.d.ts +2 -2
  13. package/dist/components/Business/BsSulaQueryTable/utils.d.ts +2 -2
  14. package/dist/index.d.ts +1 -0
  15. package/dist/index.esm.js +7804 -9105
  16. package/dist/index.js +7803 -9103
  17. package/dist/plugin/TableColumnSetting/index.d.ts +64 -0
  18. package/dist/plugin/TableColumnSetting/utils.d.ts +1 -0
  19. package/dist/utils/LocalstorageUtils.d.ts +2 -0
  20. package/dist/utils/TableUtils.d.ts +2 -2
  21. package/dist/utils/utils.d.ts +1 -1
  22. package/docs/index.md +21 -21
  23. package/lib/assets/drag.svg +17 -17
  24. package/lib/assets/exportFail.svg +37 -37
  25. package/lib/assets/exportProcessing.svg +28 -28
  26. package/lib/assets/exportSuccess.svg +34 -34
  27. package/lib/assets/label_icon_bottom.svg +25 -25
  28. package/lib/assets/upExport.svg +22 -22
  29. package/package.json +77 -77
  30. package/src/assets/32.svg +27 -27
  31. package/src/assets/addIcon.svg +17 -17
  32. package/src/assets/allfunc.svg +27 -27
  33. package/src/assets/arrowRight.svg +24 -24
  34. package/src/assets/btn-delete.svg +29 -29
  35. package/src/assets/btn-edit.svg +19 -19
  36. package/src/assets/btn-more.svg +17 -17
  37. package/src/assets/btn-submit.svg +19 -19
  38. package/src/assets/caidan.svg +11 -11
  39. package/src/assets/close.svg +26 -26
  40. package/src/assets/drag.svg +17 -17
  41. package/src/assets/exportFail.svg +37 -37
  42. package/src/assets/exportProcessing.svg +28 -28
  43. package/src/assets/exportSuccess.svg +34 -34
  44. package/src/assets/fixed-left-active.svg +11 -11
  45. package/src/assets/fixed-left.svg +15 -15
  46. package/src/assets/fixed-right-active.svg +11 -11
  47. package/src/assets/fixed-right.svg +15 -15
  48. package/src/assets/guanbi.svg +15 -15
  49. package/src/assets/icon-quanping.svg +15 -15
  50. package/src/assets/icon-shezhi.svg +17 -17
  51. package/src/assets/label_icon_bottom.svg +25 -25
  52. package/src/assets/list-no-img.svg +21 -21
  53. package/src/assets/morentouxiang-32.svg +23 -23
  54. package/src/assets/scanning.svg +24 -24
  55. package/src/assets/upExport.svg +22 -22
  56. package/src/components/Business/AddSelectBusiness/index.md +63 -42
  57. package/src/components/Business/AddSelectBusiness/index.tsx +344 -341
  58. package/src/components/Business/BsLayouts/Components/AllFunc/drawContent.tsx +111 -111
  59. package/src/components/Business/BsLayouts/Components/AllFunc/index.less +153 -153
  60. package/src/components/Business/BsLayouts/Components/AllFunc/index.tsx +70 -70
  61. package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/index.less +90 -90
  62. package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/index.tsx +37 -37
  63. package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/leftTree.tsx +242 -242
  64. package/src/components/Business/BsLayouts/Components/CustomerMenu/MenuSetting/rightTree.tsx +384 -384
  65. package/src/components/Business/BsLayouts/Components/CustomerMenu/globalMenu/DrawContent.tsx +285 -285
  66. package/src/components/Business/BsLayouts/Components/CustomerMenu/globalMenu/customMenuHeader.tsx +74 -74
  67. package/src/components/Business/BsLayouts/Components/CustomerMenu/globalMenu/drawContent.less +170 -170
  68. package/src/components/Business/BsLayouts/Components/CustomerMenu/index.less +64 -64
  69. package/src/components/Business/BsLayouts/Components/CustomerMenu/index.tsx +153 -153
  70. package/src/components/Business/BsLayouts/Components/GlobalHeader/index.less +72 -72
  71. package/src/components/Business/BsLayouts/Components/GlobalHeader/index.tsx +157 -157
  72. package/src/components/Business/BsLayouts/Components/RightContent/LoginModal.tsx +85 -85
  73. package/src/components/Business/BsLayouts/Components/RightContent/home.less +218 -218
  74. package/src/components/Business/BsLayouts/Components/RightContent/index.tsx +156 -156
  75. package/src/components/Business/BsLayouts/Components/SearchFunc/index.less +160 -160
  76. package/src/components/Business/BsLayouts/Components/SearchFunc/index.tsx +75 -75
  77. package/src/components/Business/BsLayouts/index.less +79 -79
  78. package/src/components/Business/BsLayouts/index.tsx +1479 -1479
  79. package/src/components/Business/BsLayouts/service.ts +10 -10
  80. package/src/components/Business/BsLayouts/utils.tsx +230 -230
  81. package/src/components/Business/BsSulaQueryTable/index.less +219 -219
  82. package/src/components/Business/BsSulaQueryTable/index.tsx +480 -476
  83. package/src/components/Business/BsSulaQueryTable/setting.tsx +802 -802
  84. package/src/components/Business/BsSulaQueryTable/utils.less +65 -65
  85. package/src/components/Business/BsSulaQueryTable/utils.tsx +688 -688
  86. package/src/components/Business/CommodityEntry/index.md +70 -70
  87. package/src/components/Business/CommodityEntry/index.tsx +80 -80
  88. package/src/components/Business/CommonAlert/index.tsx +23 -23
  89. package/src/components/Business/CommonGuideWrapper/index.less +111 -111
  90. package/src/components/Business/CommonGuideWrapper/index.md +39 -39
  91. package/src/components/Business/CommonGuideWrapper/index.tsx +83 -83
  92. package/src/components/Business/DetailPageWrapper/index.less +79 -79
  93. package/src/components/Business/DetailPageWrapper/index.tsx +335 -335
  94. package/src/components/Business/DetailPageWrapper/utils.tsx +100 -100
  95. package/src/components/Business/HomePageWrapper/index.less +33 -33
  96. package/src/components/Business/HomePageWrapper/index.md +45 -45
  97. package/src/components/Business/HomePageWrapper/index.tsx +162 -162
  98. package/src/components/Business/JsonQueryTable/components/FieldsModifyModal.tsx +824 -824
  99. package/src/components/Business/JsonQueryTable/components/FieldsSettingsTable.tsx +201 -201
  100. package/src/components/Business/JsonQueryTable/components/Formula.tsx +205 -205
  101. package/src/components/Business/JsonQueryTable/components/MaintainOptions.tsx +127 -127
  102. package/src/components/Business/JsonQueryTable/configButton/index.js +20 -20
  103. package/src/components/Business/JsonQueryTable/configTree/component/compactArrayView.js +25 -25
  104. package/src/components/Business/JsonQueryTable/configTree/component/compactObjectView.js +30 -30
  105. package/src/components/Business/JsonQueryTable/configTree/index.js +82 -82
  106. package/src/components/Business/JsonQueryTable/configTree/index.less +44 -44
  107. package/src/components/Business/JsonQueryTable/configTree/parser/highlight.js +57 -57
  108. package/src/components/Business/JsonQueryTable/configTree/parser/index.js +124 -124
  109. package/src/components/Business/JsonQueryTable/configTree/render/iconRender.js +29 -29
  110. package/src/components/Business/JsonQueryTable/configTree/render/nameRender.js +22 -22
  111. package/src/components/Business/JsonQueryTable/configTree/treeNode.js +116 -116
  112. package/src/components/Business/JsonQueryTable/drawer/index.tsx +12 -12
  113. package/src/components/Business/JsonQueryTable/function.ts +62 -62
  114. package/src/components/Business/JsonQueryTable/index.less +16 -16
  115. package/src/components/Business/JsonQueryTable/index.md +328 -328
  116. package/src/components/Business/JsonQueryTable/index.tsx +320 -320
  117. package/src/components/Business/JsonQueryTable/jsonEditor/index.js +346 -346
  118. package/src/components/Business/JsonQueryTable/jsonEditor/index.less +22 -22
  119. package/src/components/Business/JsonQueryTable/jsonEditor/lint/basicType.js +147 -147
  120. package/src/components/Business/JsonQueryTable/jsonEditor/lint/index.js +389 -389
  121. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/actions.js +118 -118
  122. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/dependency.js +22 -22
  123. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/index.js +21 -21
  124. package/src/components/Business/JsonQueryTable/jsonEditor/suggestions/request.js +65 -65
  125. package/src/components/Business/JsonQueryTable/static.ts +356 -356
  126. package/src/components/Business/SearchSelect/BusinessUtils.ts +1586 -1586
  127. package/src/components/Business/SearchSelect/common.ts +53 -53
  128. package/src/components/Business/SearchSelect/index.md +1254 -1254
  129. package/src/components/Business/SearchSelect/index.tsx +51 -51
  130. package/src/components/Business/SearchSelect/utils.ts +100 -100
  131. package/src/components/Business/StateFlow/index.less +130 -130
  132. package/src/components/Business/StateFlow/index.md +60 -60
  133. package/src/components/Business/StateFlow/index.tsx +29 -29
  134. package/src/components/Business/TreeSearchSelect/index.md +126 -126
  135. package/src/components/Business/TreeSearchSelect/index.tsx +34 -34
  136. package/src/components/Business/TreeSearchSelect/utils.ts +60 -60
  137. package/src/components/Business/columnSettingTable/columnSetting.tsx +764 -764
  138. package/src/components/Business/columnSettingTable/index.less +247 -247
  139. package/src/components/Business/columnSettingTable/index.md +357 -357
  140. package/src/components/Business/columnSettingTable/index.tsx +232 -232
  141. package/src/components/Business/columnSettingTable/sulaSettingTable.tsx +240 -240
  142. package/src/components/Business/columnSettingTable/utils.tsx +68 -68
  143. package/src/components/Business/moreTreeTable/index.less +99 -99
  144. package/src/components/Business/moreTreeTable/index.md +508 -508
  145. package/src/components/Business/moreTreeTable/index.tsx +315 -315
  146. package/src/components/Business/moreTreeTable/utils.ts +126 -126
  147. package/src/components/Functional/AddSelect/index.less +367 -367
  148. package/src/components/Functional/AddSelect/index.md +155 -154
  149. package/src/components/Functional/AddSelect/index.tsx +1072 -994
  150. package/src/components/Functional/BillEntry/index.less +371 -371
  151. package/src/components/Functional/BillEntry/index.md +39 -39
  152. package/src/components/Functional/BillEntry/index.tsx +766 -670
  153. package/src/components/Functional/DataImport/index.less +63 -63
  154. package/src/components/Functional/DataImport/index.md +44 -44
  155. package/src/components/Functional/DataImport/index.tsx +695 -695
  156. package/src/components/Functional/DataValidation/index.less +63 -63
  157. package/src/components/Functional/DataValidation/index.md +39 -39
  158. package/src/components/Functional/DataValidation/index.tsx +687 -687
  159. package/src/components/Functional/ExportFunctions/ExportIcon/index.md +37 -37
  160. package/src/components/Functional/ExportFunctions/ExportIcon/index.tsx +59 -59
  161. package/src/components/Functional/QueryMutipleInput/index.less +37 -37
  162. package/src/components/Functional/QueryMutipleInput/index.md +33 -33
  163. package/src/components/Functional/QueryMutipleInput/index.tsx +128 -128
  164. package/src/components/Functional/SearchSelect/index.less +115 -115
  165. package/src/components/Functional/SearchSelect/index.md +141 -141
  166. package/src/components/Functional/SearchSelect/index.tsx +813 -813
  167. package/src/components/Functional/SearchSelect/utils.ts +3 -3
  168. package/src/components/Functional/TreeSearchSelect/index.md +47 -47
  169. package/src/components/Functional/TreeSearchSelect/index.tsx +149 -149
  170. package/src/index.ts +34 -34
  171. package/src/plugin/TableColumnSetting/index.less +247 -0
  172. package/src/plugin/TableColumnSetting/index.md +50 -0
  173. package/src/plugin/TableColumnSetting/index.tsx +724 -0
  174. package/src/plugin/TableColumnSetting/utils.ts +19 -0
  175. package/src/styles/bsDefault.less +1906 -1906
  176. package/src/utils/CheckOneUser/index.md +39 -39
  177. package/src/utils/CheckOneUser/index.ts +51 -51
  178. package/src/utils/LocalstorageUtils.ts +33 -0
  179. package/src/utils/TableUtils.tsx +18 -18
  180. package/src/utils/checkUtils.ts +39 -39
  181. package/src/utils/enumConfig.ts +10 -10
  182. package/src/utils/getFormMode.js +12 -12
  183. package/src/utils/index.ts +2 -2
  184. package/src/utils/requestUtils.ts +33 -33
  185. package/src/utils/serialize.js +7 -7
  186. package/src/utils/utils.ts +183 -183
  187. package/tsconfig.json +29 -29
  188. package/typings.d.ts +4 -4
@@ -1,1907 +1,1907 @@
1
- @font-family: PingFangSC, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
2
- 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
3
- 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
4
-
5
- // 字体大小
6
- @font-size-base: 14px;
7
- @height-base: 28px;
8
- @table-font-size: @font-size-base;
9
- @black: #2c2f2e;
10
-
11
- // query-table文字大小
12
- @form-item-label-font-size: 12px;
13
- @form-item-label-height: 16px;
14
-
15
- // 链接
16
- // @link-color: #1D92FE;
17
- @warning-color: #f9a742;
18
- @success-color: #00c276;
19
- @error-color: #e82d1e;
20
-
21
- // @layout-header-background: #f3f3f3;
22
-
23
- @layout-sider-background-light: #222224;
24
- @layout-sider-background: #222224;
25
- @menu-item-color: #ffffff;
26
- @menu-item-group-title-color: #ffffff;
27
- @menu-item-active-bg: rgba(65, 105, 225, 0.1);
28
- @primary-color: #005cff;
29
- @primary-color-hover: #8bc7ff;
30
- @menu-bg: #222224;
31
-
32
-
33
- .colorWeak {
34
- filter: invert(80%);
35
- }
36
-
37
- .ant-layout {
38
- min-height: 100vh;
39
- }
40
-
41
- canvas {
42
- display: block;
43
- }
44
-
45
- body {
46
- text-rendering: optimizeLegibility;
47
- -webkit-font-smoothing: antialiased;
48
- -moz-osx-font-smoothing: grayscale;
49
- // overflow-y: scroll;
50
- :global {
51
- .react-resizable {
52
- position: relative;
53
- background-clip: padding-box;
54
- }
55
-
56
- .react-resizable-handle {
57
- position: absolute;
58
- width: 10px;
59
- height: 100%;
60
- bottom: 0;
61
- right: -5px;
62
- cursor: col-resize;
63
- z-index: 1;
64
- }
65
-
66
- .ant-page-header {
67
- padding: 0 24px;
68
- .ant-page-header-heading {
69
- margin-top: 0px;
70
- }
71
- }
72
-
73
- // 表格 共用样式 开始
74
-
75
- // pro-table
76
- .ant-pro-table-list-toolbar-container .ant-pro-table-list-toolbar-left {
77
- // 处理pro-table的操作栏样式问题
78
- display: none;
79
- }
80
-
81
- .sula-table-action-left {
82
- display: none;
83
- }
84
-
85
- .ant-table.ant-table-middle .ant-table-container .ant-table-title,
86
- .ant-table.ant-table-middle .ant-table-container .ant-table-footer,
87
- .ant-table.ant-table-middle .ant-table-container .ant-table-thead > tr > th,
88
- .ant-table.ant-table-middle .ant-table-container .ant-table-tbody > tr > td,
89
- .ant-table.ant-table-middle .ant-table-container tfoot > tr > th,
90
- .ant-table.ant-table-middle .ant-table-container tfoot > tr > td {
91
- padding: 0 10px;
92
- font-size: @font-size-base;
93
- line-height: 28px;
94
- white-space: nowrap;
95
- }
96
-
97
- html
98
- .ant-table.ant-table-middle
99
- .ant-table-container
100
- .ant-table-thead
101
- > tr
102
- > th,
103
- body
104
- .ant-table.ant-table-middle
105
- .ant-table-container
106
- .ant-table-thead
107
- > tr
108
- > th,
109
- .ant-table.ant-table-middle
110
- .ant-table-container
111
- .ant-table-thead
112
- > tr
113
- > th {
114
- height: 40px;
115
- background: #f7f8fb;
116
- }
117
-
118
- .ant-table-tbody {
119
- tr:hover:not(.ant-table-expanded-row) > td,
120
- .ant-table-row-hover,
121
- .ant-table-row-hover > td {
122
- background-color: #e5eeff;
123
- }
124
- }
125
- .ant-table.ant-table-middle
126
- .ant-table-container
127
- .ant-table-thead
128
- > tr
129
- > th {
130
- min-width: 60px;
131
- }
132
-
133
- .ant-table.ant-table-middle
134
- .ant-table-container
135
- .ant-table-tbody
136
- > tr
137
- > td.ant-table-cell.ant-table-selection-column,
138
- .ant-table.ant-table-middle
139
- .ant-table-container
140
- .ant-table-thead
141
- > tr
142
- > th.ant-table-cell.ant-table-selection-column {
143
- min-width: 40px;
144
- }
145
-
146
- .ant-table.ant-table-middle
147
- .ant-table-container
148
- .ant-table-tbody
149
- > tr
150
- > td.ant-table-cell.ant-table-row-expand-icon-cell,
151
- .ant-table.ant-table-middle
152
- .ant-table-container
153
- .ant-table-thead
154
- > tr
155
- > th.ant-table-cell.ant-table-row-expand-icon-cell {
156
- min-width: 40px;
157
- }
158
-
159
- .ant-table .ant-table-selection {
160
- display: flex;
161
- justify-content: center;
162
- text-align: center;
163
- }
164
-
165
- .ant-pro-table .ant-table {
166
- td.ant-table-cell > td > a {
167
- font-size: @font-size-base;
168
- }
169
-
170
- td.ant-table-cell > a {
171
- font-size: @font-size-base;
172
- }
173
- }
174
-
175
- .ant-table .ant-table-container .ant-table-thead > tr > th {
176
- font-weight: 500;
177
- }
178
-
179
- // badge
180
- .ant-badge .ant-badge-status-text {
181
- font-size: 12px;
182
- }
183
-
184
- // alert
185
- .ant-pro-table .ant-pro-table-alert .ant-alert.ant-alert-no-icon {
186
- padding: 5px 34px;
187
- }
188
-
189
- // 表格 共用样式 结束
190
- }
191
-
192
- .popover-tab {
193
- :global {
194
- .ant-popover-inner-content {
195
- padding: 5px;
196
- }
197
- }
198
-
199
- .popover-div {
200
- padding: 4px;
201
- }
202
- }
203
-
204
- :global {
205
- .ant-col-18 {
206
- max-width: 100%;
207
-
208
- .ant-col-8 {
209
- max-width: 25%;
210
- }
211
-
212
- .ant-col-12 {
213
- flex: 0 0 90%;
214
- max-width: 70%;
215
-
216
- .ant-radio-wrapper {
217
- position: fixed;
218
- min-width: 104px;
219
- }
220
- }
221
- }
222
-
223
- .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
224
- z-index: 14 !important;
225
- }
226
-
227
- .ant-menu.ant-menu-light.ant-pro-sider-menu.ant-menu-root.ant-menu-inline {
228
- .ant-pro-menu-item {
229
- display: flex;
230
- align-items: center;
231
- }
232
- }
233
- }
234
-
235
- :global {
236
- .ant-table.ant-table-middle
237
- .ant-table-container
238
- .ant-table-tbody
239
- > tr
240
- > td.ant-table-selection-column,
241
- .ant-table.ant-table-middle
242
- .ant-table-container
243
- .ant-table-thead
244
- > tr
245
- > th.ant-table-selection-column {
246
- /* width: 40px !important; */
247
- /* max-width: 40px; */
248
- min-width: 40px;
249
- }
250
- .ant-table.ant-table-middle
251
- .ant-table-container
252
- .ant-table-thead
253
- > tr
254
- > th.ant-table-cell,
255
- .ant-table.ant-table-middle
256
- .ant-table-container
257
- .ant-table-tbody
258
- > tr
259
- > td.ant-table-cell {
260
- min-width: 60px;
261
- }
262
- .ant-table-sticky-scroll {
263
- position: fixed !important;
264
- }
265
- .ant-pro-sider.ant-layout-sider-collapsed .ant-pro-sider-logo {
266
- position: relative;
267
- left: -32px;
268
- width: 80px;
269
- }
270
-
271
- // .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
272
- // overflow: hidden;
273
- // flex: 0 0 200px !important;
274
- // max-width: 200px !important;
275
- // min-width: 200px !important;
276
- // width: 200px !important;
277
- // }
278
-
279
- // .ant-pro-page-container-children-content .sula-table-no-select .ant-form-horizontal .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider,
280
- // .ant-pro-page-container-children-content .sula-table-no-select .ant-form-horizontal .sula-template-query-table-fields-wrapper {
281
- // margin-bottom: 0px !important;
282
- // }
283
- // .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed{
284
- // z-index: 17
285
- // }
286
-
287
- .ant-select-item-option-content {
288
- overflow: auto;
289
- white-space: normal !important;
290
- text-overflow: ellipsis;
291
- }
292
-
293
- .ant-tabs-nav-list {
294
- .ant-tabs-tab-active {
295
- .ant-tabs-tab-btn {
296
- font-weight: 500;
297
- font-size: 12px;
298
- line-height: 16px;
299
- }
300
- }
301
- }
302
-
303
- .ant-tabs-nav {
304
- margin: 0;
305
- }
306
-
307
- .ant-tabs-content-holder {
308
- .ant-tabs-nav {
309
- margin: 0 8px;
310
- padding-bottom: 8px;
311
- }
312
- }
313
-
314
- .ant-tabs-nav-list {
315
- .ant-tabs-tab-btn {
316
- color: rgba(44, 47, 46, 0.8);
317
- font-weight: 400;
318
- font-size: 12px;
319
- line-height: 16px;
320
- }
321
- }
322
-
323
- .ant-tabs-tab {
324
- margin: 0 20px 0 8px;
325
- }
326
-
327
- // logo
328
- .ant-pro-sider-logo {
329
- height: 50px;
330
- padding: 0;
331
- }
332
-
333
- .ant-table-tbody > tr > td,
334
- .ant-table-thead > tr > th,
335
- .ant-table tfoot > tr > td,
336
- .ant-table tfoot > tr > th {
337
- padding: 0 10px;
338
- }
339
-
340
- // 隐藏滚动条
341
- // .ant-table-content {
342
- // overflow: hidden;
343
- // }
344
-
345
- // .ant-table-content:hover {
346
- // .ant-table-tbody>tr>td {
347
- // .ant-btn-link {
348
- // color: #17d174
349
- // }
350
- // }
351
-
352
- // .ant-table-content {
353
- // overflow: auto !important;
354
- // }
355
- // }
356
-
357
- .ant-pro-basicLayout-content .ant-pro-page-container {
358
- margin: 0;
359
- }
360
-
361
- .ant-pro-page-container {
362
- .ant-pro-page-container-warp {
363
- .ant-page-header.has-breadcrumb {
364
- padding: 0px 24px;
365
- box-sizing: border-box;
366
- height: 48px;
367
- }
368
- }
369
-
370
- .ant-pro-page-container-children-content {
371
- margin: 0;
372
- padding: 0 4px;
373
-
374
- .ant-pro-table-search {
375
- margin-bottom: 10px;
376
- padding: 12px 8px 2px;
377
- }
378
- }
379
- }
380
-
381
- // pro-table
382
- .ant-pro-table-list-toolbar-container .ant-pro-table-list-toolbar-left {
383
- // 处理pro-table的操作栏样式问题
384
- display: none;
385
- }
386
-
387
- .sula-table-action-left {
388
- display: none;
389
- }
390
- // .ant-pro-grid-content {
391
- // .has-breadcrumb {
392
- // display: none !important;
393
- // }
394
- // }
395
- .has-breadcrumb,
396
- .ant-breadcrumb {
397
- display: none !important;
398
- }
399
- .ant-table.ant-table-middle
400
- .ant-table-container
401
- .ant-table-thead
402
- > tr
403
- > th {
404
- min-width: 60px;
405
- }
406
-
407
- .ant-table.ant-table-middle
408
- .ant-table-container
409
- .ant-table-tbody
410
- > tr
411
- > td.ant-table-cell.ant-table-selection-column,
412
- .ant-table.ant-table-middle
413
- .ant-table-container
414
- .ant-table-thead
415
- > tr
416
- > th.ant-table-cell.ant-table-selection-column {
417
- min-width: 40px;
418
- }
419
-
420
- .ant-table.ant-table-middle
421
- .ant-table-container
422
- .ant-table-tbody
423
- > tr
424
- > td.ant-table-cell.ant-table-row-expand-icon-cell,
425
- .ant-table.ant-table-middle
426
- .ant-table-container
427
- .ant-table-thead
428
- > tr
429
- > th.ant-table-cell.ant-table-row-expand-icon-cell {
430
- min-width: 40px;
431
- }
432
-
433
- .ant-table .ant-table-selection {
434
- display: flex;
435
- justify-content: center;
436
- text-align: center;
437
- }
438
-
439
- .ant-pro-table .ant-table {
440
- td.ant-table-cell > td > a {
441
- font-size: @font-size-base;
442
- }
443
-
444
- td.ant-table-cell > a {
445
- font-size: @font-size-base;
446
- }
447
- }
448
-
449
- .ant-table .ant-table-container .ant-table-title,
450
- .ant-table .ant-table-container .ant-table-footer,
451
- .ant-table .ant-table-container .ant-table-thead > tr > th,
452
- .ant-table .ant-table-container .ant-table-tbody > tr > td,
453
- .ant-table .ant-table-container tfoot > tr > th,
454
- .ant-table .ant-table-container tfoot > tr > td,
455
- .ant-table .ant-table-container .ant-table-thead .ant-table-column-sorters {
456
- height: 40px;
457
- // padding: 0 10px;
458
- font-size: @font-size-base;
459
- line-height: 28px;
460
- white-space: nowrap;
461
- }
462
-
463
- .ant-table .ant-table-container .ant-table-thead > tr > th {
464
- font-weight: 500;
465
- }
466
-
467
- // badge
468
- .ant-badge .ant-badge-status-text {
469
- font-size: 12px;
470
- }
471
-
472
- // alert
473
- .ant-pro-table .ant-pro-table-alert .ant-alert.ant-alert-no-icon {
474
- padding: 5px 34px;
475
- }
476
-
477
- // 左侧菜单链接文本颜色
478
-
479
- .ant-form-item {
480
- .ant-col-lg-15.ant-col-xl-15.ant-col-xxl-15.ant-form-item-label {
481
- line-height: 16px !important;
482
- white-space: normal;
483
- }
484
-
485
- .ant-form-item-label {
486
- line-height: 28px;
487
- }
488
- }
489
-
490
- .sula-form {
491
- .ant-form-item {
492
- margin-bottom: 20px !important;
493
- }
494
-
495
- .service {
496
- border-radius: 4px;
497
-
498
- .ant-col.ant-col-23 {
499
- font-weight: 500;
500
-
501
- .ant-row.ant-form-item {
502
- width: 2000px;
503
- height: 38px;
504
- padding-bottom: 10px;
505
- padding-left: 10px;
506
- font-size: 14px;
507
- // position: relative;
508
- // left: -8px;
509
- line-height: 38px;
510
- }
511
-
512
- .ant-form-item-control-input-content label {
513
- font-weight: 500;
514
- font-size: 14px !important;
515
- }
516
- }
517
-
518
- .ant-card-body {
519
- padding: 0 !important;
520
- }
521
-
522
- .ant-card-head {
523
- background: rgb(255, 247, 224) !important;
524
- }
525
- }
526
-
527
- .mutiple-input {
528
- display: flex;
529
- flex-wrap: wrap;
530
- }
531
-
532
- .service-huizhi {
533
- .ant-row.ant-form-item {
534
- margin-bottom: 8px !important;
535
- }
536
-
537
- .ant-card-head {
538
- background: rgb(255, 247, 224) !important;
539
- }
540
- }
541
- }
542
-
543
- // .sula-form,
544
- .sula-table,
545
- .sula-table-no-add,
546
- .sula-table-no-select,
547
- .sula-table-row-selects,
548
- .sula-table-row-selects-noaction {
549
- .ant-form-horizontal {
550
- .ant-form-item {
551
- margin-bottom: 8px;
552
- }
553
-
554
- .ant-col.ant-col-3 {
555
- position: relative;
556
- left: -40px;
557
- }
558
- }
559
-
560
- // 处理querytable的查询条件css样式
561
- .ant-form-item {
562
- min-height: 28px;
563
-
564
- margin-bottom: 8px;
565
- font-size: 12px;
566
-
567
- .ant-form-item-control {
568
- // width: 170px;
569
- // width: 210px;
570
- }
571
-
572
- .ant-form-item-control-input {
573
- // width: 170px;
574
- // width: 210px;
575
- // height: 28px;
576
- min-height: 28px;
577
- font-size: 12px;
578
- }
579
-
580
- // 日期选择框该高度限制
581
- .ant-picker {
582
- height: 28px;
583
- }
584
- }
585
- }
586
-
587
- /** sula 样式处理 开始 **/
588
- // table
589
- .ant-pro-page-container-children-content {
590
- .sula-table {
591
- .ant-form-horizontal {
592
- .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider {
593
- margin-bottom: 10px;
594
- padding: 12px 8px 2px;
595
-
596
- > .ant-row {
597
- position: relative;
598
-
599
- > div.ant-col.ant-col-8 {
600
- padding: 4px 0;
601
- }
602
-
603
- > .ant-col:last-child {
604
- > .ant-row.ant-form-item {
605
- justify-content: flex-start !important;
606
- min-width: 300px !important;
607
- margin-bottom: 8px;
608
- }
609
- }
610
- }
611
-
612
- .ant-form-item {
613
- flex-direction: row;
614
- }
615
-
616
- .ant-form-item-label,
617
- .ant-col-24.ant-form-item-label,
618
- .ant-col-xl-24.ant-form-item-label {
619
- max-width: 110px;
620
- line-height: 28px;
621
- }
622
-
623
- .ant-col-23 .ant-form-item .ant-form-item-control-input {
624
- width: calc(100vw - 300px);
625
- }
626
-
627
- .ant-col-offset-8 {
628
- margin-left: 0;
629
- }
630
-
631
- .ant-col:last-child {
632
- // .ant-form-item {
633
- // position: absolute;
634
- // right: 180px;
635
- // bottom: 10px;
636
- // }
637
- }
638
- }
639
- }
640
-
641
- .ant-table-wrapper {
642
- padding: 0 8px;
643
-
644
- .sula-table-action-wrapper {
645
- // background-color: #fff7f0;
646
- // border: 1px solid #ffd1b3;
647
- position: relative;
648
- display: block;
649
- }
650
- }
651
- }
652
-
653
- .sula-table-no-add {
654
- .ant-form-horizontal {
655
- .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider {
656
- margin-bottom: 10px;
657
- padding: 12px 8px 2px;
658
-
659
- > .ant-row {
660
- position: relative;
661
-
662
- > div.ant-col.ant-col-8 {
663
- padding: 4px 0;
664
- }
665
-
666
- > .ant-col:last-child {
667
- > .ant-row.ant-form-item {
668
- justify-content: flex-start !important;
669
- min-width: 300px !important;
670
- margin-bottom: 8px;
671
- }
672
- }
673
- }
674
-
675
- .ant-form-item {
676
- flex-direction: row;
677
- }
678
-
679
- .ant-form-item-label,
680
- .ant-col-24.ant-form-item-label,
681
- .ant-col-xl-24.ant-form-item-label {
682
- max-width: 110px;
683
- line-height: 28px;
684
- }
685
-
686
- .ant-col-23 .ant-form-item .ant-form-item-control-input {
687
- width: calc(100vw - 300px);
688
- }
689
-
690
- .ant-col-offset-8 {
691
- margin-left: 0;
692
- }
693
-
694
- .ant-col:last-child {
695
- // .ant-form-item {
696
- // position: absolute;
697
- // right: 180px;
698
- // bottom: 10px;
699
- // }
700
- }
701
- }
702
- }
703
-
704
- .ant-table-wrapper {
705
- padding: 0 8px;
706
-
707
- .sula-table-action-wrapper {
708
- // background-color: #fff7f0;
709
- // border: 1px solid #ffd1b3;
710
- position: relative;
711
- display: block;
712
- }
713
-
714
- .sula-table-action-left {
715
- display: none;
716
- }
717
-
718
- .sula-table-action-right {
719
- padding: 0;
720
- overflow: auto;
721
-
722
- .ant-space-align-center {
723
- display: block;
724
- width: 100%;
725
- margin-top: 0;
726
- padding: 4px 34px;
727
- line-height: 36px;
728
- }
729
-
730
- div.ant-space-item {
731
- float: right;
732
- margin-right: 8px;
733
-
734
- &:nth-child(1) {
735
- float: left;
736
- }
737
- }
738
-
739
- .sula-table-row-selects-noaction {
740
- line-height: 20px;
741
-
742
- > span {
743
- margin-right: 50px;
744
- }
745
- }
746
-
747
- .sula-table-row-selects {
748
- height: 20px;
749
- line-height: 36px;
750
-
751
- > span {
752
- margin-right: 50px;
753
- }
754
- }
755
- }
756
- }
757
- }
758
-
759
- .sula-table-no-select {
760
- .ant-form-horizontal {
761
- .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider,
762
- .sula-template-query-table-fields-wrapper {
763
- margin-bottom: 10px;
764
- padding: 12px 8px 2px;
765
-
766
- > .ant-row {
767
- position: relative;
768
-
769
- > div.ant-col.ant-col-8 {
770
- padding: 4px 0;
771
- }
772
-
773
- > .ant-col:last-child {
774
- > .ant-row.ant-form-item {
775
- justify-content: flex-start !important;
776
- min-width: 300px !important;
777
- margin-bottom: 8px;
778
- }
779
- }
780
- }
781
-
782
- .ant-form-item {
783
- flex-direction: row;
784
- }
785
-
786
- .ant-form-item-label,
787
- .ant-col-24.ant-form-item-label,
788
- .ant-col-xl-24.ant-form-item-label {
789
- max-width: 110px;
790
- line-height: 28px;
791
- }
792
-
793
- .ant-col-23 .ant-form-item .ant-form-item-control-input {
794
- width: calc(100vw - 300px);
795
- }
796
-
797
- .ant-col-offset-8 {
798
- margin-left: 0;
799
- }
800
-
801
- .ant-col:last-child {
802
- // .ant-form-item {
803
- // position: absolute;
804
- // right: 180px;
805
- // bottom: 10px;
806
- // }
807
- }
808
- }
809
- }
810
-
811
- .ant-table.ant-table-middle .ant-table-title {
812
- padding: 0 8px 12px;
813
- }
814
-
815
- .ant-table-wrapper {
816
- .sula-table-action-wrapper {
817
- // background-color: #fff7f0;
818
- // border: 1px solid #ffd1b3;
819
- position: relative;
820
- display: block;
821
- }
822
-
823
- .sula-table-action-left {
824
- padding-left: 0;
825
- }
826
- }
827
- }
828
- }
829
-
830
- // form
831
- .sula-form {
832
- .sula-form-action-bottom {
833
- display: flex;
834
- justify-content: center;
835
- }
836
-
837
- .ant-form.ant-form-horizontal {
838
- .ant-card {
839
- border: 0;
840
- }
841
-
842
- .ant-card-head {
843
- min-height: 36px;
844
- padding: 6px 16px;
845
- font-weight: 500;
846
- border: 0;
847
-
848
- .ant-card-head-wrapper {
849
- .ant-card-head-title {
850
- padding: 0;
851
- font-weight: 700;
852
- font-size: 12px;
853
- line-height: 20px;
854
- }
855
- }
856
- }
857
-
858
- .ant-card-body {
859
- display: flex;
860
- flex-wrap: wrap;
861
- border-radius: 4px;
862
-
863
- .ant-form-item-label,
864
- .ant-col-24.ant-form-item-label,
865
- .ant-col-xl-24.ant-form-item-label {
866
- max-width: 110px;
867
- line-height: 28px;
868
- }
869
-
870
- .ant-form-item-control {
871
- // width: 170px;
872
- // width: 210px;
873
- }
874
-
875
- .ant-col.ant-col-3 {
876
- .ant-row.ant-form-item {
877
- .ant-col-8,
878
- .ant-col-12 {
879
- position: relative;
880
- left: -45%;
881
- }
882
- }
883
- }
884
- }
885
- }
886
- }
887
-
888
- /** sula 样式处理 结束 **/
889
-
890
- // 多页签
891
- .ant-pro-basicLayout-content {
892
- margin: 0;
893
-
894
- .ant-tabs-card.ant-tabs-top
895
- > .ant-tabs-nav
896
- .ant-tabs-tab:not(:last-of-type),
897
- .ant-tabs-card.ant-tabs-bottom
898
- > .ant-tabs-nav
899
- .ant-tabs-tab:not(:last-of-type),
900
- .ant-tabs-card.ant-tabs-top
901
- > div
902
- > .ant-tabs-nav
903
- .ant-tabs-tab:not(:last-of-type),
904
- .ant-tabs-card.ant-tabs-bottom
905
- > div
906
- > .ant-tabs-nav
907
- .ant-tabs-tab:not(:last-of-type) {
908
- margin-right: 8px;
909
- padding: 2px 8px;
910
- border-radius: 2px;
911
- }
912
- }
913
- }
914
- }
915
-
916
- .si-tree {
917
- font-size: 14px;
918
-
919
- &-node {
920
- &-block {
921
- display: flex;
922
- align-items: center;
923
- padding: 2px 4px;
924
- cursor: pointer;
925
- user-select: none;
926
- }
927
-
928
- &-switcher {
929
- margin-right: 2px;
930
- }
931
-
932
- &-icon {
933
- display: flex;
934
- margin-right: 4px;
935
- }
936
- }
937
- }
938
-
939
- .tree-compact {
940
- margin-left: 4px;
941
- color: #49aa19;
942
- font-size: 13px;
943
- font-style: italic;
944
- }
945
-
946
- ul,
947
- ol {
948
- list-style: none;
949
- }
950
-
951
- // @media (max-width: @screen-xs) {
952
- // .ant-table {
953
- // width: 100%;
954
- // overflow-x: auto;
955
-
956
- // &-thead > tr,
957
- // &-tbody > tr {
958
- // > th,
959
- // > td {
960
- // white-space: pre;
961
-
962
- // > span {
963
- // display: block;
964
- // }
965
- // }
966
- // }
967
- // }
968
- // }
969
-
970
- // // 兼容IE11
971
- // @media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
972
- // body .ant-design-pro > .ant-layout {
973
- // min-height: 100vh;
974
- // }
975
- // }
976
-
977
- //自定义 全部功能 start
978
-
979
- .allFuncOnMouserover {
980
- a {
981
- color: #000;
982
- width: 100%;
983
- }
984
- }
985
-
986
- .allFuncOnMouserover:hover {
987
- background-color: #e4e7ed;
988
- }
989
- .allFuncOnMouserover:hover a {
990
- color: @primary-color;
991
- display: flex;
992
- align-items: center;
993
- justify-content: inherit;
994
- }
995
- .allFuncOnMouserover:hover .allFuncOnMouseroverImg {
996
- display: block;
997
- margin-right: 10px;
998
- }
999
- .allFuncOnMouseroverImg {
1000
- display: none;
1001
- width: 14px;
1002
- height: 14px;
1003
- }
1004
-
1005
- .ant-drawer-body .allFunsList {
1006
- margin-bottom: 10px;
1007
- border: none;
1008
- }
1009
-
1010
- .ant-drawer-body {
1011
- .ant-list-split .ant-list-item {
1012
- border-bottom: none !important;
1013
- }
1014
- }
1015
- //自定义 全部功能 end
1016
-
1017
- .regDiv {
1018
- width: 100%;
1019
- margin-top: 100px;
1020
- text-align: center;
1021
- }
1022
-
1023
- .copyRight {
1024
- position: relative;
1025
- top: 50px;
1026
- width: 100%;
1027
- text-align: center;
1028
- }
1029
-
1030
- .sula-form-action-bottom {
1031
- justify-content: center;
1032
- }
1033
-
1034
- // 统一UI修改
1035
- :global {
1036
- .ant-pro-page-container .ant-pro-page-container-children-content {
1037
- padding: 0 !important;
1038
- }
1039
-
1040
- .one_menu_wrap {
1041
- display: flex;
1042
- justify-content: space-between;
1043
- span {
1044
- position: relative;
1045
- z-index: 6;
1046
- }
1047
- }
1048
-
1049
- .banquan {
1050
- height: 52px;
1051
- opacity: 0.6;
1052
- font-size: 12px;
1053
- font-family: Montserrat, Montserrat-Regular;
1054
- font-weight: 400;
1055
- text-align: center;
1056
- line-height: 52px;
1057
- color: #ffffff;
1058
- }
1059
-
1060
- .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal)
1061
- .ant-menu-item-selected {
1062
- background: linear-gradient(
1063
- to left,
1064
- #000c17 0%,
1065
- #000c17 30%,
1066
- rgb(0, 54, 144)
1067
- );
1068
- }
1069
- .ant-pro-sider .ant-menu {
1070
- background: #141620 !important;
1071
- color: #b1bad4;
1072
- }
1073
- .ant-menu-dark .ant-menu-item,
1074
- .ant-menu-dark .ant-menu-item-group-title,
1075
- .ant-menu-dark .ant-menu-item > a,
1076
- .ant-menu-dark .ant-menu-item > span > a {
1077
- color: #b1bad4 !important;
1078
- }
1079
-
1080
- .globalSearchWarp {
1081
- position: relative;
1082
- display: flex;
1083
- align-items: center;
1084
- height: 48px;
1085
- background: #141620;
1086
-
1087
- .ant-input {
1088
- background: #141620;
1089
- color: #fff;
1090
- }
1091
-
1092
- .ant-input-clear-icon {
1093
- color: #eee;
1094
- }
1095
-
1096
- .globalIcon {
1097
- position: absolute;
1098
- left: 20px;
1099
- z-index: 3;
1100
- color: #798094;
1101
- }
1102
-
1103
- .globalSearch {
1104
- height: 32px;
1105
- margin: 0 10px;
1106
- padding-left: 32px;
1107
- color: #798094;
1108
- font-size: 12px;
1109
- background: #141620;
1110
- border: 1px solid #3d4047;
1111
- border-radius: 4px;
1112
-
1113
- // 搜索功能完善 menu start
1114
- .ant-input-affix-wrapper,
1115
- .ant-input-group-addon {
1116
- background: #141620 !important;
1117
- border: none;
1118
- }
1119
- .ant-input-group-addon {
1120
- border-left: 1px solid #3d4047;
1121
- }
1122
- // 搜索功能完善 menu end
1123
- }
1124
- }
1125
- .globalTabs {
1126
- position: relative;
1127
- .globalTabsOper {
1128
- position: absolute;
1129
- top: 0;
1130
- right: 0;
1131
- z-index: 10;
1132
- display: flex;
1133
- align-items: center;
1134
- justify-content: center;
1135
- width: 28px;
1136
- height: 28px;
1137
- background: #f3f3f3;
1138
- }
1139
- .globalTabsOper:hover {
1140
- cursor: pointer;
1141
- }
1142
- }
1143
-
1144
- body
1145
- .ant-pro-basicLayout-content
1146
- .ant-tabs-card.ant-tabs-bottom
1147
- > .ant-tabs-nav
1148
- .ant-tabs-tab:not(:last-of-type),
1149
- body
1150
- .ant-pro-basicLayout-content
1151
- .ant-tabs-card.ant-tabs-bottom
1152
- > div
1153
- > .ant-tabs-nav
1154
- .ant-tabs-tab:not(:last-of-type),
1155
- body
1156
- .ant-pro-basicLayout-content
1157
- .ant-tabs-card.ant-tabs-top
1158
- > .ant-tabs-nav
1159
- .ant-tabs-tab:not(:last-of-type),
1160
- body
1161
- .ant-pro-basicLayout-content
1162
- .ant-tabs-card.ant-tabs-top
1163
- > div
1164
- > .ant-tabs-nav
1165
- .ant-tabs-tab:not(:last-of-type) {
1166
- margin-right: 0px !important;
1167
- }
1168
-
1169
- .ant-layout-sider-children {
1170
- .ant-pro-sider-extra {
1171
- margin-bottom: 0;
1172
- padding: 0;
1173
- }
1174
- }
1175
- }
1176
-
1177
- .ant-tabs-tab + .ant-tabs-tab {
1178
- margin: 0;
1179
- }
1180
- .ant-tabs-tab {
1181
- margin: 0 10px 0 0 !important;
1182
- }
1183
-
1184
- // 滚动条
1185
- /* 滚动槽(轨道)宽高 */
1186
-
1187
- /* 滚动槽(轨道)样式 */
1188
- ::-webkit-scrollbar-track {
1189
- background-color: #f7f8fb;
1190
- border-radius: 8px;
1191
- }
1192
-
1193
- /*定义滑块颜色、内阴影及圆角*/
1194
- ::-webkit-scrollbar-thumb {
1195
- background-color: #7d7d7d;
1196
- border-radius: 7px;
1197
- }
1198
- /*定义两端按钮的样式*/
1199
- ::-webkit-scrollbar-button {
1200
- display: none;
1201
- }
1202
- ::-webkit-scrollbar-thumb:window-inactive {
1203
- background: #fff;
1204
- }
1205
-
1206
- .ant-layout-header {
1207
- height: 50px !important;
1208
- line-height: 0 !important;
1209
- }
1210
-
1211
- .ant-pro-global-header {
1212
- padding: 0 !important;
1213
- background: #f3f3f3 !important;
1214
- }
1215
-
1216
- // 普通的table
1217
- body .ant-table .ant-table-container .ant-table-thead > tr > th {
1218
- height: 40px;
1219
- background: #f7f8fb;
1220
- }
1221
- .globalLine {
1222
- display: inline-block;
1223
- width: 4px;
1224
- height: 20px;
1225
- margin-right: 16px;
1226
- vertical-align: sub;
1227
- background: @primary-color;
1228
- }
1229
-
1230
- .cloumnsIconA {
1231
- display: flex;
1232
- align-items: center;
1233
- span {
1234
- margin-left: 4px;
1235
- }
1236
- }
1237
-
1238
- :global {
1239
- .home_warp_component {
1240
- .ant-pro-page-container-children-content {
1241
- .ant-pro-page-container-warp {
1242
- display: none;
1243
- }
1244
- }
1245
- }
1246
- }
1247
-
1248
- // 详情组件样式处理 start
1249
- .detail_warp_component {
1250
- position: relative;
1251
- background-color: #fff;
1252
- .has-breadcrumb {
1253
- display: block !important;
1254
- }
1255
- .detail_warp_component_top {
1256
- position: absolute;
1257
- top: 15px;
1258
- left: 20px;
1259
- z-index: 2;
1260
- display: flex;
1261
- align-items: center;
1262
- margin-right: 8px;
1263
-
1264
- .detail_warp_component_top_btn {
1265
- width: 72px;
1266
- height: 28px;
1267
- border: 1px solid #bababa;
1268
- font-family: PingFangSC-Regular;
1269
- font-weight: 400;
1270
- font-size: 14px;
1271
- color: #bababa;
1272
- display: flex;
1273
- align-items: center;
1274
- justify-content: center;
1275
- margin-right: 10px;
1276
- span {
1277
- margin-left: 3px;
1278
- }
1279
- }
1280
-
1281
- .detail_warp_component_top_start {
1282
- font-size: 20px;
1283
- }
1284
- .detail_warp_component_top_start:hover {
1285
- cursor: pointer;
1286
- }
1287
- }
1288
-
1289
- .detail_warp_component_top_btn:hover {
1290
- cursor: pointer;
1291
- }
1292
- .detail_warp_component_top_r_expand:hover {
1293
- cursor: pointer;
1294
- }
1295
- .ant-page-header-heading-left {
1296
- padding-left: 105px !important;
1297
- .ant-page-header-heading-title {
1298
- display: none;
1299
- font-family: PingFangSC-Medium;
1300
- font-weight: 500;
1301
- font-size: 18px;
1302
- color: #000000;
1303
- letter-spacing: 0;
1304
- line-height: 26px;
1305
- }
1306
- }
1307
- }
1308
-
1309
- // 详情组件样式处理 end
1310
-
1311
- // 列表组件样式处理 start
1312
- .home_warp_component {
1313
- position: relative;
1314
- background-color: #fff;
1315
- .has-breadcrumb {
1316
- display: block !important;
1317
- }
1318
- .home_warp_component_top {
1319
- position: absolute;
1320
- top: 15px;
1321
- left: 20px;
1322
- z-index: 2;
1323
- display: flex;
1324
- align-items: center;
1325
- margin-right: 8px;
1326
-
1327
- .home_warp_component_top_btn {
1328
- width: 72px;
1329
- height: 28px;
1330
- border: 1px solid #bababa;
1331
- font-family: PingFangSC-Regular;
1332
- font-weight: 400;
1333
- font-size: 14px;
1334
- color: #bababa;
1335
- display: flex;
1336
- align-items: center;
1337
- justify-content: center;
1338
- margin-right: 10px;
1339
- span {
1340
- margin-left: 3px;
1341
- }
1342
- }
1343
-
1344
- .home_warp_component_top_start {
1345
- font-size: 20px;
1346
- }
1347
- .home_warp_component_top_start:hover {
1348
- cursor: pointer;
1349
- }
1350
- }
1351
-
1352
- .home_warp_component_top_btn:hover {
1353
- cursor: pointer;
1354
- }
1355
- .ant-page-header-heading-left {
1356
- .ant-page-header-heading-title {
1357
- font-family: PingFangSC-Medium;
1358
- font-weight: 500;
1359
- font-size: 18px;
1360
- color: #000000;
1361
- letter-spacing: 0;
1362
- line-height: 40px;
1363
- }
1364
- }
1365
- }
1366
- // 列表组件样式处理 end
1367
-
1368
- // 搜索拓展 start
1369
- .ant-drawer-header-title {
1370
- flex-direction: row-reverse;
1371
- }
1372
-
1373
- // table 的斑马线
1374
- .table_base {
1375
- background: #fff;
1376
- }
1377
- .table_odd {
1378
- background: #f7f8fb;
1379
- }
1380
- // 浮起的列 设置斑马
1381
- .ant-table-cell-fix-left,
1382
- .ant-table-cell-fix-right {
1383
- background-color: #fff;
1384
- }
1385
-
1386
- // 控制 table 的全选 select 位置
1387
- .ant-table-title
1388
- + .ant-table-container
1389
- table
1390
- > thead
1391
- > tr:first-child
1392
- th:first-child {
1393
- .ant-table-selection {
1394
- .ant-checkbox-wrapper {
1395
- justify-content: center;
1396
- }
1397
- }
1398
- }
1399
-
1400
- // 全屏兼容
1401
- .ant-table-container {
1402
- background: #fff;
1403
- overflow-y: auto;
1404
- }
1405
-
1406
- // 处理编辑小手
1407
- .cur:hover {
1408
- cursor: pointer;
1409
- }
1410
-
1411
- //user_columns_warp
1412
- .user_columns_warp {
1413
- padding-right: 10px;
1414
- height: 36px;
1415
- background: #e6f3ff;
1416
- display: inline-flex;
1417
- margin: 5px 0px !important;
1418
- overflow: hidden;
1419
- max-width: 200px;
1420
- align-items: center;
1421
- border-radius: 25px;
1422
- img {
1423
- width: 24.6px;
1424
- height: 24.64px;
1425
- margin-left: 3px;
1426
- }
1427
- span {
1428
- margin-left: 8px;
1429
- }
1430
- }
1431
-
1432
- .clomnsImg {
1433
- :global {
1434
- .ant-image {
1435
- margin: 8px;
1436
- }
1437
- .ant-image-mask-info {
1438
- font-size: 12px !important;
1439
- padding: 0;
1440
- padding-left: 2px;
1441
- }
1442
- }
1443
- }
1444
- .clomnsImg2 {
1445
- margin: 8px;
1446
- img {
1447
- width: 28px;
1448
- height: 28px;
1449
- }
1450
- }
1451
-
1452
-
1453
- .ant-table-wrapper {
1454
- padding: 0 8px;
1455
- background: #fff;
1456
- }
1457
-
1458
- //菜单特性
1459
- :global {
1460
- .ant-pro-sider-links ul.ant-menu-root {
1461
- li:nth-child(1) {
1462
- display: flex;
1463
- flex-direction: column;
1464
- margin-bottom: 30px;
1465
- margin-top: 0px;
1466
- padding: 18px 5px 0 !important;
1467
- .ant-menu-title-content {
1468
- width: 100% !important;
1469
- }
1470
- height: 90px !important;
1471
- border-top: 1px solid #3d4047 !important;
1472
- }
1473
- }
1474
- .ant-pro-sider-collapsed-button {
1475
- display: none !important;
1476
- }
1477
-
1478
- .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1479
- box-shadow: none !important;
1480
- background-color: #141620;
1481
- }
1482
- body .ant-pro-sider-logo {
1483
- background-color: #f3f3f3;
1484
- }
1485
-
1486
- .collapse_icon {
1487
- font-size: 16px;
1488
- color: #fff;
1489
- margin: 0 10px;
1490
- cursor: pointer;
1491
- }
1492
-
1493
- .collapse_icon_close {
1494
- display: flex;
1495
- justify-content: center;
1496
- }
1497
-
1498
- .ant-menu-submenu-title,
1499
- .ant-menu-item {
1500
- border: 0px !important;
1501
- border-color: #005cff !important;
1502
- }
1503
-
1504
- .ant-menu-submenu-title:hover,
1505
- .ant-menu-item:hover {
1506
- background: linear-gradient(
1507
- to left,
1508
- #000c17 0%,
1509
- #000c17 30%,
1510
- rgb(0, 54, 144)
1511
- );
1512
- border-left: 2px solid #005cff !important;
1513
- box-sizing: border-box;
1514
- }
1515
-
1516
- .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1517
- z-index: 10 !important;
1518
- }
1519
- .ant-pro-sider-link:hover {
1520
- border: 0px !important;
1521
- background: #141620 !important;
1522
- }
1523
-
1524
- .ant-table-column-sorters {
1525
- .ant-table-column-title {
1526
- flex-shrink: 1;
1527
- flex: initial !important;
1528
- }
1529
- .ant-table-column-sorter {
1530
- flex-grow: 1;
1531
- display: flex;
1532
- align-items: center;
1533
- margin-left: 5px;
1534
- }
1535
- }
1536
-
1537
- .ant-table-wrapper {
1538
- .sula-table-action-right {
1539
- width: 100%;
1540
- .ant-space {
1541
- width: 100%;
1542
- display: inline-block !important;
1543
- .ant-space-item {
1544
- display: inline-block;
1545
- margin-left: 8px;
1546
- }
1547
- .ant-space-item:nth-last-child(-n + 3) {
1548
- float: right;
1549
- }
1550
- }
1551
- }
1552
- }
1553
-
1554
- .global_tab_nav_style {
1555
- top: 2px !important;
1556
- }
1557
-
1558
- .row-dragging {
1559
- background: #fafafa;
1560
- border: 1px solid #ccc;
1561
- z-index: 10000;
1562
- }
1563
-
1564
- .row-dragging td {
1565
- padding: 7px 16px;
1566
- display: none;
1567
-
1568
- }
1569
- .row-dragging td:first-child {
1570
- display: inline-block;
1571
- }
1572
-
1573
- .row-dragging .drag-visible {
1574
- visibility: visible;
1575
- }
1576
-
1577
- .ant-pro-sider-menu > .ant-menu-item-group > .ant-menu-item-group-list {
1578
- display: none;
1579
- }
1580
-
1581
- .ant-pro-sider-menu > .ant-menu-item-group > .ant-menu-item-group-title {
1582
- padding: 0 0 0 16px !important;
1583
- }
1584
-
1585
- .ant-pro-sider-menu
1586
- > .ant-menu-item-group
1587
- > .ant-menu-item-group-title:hover {
1588
- background: linear-gradient(
1589
- to left,
1590
- #000c17 0%,
1591
- #000c17 30%,
1592
- rgb(0, 54, 144)
1593
- );
1594
- border-left: 2px solid #005cff !important;
1595
- box-sizing: border-box;
1596
- cursor: pointer;
1597
- color: white;
1598
- }
1599
-
1600
- .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1601
- z-index: 25 !important;
1602
- }
1603
-
1604
- .ant-modal-mask {
1605
- z-index: 40 !important;
1606
- }
1607
-
1608
- .ant-modal-wrap {
1609
- z-index: 40 !important;
1610
- }
1611
-
1612
- .global_tab_nav_style {
1613
- top: 2px !important;
1614
- width: 100% !important;
1615
- }
1616
- .ant-tabs-nav-operations {
1617
- display: none !important;
1618
- }
1619
-
1620
- .globalTabs
1621
- > .ant-tabs
1622
- > .ant-tabs-nav
1623
- > .ant-tabs-nav-wrap
1624
- > .ant-tabs-nav-list
1625
- > div {
1626
- margin-right: 0px !important;
1627
- .ant-tabs-tab {
1628
- padding: 3px 6px;
1629
- margin: 0px !important;
1630
- height: 100%;
1631
- }
1632
- .ant-tabs-tab-remove {
1633
- padding-right: 0px;
1634
- }
1635
- .ant-tabs-tab-active {
1636
- border-bottom-color: #f0f0f0;
1637
- }
1638
- }
1639
-
1640
- .tab_title_content {
1641
- display: flex;
1642
- align-items: center;
1643
- .ant-dropdown-trigger {
1644
- margin-left: 8px;
1645
- display: inline-block;
1646
- }
1647
- }
1648
-
1649
- .tab_title_content:hover {
1650
- color: #005cff;
1651
- .ant-dropdown-trigger {
1652
- display: inline-block;
1653
- }
1654
- }
1655
- }
1656
-
1657
- // 列自定义
1658
- .sort_table_wrapper {
1659
- .sort_table {
1660
- display: flex;
1661
-
1662
- .sort_table_column_wrapper {
1663
- width: 560px;
1664
- margin-right: 10px;
1665
- }
1666
-
1667
- .sort_table_content_wrapper {
1668
- width: 210px;
1669
- }
1670
-
1671
- .sort_table_column_count,
1672
- .sort_table_content_count {
1673
- height: 20px;
1674
- font-family: PingFangSC-Regular;
1675
- font-weight: 400;
1676
- font-size: 14px;
1677
- color: #000000;
1678
- letter-spacing: 0;
1679
-
1680
- span {
1681
- color: #848484;
1682
- }
1683
- }
1684
-
1685
- .sort_table_column {
1686
- margin-top: 10px;
1687
- width: 560px;
1688
- height: 430px;
1689
- overflow: auto;
1690
- padding: 10px;
1691
- background: #ffffff;
1692
- border: 1px solid #d9d9d9;
1693
- border-radius: 5px;
1694
-
1695
- &_all {
1696
- display: flex;
1697
- flex-wrap: wrap;
1698
- justify-content: space-between;
1699
-
1700
- &_empty {
1701
- width: 538px;
1702
- line-height: 360px;
1703
- text-align: center;
1704
- font-family: PingFangSC-Regular;
1705
- font-weight: 400;
1706
- font-size: 14px;
1707
- color: #848484;
1708
- }
1709
- }
1710
-
1711
- &_special {
1712
- margin-top: 40px;
1713
- width: 100px;
1714
- height: 20px;
1715
- font-family: PingFangSC-Regular;
1716
- font-weight: 400;
1717
- font-size: 14px;
1718
- color: #848484;
1719
- letter-spacing: 0;
1720
- }
1721
-
1722
- :global {
1723
- .ant-checkbox-wrapper {
1724
- width: 144px;
1725
- margin-top: 16px;
1726
- }
1727
-
1728
- .ant-checkbox-wrapper + .ant-checkbox-wrapper {
1729
- margin-left: 0px;
1730
- }
1731
- }
1732
- }
1733
-
1734
- .sort_table_content {
1735
- margin-top: 10px;
1736
- padding-top: 10px;
1737
- padding-bottom: 10px;
1738
- border: 1px solid #d9d9d9;
1739
- border-radius: 5px;
1740
-
1741
- :global {
1742
- .ant-table-wrapper {
1743
- padding: 0px !important;
1744
- }
1745
- }
1746
- .sort_table_title {
1747
- height: 32px;
1748
- line-height: 32px;
1749
- padding-left: 10px;
1750
- color: gray;
1751
- }
1752
- }
1753
- }
1754
- :global {
1755
- div.ant-modal-header {
1756
- width: 820px;
1757
- height: 64px;
1758
- background: #ffffff;
1759
- padding: 20px;
1760
- border: 0px;
1761
-
1762
- div.ant-modal-title {
1763
- height: 24px;
1764
- font-family: PingFangSC-Medium;
1765
- font-weight: 500;
1766
- font-size: 18px;
1767
- color: #000000;
1768
- letter-spacing: 0;
1769
- line-height: 24px;
1770
- }
1771
- }
1772
-
1773
- .ant-modal-body {
1774
- padding: 0 20px !important;
1775
- }
1776
-
1777
- .ant-modal-close-x {
1778
- height: 24px;
1779
- font-family: PingFangSC-Medium;
1780
- font-weight: 500;
1781
- font-size: 18px;
1782
- color: #000000;
1783
- letter-spacing: 0;
1784
- }
1785
-
1786
- .ant-input-affix-wrapper {
1787
- padding: 0px;
1788
- padding-right: 10px;
1789
- }
1790
-
1791
- input {
1792
- height: 32px;
1793
- padding: 6px 4px;
1794
- border-radius: 5px;
1795
- }
1796
-
1797
- .ant-input-prefix {
1798
- width: 24px;
1799
- height: 24px;
1800
- margin: 4px;
1801
- // border: 1px dashed #d9d9d9;
1802
- display: flex;
1803
- justify-content: center;
1804
- }
1805
-
1806
- .ant-modal-footer {
1807
- height: 70px;
1808
- border: 0;
1809
- padding: 20px;
1810
-
1811
- .ant-btn {
1812
- width: 80px;
1813
- height: 34px;
1814
- border-radius: 5px;
1815
-
1816
- span {
1817
- font-family: PingFangSC-Medium;
1818
- font-weight: 600;
1819
- font-size: 14px;
1820
- letter-spacing: 0;
1821
- text-align: center;
1822
- line-height: 20px;
1823
- }
1824
-
1825
- &:first-child {
1826
- margin-right: 524px;
1827
- }
1828
- }
1829
- }
1830
-
1831
- .ant-table-wrapper::-webkit-scrollbar {
1832
- display: none;
1833
- }
1834
-
1835
- .ant-table-wrapper {
1836
- margin-top: 10px;
1837
- height: 364px;
1838
- overflow: scroll;
1839
- padding-bottom: 50px;
1840
-
1841
- tr {
1842
- height: 36px;
1843
- td {
1844
- width: 24px !important;
1845
- height: 36px !important;
1846
- font-family: PingFangSC-Regular;
1847
- font-weight: 400;
1848
- font-size: 14px;
1849
- color: #000000;
1850
- letter-spacing: 0;
1851
-
1852
- &:first-child {
1853
- padding-left: 10px !important;
1854
- padding-right: 0px !important;
1855
- width: 115px !important;
1856
- }
1857
-
1858
- img {
1859
- // border: 1px dashed #d9d9d9;
1860
- cursor: pointer;
1861
- }
1862
-
1863
- &:not(:first-child) {
1864
- padding-left: 0px !important;
1865
- padding-right: 0px !important;
1866
- }
1867
-
1868
- &:last-child {
1869
- padding-left: 0px !important;
1870
- padding-right: 3px !important;
1871
- width: 34px !important;
1872
-
1873
- img {
1874
- // border: 1px dashed #d9d9d9;
1875
- position: relative;
1876
- top: 1px;
1877
- }
1878
- }
1879
- }
1880
- }
1881
- }
1882
- }
1883
- }
1884
-
1885
- // 表单特性
1886
- :global {
1887
- .detail_btn_wrapper {
1888
- display: flex;
1889
- gap: 8px;
1890
- }
1891
- .table-bssula-summary {
1892
- left: 10px;
1893
- &>span {
1894
- width: inherit !important;
1895
- // min-width: 150px;
1896
- }
1897
- }
1898
- .queryFormContainer {
1899
- &>div {
1900
- height: 100%;
1901
- }
1902
- }
1903
- }
1904
-
1905
- .luckysheet-input-box {
1906
- z-index: 50 !important;
1
+ @font-family: PingFangSC, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
2
+ 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
3
+ 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
4
+
5
+ // 字体大小
6
+ @font-size-base: 14px;
7
+ @height-base: 28px;
8
+ @table-font-size: @font-size-base;
9
+ @black: #2c2f2e;
10
+
11
+ // query-table文字大小
12
+ @form-item-label-font-size: 12px;
13
+ @form-item-label-height: 16px;
14
+
15
+ // 链接
16
+ // @link-color: #1D92FE;
17
+ @warning-color: #f9a742;
18
+ @success-color: #00c276;
19
+ @error-color: #e82d1e;
20
+
21
+ // @layout-header-background: #f3f3f3;
22
+
23
+ @layout-sider-background-light: #222224;
24
+ @layout-sider-background: #222224;
25
+ @menu-item-color: #ffffff;
26
+ @menu-item-group-title-color: #ffffff;
27
+ @menu-item-active-bg: rgba(65, 105, 225, 0.1);
28
+ @primary-color: #005cff;
29
+ @primary-color-hover: #8bc7ff;
30
+ @menu-bg: #222224;
31
+
32
+
33
+ .colorWeak {
34
+ filter: invert(80%);
35
+ }
36
+
37
+ .ant-layout {
38
+ min-height: 100vh;
39
+ }
40
+
41
+ canvas {
42
+ display: block;
43
+ }
44
+
45
+ body {
46
+ text-rendering: optimizeLegibility;
47
+ -webkit-font-smoothing: antialiased;
48
+ -moz-osx-font-smoothing: grayscale;
49
+ // overflow-y: scroll;
50
+ :global {
51
+ .react-resizable {
52
+ position: relative;
53
+ background-clip: padding-box;
54
+ }
55
+
56
+ .react-resizable-handle {
57
+ position: absolute;
58
+ width: 10px;
59
+ height: 100%;
60
+ bottom: 0;
61
+ right: -5px;
62
+ cursor: col-resize;
63
+ z-index: 1;
64
+ }
65
+
66
+ .ant-page-header {
67
+ padding: 0 24px;
68
+ .ant-page-header-heading {
69
+ margin-top: 0px;
70
+ }
71
+ }
72
+
73
+ // 表格 共用样式 开始
74
+
75
+ // pro-table
76
+ .ant-pro-table-list-toolbar-container .ant-pro-table-list-toolbar-left {
77
+ // 处理pro-table的操作栏样式问题
78
+ display: none;
79
+ }
80
+
81
+ .sula-table-action-left {
82
+ display: none;
83
+ }
84
+
85
+ .ant-table.ant-table-middle .ant-table-container .ant-table-title,
86
+ .ant-table.ant-table-middle .ant-table-container .ant-table-footer,
87
+ .ant-table.ant-table-middle .ant-table-container .ant-table-thead > tr > th,
88
+ .ant-table.ant-table-middle .ant-table-container .ant-table-tbody > tr > td,
89
+ .ant-table.ant-table-middle .ant-table-container tfoot > tr > th,
90
+ .ant-table.ant-table-middle .ant-table-container tfoot > tr > td {
91
+ padding: 0 10px;
92
+ font-size: @font-size-base;
93
+ line-height: 28px;
94
+ white-space: nowrap;
95
+ }
96
+
97
+ html
98
+ .ant-table.ant-table-middle
99
+ .ant-table-container
100
+ .ant-table-thead
101
+ > tr
102
+ > th,
103
+ body
104
+ .ant-table.ant-table-middle
105
+ .ant-table-container
106
+ .ant-table-thead
107
+ > tr
108
+ > th,
109
+ .ant-table.ant-table-middle
110
+ .ant-table-container
111
+ .ant-table-thead
112
+ > tr
113
+ > th {
114
+ height: 40px;
115
+ background: #f7f8fb;
116
+ }
117
+
118
+ .ant-table-tbody {
119
+ tr:hover:not(.ant-table-expanded-row) > td,
120
+ .ant-table-row-hover,
121
+ .ant-table-row-hover > td {
122
+ background-color: #e5eeff;
123
+ }
124
+ }
125
+ .ant-table.ant-table-middle
126
+ .ant-table-container
127
+ .ant-table-thead
128
+ > tr
129
+ > th {
130
+ min-width: 60px;
131
+ }
132
+
133
+ .ant-table.ant-table-middle
134
+ .ant-table-container
135
+ .ant-table-tbody
136
+ > tr
137
+ > td.ant-table-cell.ant-table-selection-column,
138
+ .ant-table.ant-table-middle
139
+ .ant-table-container
140
+ .ant-table-thead
141
+ > tr
142
+ > th.ant-table-cell.ant-table-selection-column {
143
+ min-width: 40px;
144
+ }
145
+
146
+ .ant-table.ant-table-middle
147
+ .ant-table-container
148
+ .ant-table-tbody
149
+ > tr
150
+ > td.ant-table-cell.ant-table-row-expand-icon-cell,
151
+ .ant-table.ant-table-middle
152
+ .ant-table-container
153
+ .ant-table-thead
154
+ > tr
155
+ > th.ant-table-cell.ant-table-row-expand-icon-cell {
156
+ min-width: 40px;
157
+ }
158
+
159
+ .ant-table .ant-table-selection {
160
+ display: flex;
161
+ justify-content: center;
162
+ text-align: center;
163
+ }
164
+
165
+ .ant-pro-table .ant-table {
166
+ td.ant-table-cell > td > a {
167
+ font-size: @font-size-base;
168
+ }
169
+
170
+ td.ant-table-cell > a {
171
+ font-size: @font-size-base;
172
+ }
173
+ }
174
+
175
+ .ant-table .ant-table-container .ant-table-thead > tr > th {
176
+ font-weight: 500;
177
+ }
178
+
179
+ // badge
180
+ .ant-badge .ant-badge-status-text {
181
+ font-size: 12px;
182
+ }
183
+
184
+ // alert
185
+ .ant-pro-table .ant-pro-table-alert .ant-alert.ant-alert-no-icon {
186
+ padding: 5px 34px;
187
+ }
188
+
189
+ // 表格 共用样式 结束
190
+ }
191
+
192
+ .popover-tab {
193
+ :global {
194
+ .ant-popover-inner-content {
195
+ padding: 5px;
196
+ }
197
+ }
198
+
199
+ .popover-div {
200
+ padding: 4px;
201
+ }
202
+ }
203
+
204
+ :global {
205
+ .ant-col-18 {
206
+ max-width: 100%;
207
+
208
+ .ant-col-8 {
209
+ max-width: 25%;
210
+ }
211
+
212
+ .ant-col-12 {
213
+ flex: 0 0 90%;
214
+ max-width: 70%;
215
+
216
+ .ant-radio-wrapper {
217
+ position: fixed;
218
+ min-width: 104px;
219
+ }
220
+ }
221
+ }
222
+
223
+ .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
224
+ z-index: 14 !important;
225
+ }
226
+
227
+ .ant-menu.ant-menu-light.ant-pro-sider-menu.ant-menu-root.ant-menu-inline {
228
+ .ant-pro-menu-item {
229
+ display: flex;
230
+ align-items: center;
231
+ }
232
+ }
233
+ }
234
+
235
+ :global {
236
+ .ant-table.ant-table-middle
237
+ .ant-table-container
238
+ .ant-table-tbody
239
+ > tr
240
+ > td.ant-table-selection-column,
241
+ .ant-table.ant-table-middle
242
+ .ant-table-container
243
+ .ant-table-thead
244
+ > tr
245
+ > th.ant-table-selection-column {
246
+ /* width: 40px !important; */
247
+ /* max-width: 40px; */
248
+ min-width: 40px;
249
+ }
250
+ .ant-table.ant-table-middle
251
+ .ant-table-container
252
+ .ant-table-thead
253
+ > tr
254
+ > th.ant-table-cell,
255
+ .ant-table.ant-table-middle
256
+ .ant-table-container
257
+ .ant-table-tbody
258
+ > tr
259
+ > td.ant-table-cell {
260
+ min-width: 60px;
261
+ }
262
+ .ant-table-sticky-scroll {
263
+ position: fixed !important;
264
+ }
265
+ .ant-pro-sider.ant-layout-sider-collapsed .ant-pro-sider-logo {
266
+ position: relative;
267
+ left: -32px;
268
+ width: 80px;
269
+ }
270
+
271
+ // .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
272
+ // overflow: hidden;
273
+ // flex: 0 0 200px !important;
274
+ // max-width: 200px !important;
275
+ // min-width: 200px !important;
276
+ // width: 200px !important;
277
+ // }
278
+
279
+ // .ant-pro-page-container-children-content .sula-table-no-select .ant-form-horizontal .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider,
280
+ // .ant-pro-page-container-children-content .sula-table-no-select .ant-form-horizontal .sula-template-query-table-fields-wrapper {
281
+ // margin-bottom: 0px !important;
282
+ // }
283
+ // .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed{
284
+ // z-index: 17
285
+ // }
286
+
287
+ .ant-select-item-option-content {
288
+ overflow: auto;
289
+ white-space: normal !important;
290
+ text-overflow: ellipsis;
291
+ }
292
+
293
+ .ant-tabs-nav-list {
294
+ .ant-tabs-tab-active {
295
+ .ant-tabs-tab-btn {
296
+ font-weight: 500;
297
+ font-size: 12px;
298
+ line-height: 16px;
299
+ }
300
+ }
301
+ }
302
+
303
+ .ant-tabs-nav {
304
+ margin: 0;
305
+ }
306
+
307
+ .ant-tabs-content-holder {
308
+ .ant-tabs-nav {
309
+ margin: 0 8px;
310
+ padding-bottom: 8px;
311
+ }
312
+ }
313
+
314
+ .ant-tabs-nav-list {
315
+ .ant-tabs-tab-btn {
316
+ color: rgba(44, 47, 46, 0.8);
317
+ font-weight: 400;
318
+ font-size: 12px;
319
+ line-height: 16px;
320
+ }
321
+ }
322
+
323
+ .ant-tabs-tab {
324
+ margin: 0 20px 0 8px;
325
+ }
326
+
327
+ // logo
328
+ .ant-pro-sider-logo {
329
+ height: 50px;
330
+ padding: 0;
331
+ }
332
+
333
+ .ant-table-tbody > tr > td,
334
+ .ant-table-thead > tr > th,
335
+ .ant-table tfoot > tr > td,
336
+ .ant-table tfoot > tr > th {
337
+ padding: 0 10px;
338
+ }
339
+
340
+ // 隐藏滚动条
341
+ // .ant-table-content {
342
+ // overflow: hidden;
343
+ // }
344
+
345
+ // .ant-table-content:hover {
346
+ // .ant-table-tbody>tr>td {
347
+ // .ant-btn-link {
348
+ // color: #17d174
349
+ // }
350
+ // }
351
+
352
+ // .ant-table-content {
353
+ // overflow: auto !important;
354
+ // }
355
+ // }
356
+
357
+ .ant-pro-basicLayout-content .ant-pro-page-container {
358
+ margin: 0;
359
+ }
360
+
361
+ .ant-pro-page-container {
362
+ .ant-pro-page-container-warp {
363
+ .ant-page-header.has-breadcrumb {
364
+ padding: 0px 24px;
365
+ box-sizing: border-box;
366
+ height: 48px;
367
+ }
368
+ }
369
+
370
+ .ant-pro-page-container-children-content {
371
+ margin: 0;
372
+ padding: 0 4px;
373
+
374
+ .ant-pro-table-search {
375
+ margin-bottom: 10px;
376
+ padding: 12px 8px 2px;
377
+ }
378
+ }
379
+ }
380
+
381
+ // pro-table
382
+ .ant-pro-table-list-toolbar-container .ant-pro-table-list-toolbar-left {
383
+ // 处理pro-table的操作栏样式问题
384
+ display: none;
385
+ }
386
+
387
+ .sula-table-action-left {
388
+ display: none;
389
+ }
390
+ // .ant-pro-grid-content {
391
+ // .has-breadcrumb {
392
+ // display: none !important;
393
+ // }
394
+ // }
395
+ .has-breadcrumb,
396
+ .ant-breadcrumb {
397
+ display: none !important;
398
+ }
399
+ .ant-table.ant-table-middle
400
+ .ant-table-container
401
+ .ant-table-thead
402
+ > tr
403
+ > th {
404
+ min-width: 60px;
405
+ }
406
+
407
+ .ant-table.ant-table-middle
408
+ .ant-table-container
409
+ .ant-table-tbody
410
+ > tr
411
+ > td.ant-table-cell.ant-table-selection-column,
412
+ .ant-table.ant-table-middle
413
+ .ant-table-container
414
+ .ant-table-thead
415
+ > tr
416
+ > th.ant-table-cell.ant-table-selection-column {
417
+ min-width: 40px;
418
+ }
419
+
420
+ .ant-table.ant-table-middle
421
+ .ant-table-container
422
+ .ant-table-tbody
423
+ > tr
424
+ > td.ant-table-cell.ant-table-row-expand-icon-cell,
425
+ .ant-table.ant-table-middle
426
+ .ant-table-container
427
+ .ant-table-thead
428
+ > tr
429
+ > th.ant-table-cell.ant-table-row-expand-icon-cell {
430
+ min-width: 40px;
431
+ }
432
+
433
+ .ant-table .ant-table-selection {
434
+ display: flex;
435
+ justify-content: center;
436
+ text-align: center;
437
+ }
438
+
439
+ .ant-pro-table .ant-table {
440
+ td.ant-table-cell > td > a {
441
+ font-size: @font-size-base;
442
+ }
443
+
444
+ td.ant-table-cell > a {
445
+ font-size: @font-size-base;
446
+ }
447
+ }
448
+
449
+ .ant-table .ant-table-container .ant-table-title,
450
+ .ant-table .ant-table-container .ant-table-footer,
451
+ .ant-table .ant-table-container .ant-table-thead > tr > th,
452
+ .ant-table .ant-table-container .ant-table-tbody > tr > td,
453
+ .ant-table .ant-table-container tfoot > tr > th,
454
+ .ant-table .ant-table-container tfoot > tr > td,
455
+ .ant-table .ant-table-container .ant-table-thead .ant-table-column-sorters {
456
+ height: 40px;
457
+ // padding: 0 10px;
458
+ font-size: @font-size-base;
459
+ line-height: 28px;
460
+ white-space: nowrap;
461
+ }
462
+
463
+ .ant-table .ant-table-container .ant-table-thead > tr > th {
464
+ font-weight: 500;
465
+ }
466
+
467
+ // badge
468
+ .ant-badge .ant-badge-status-text {
469
+ font-size: 12px;
470
+ }
471
+
472
+ // alert
473
+ .ant-pro-table .ant-pro-table-alert .ant-alert.ant-alert-no-icon {
474
+ padding: 5px 34px;
475
+ }
476
+
477
+ // 左侧菜单链接文本颜色
478
+
479
+ .ant-form-item {
480
+ .ant-col-lg-15.ant-col-xl-15.ant-col-xxl-15.ant-form-item-label {
481
+ line-height: 16px !important;
482
+ white-space: normal;
483
+ }
484
+
485
+ .ant-form-item-label {
486
+ line-height: 28px;
487
+ }
488
+ }
489
+
490
+ .sula-form {
491
+ .ant-form-item {
492
+ margin-bottom: 20px !important;
493
+ }
494
+
495
+ .service {
496
+ border-radius: 4px;
497
+
498
+ .ant-col.ant-col-23 {
499
+ font-weight: 500;
500
+
501
+ .ant-row.ant-form-item {
502
+ width: 2000px;
503
+ height: 38px;
504
+ padding-bottom: 10px;
505
+ padding-left: 10px;
506
+ font-size: 14px;
507
+ // position: relative;
508
+ // left: -8px;
509
+ line-height: 38px;
510
+ }
511
+
512
+ .ant-form-item-control-input-content label {
513
+ font-weight: 500;
514
+ font-size: 14px !important;
515
+ }
516
+ }
517
+
518
+ .ant-card-body {
519
+ padding: 0 !important;
520
+ }
521
+
522
+ .ant-card-head {
523
+ background: rgb(255, 247, 224) !important;
524
+ }
525
+ }
526
+
527
+ .mutiple-input {
528
+ display: flex;
529
+ flex-wrap: wrap;
530
+ }
531
+
532
+ .service-huizhi {
533
+ .ant-row.ant-form-item {
534
+ margin-bottom: 8px !important;
535
+ }
536
+
537
+ .ant-card-head {
538
+ background: rgb(255, 247, 224) !important;
539
+ }
540
+ }
541
+ }
542
+
543
+ // .sula-form,
544
+ .sula-table,
545
+ .sula-table-no-add,
546
+ .sula-table-no-select,
547
+ .sula-table-row-selects,
548
+ .sula-table-row-selects-noaction {
549
+ .ant-form-horizontal {
550
+ .ant-form-item {
551
+ margin-bottom: 8px;
552
+ }
553
+
554
+ .ant-col.ant-col-3 {
555
+ position: relative;
556
+ left: -40px;
557
+ }
558
+ }
559
+
560
+ // 处理querytable的查询条件css样式
561
+ .ant-form-item {
562
+ min-height: 28px;
563
+
564
+ margin-bottom: 8px;
565
+ font-size: 12px;
566
+
567
+ .ant-form-item-control {
568
+ // width: 170px;
569
+ // width: 210px;
570
+ }
571
+
572
+ .ant-form-item-control-input {
573
+ // width: 170px;
574
+ // width: 210px;
575
+ // height: 28px;
576
+ min-height: 28px;
577
+ font-size: 12px;
578
+ }
579
+
580
+ // 日期选择框该高度限制
581
+ .ant-picker {
582
+ height: 28px;
583
+ }
584
+ }
585
+ }
586
+
587
+ /** sula 样式处理 开始 **/
588
+ // table
589
+ .ant-pro-page-container-children-content {
590
+ .sula-table {
591
+ .ant-form-horizontal {
592
+ .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider {
593
+ margin-bottom: 10px;
594
+ padding: 12px 8px 2px;
595
+
596
+ > .ant-row {
597
+ position: relative;
598
+
599
+ > div.ant-col.ant-col-8 {
600
+ padding: 4px 0;
601
+ }
602
+
603
+ > .ant-col:last-child {
604
+ > .ant-row.ant-form-item {
605
+ justify-content: flex-start !important;
606
+ min-width: 300px !important;
607
+ margin-bottom: 8px;
608
+ }
609
+ }
610
+ }
611
+
612
+ .ant-form-item {
613
+ flex-direction: row;
614
+ }
615
+
616
+ .ant-form-item-label,
617
+ .ant-col-24.ant-form-item-label,
618
+ .ant-col-xl-24.ant-form-item-label {
619
+ max-width: 110px;
620
+ line-height: 28px;
621
+ }
622
+
623
+ .ant-col-23 .ant-form-item .ant-form-item-control-input {
624
+ width: calc(100vw - 300px);
625
+ }
626
+
627
+ .ant-col-offset-8 {
628
+ margin-left: 0;
629
+ }
630
+
631
+ .ant-col:last-child {
632
+ // .ant-form-item {
633
+ // position: absolute;
634
+ // right: 180px;
635
+ // bottom: 10px;
636
+ // }
637
+ }
638
+ }
639
+ }
640
+
641
+ .ant-table-wrapper {
642
+ padding: 0 8px;
643
+
644
+ .sula-table-action-wrapper {
645
+ // background-color: #fff7f0;
646
+ // border: 1px solid #ffd1b3;
647
+ position: relative;
648
+ display: block;
649
+ }
650
+ }
651
+ }
652
+
653
+ .sula-table-no-add {
654
+ .ant-form-horizontal {
655
+ .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider {
656
+ margin-bottom: 10px;
657
+ padding: 12px 8px 2px;
658
+
659
+ > .ant-row {
660
+ position: relative;
661
+
662
+ > div.ant-col.ant-col-8 {
663
+ padding: 4px 0;
664
+ }
665
+
666
+ > .ant-col:last-child {
667
+ > .ant-row.ant-form-item {
668
+ justify-content: flex-start !important;
669
+ min-width: 300px !important;
670
+ margin-bottom: 8px;
671
+ }
672
+ }
673
+ }
674
+
675
+ .ant-form-item {
676
+ flex-direction: row;
677
+ }
678
+
679
+ .ant-form-item-label,
680
+ .ant-col-24.ant-form-item-label,
681
+ .ant-col-xl-24.ant-form-item-label {
682
+ max-width: 110px;
683
+ line-height: 28px;
684
+ }
685
+
686
+ .ant-col-23 .ant-form-item .ant-form-item-control-input {
687
+ width: calc(100vw - 300px);
688
+ }
689
+
690
+ .ant-col-offset-8 {
691
+ margin-left: 0;
692
+ }
693
+
694
+ .ant-col:last-child {
695
+ // .ant-form-item {
696
+ // position: absolute;
697
+ // right: 180px;
698
+ // bottom: 10px;
699
+ // }
700
+ }
701
+ }
702
+ }
703
+
704
+ .ant-table-wrapper {
705
+ padding: 0 8px;
706
+
707
+ .sula-table-action-wrapper {
708
+ // background-color: #fff7f0;
709
+ // border: 1px solid #ffd1b3;
710
+ position: relative;
711
+ display: block;
712
+ }
713
+
714
+ .sula-table-action-left {
715
+ display: none;
716
+ }
717
+
718
+ .sula-table-action-right {
719
+ padding: 0;
720
+ overflow: auto;
721
+
722
+ .ant-space-align-center {
723
+ display: block;
724
+ width: 100%;
725
+ margin-top: 0;
726
+ padding: 4px 34px;
727
+ line-height: 36px;
728
+ }
729
+
730
+ div.ant-space-item {
731
+ float: right;
732
+ margin-right: 8px;
733
+
734
+ &:nth-child(1) {
735
+ float: left;
736
+ }
737
+ }
738
+
739
+ .sula-table-row-selects-noaction {
740
+ line-height: 20px;
741
+
742
+ > span {
743
+ margin-right: 50px;
744
+ }
745
+ }
746
+
747
+ .sula-table-row-selects {
748
+ height: 20px;
749
+ line-height: 36px;
750
+
751
+ > span {
752
+ margin-right: 50px;
753
+ }
754
+ }
755
+ }
756
+ }
757
+ }
758
+
759
+ .sula-table-no-select {
760
+ .ant-form-horizontal {
761
+ .sula-template-query-table-fields-wrapper.sula-template-query-table-fields-divider,
762
+ .sula-template-query-table-fields-wrapper {
763
+ margin-bottom: 10px;
764
+ padding: 12px 8px 2px;
765
+
766
+ > .ant-row {
767
+ position: relative;
768
+
769
+ > div.ant-col.ant-col-8 {
770
+ padding: 4px 0;
771
+ }
772
+
773
+ > .ant-col:last-child {
774
+ > .ant-row.ant-form-item {
775
+ justify-content: flex-start !important;
776
+ min-width: 300px !important;
777
+ margin-bottom: 8px;
778
+ }
779
+ }
780
+ }
781
+
782
+ .ant-form-item {
783
+ flex-direction: row;
784
+ }
785
+
786
+ .ant-form-item-label,
787
+ .ant-col-24.ant-form-item-label,
788
+ .ant-col-xl-24.ant-form-item-label {
789
+ max-width: 110px;
790
+ line-height: 28px;
791
+ }
792
+
793
+ .ant-col-23 .ant-form-item .ant-form-item-control-input {
794
+ width: calc(100vw - 300px);
795
+ }
796
+
797
+ .ant-col-offset-8 {
798
+ margin-left: 0;
799
+ }
800
+
801
+ .ant-col:last-child {
802
+ // .ant-form-item {
803
+ // position: absolute;
804
+ // right: 180px;
805
+ // bottom: 10px;
806
+ // }
807
+ }
808
+ }
809
+ }
810
+
811
+ .ant-table.ant-table-middle .ant-table-title {
812
+ padding: 0 8px 12px;
813
+ }
814
+
815
+ .ant-table-wrapper {
816
+ .sula-table-action-wrapper {
817
+ // background-color: #fff7f0;
818
+ // border: 1px solid #ffd1b3;
819
+ position: relative;
820
+ display: block;
821
+ }
822
+
823
+ .sula-table-action-left {
824
+ padding-left: 0;
825
+ }
826
+ }
827
+ }
828
+ }
829
+
830
+ // form
831
+ .sula-form {
832
+ .sula-form-action-bottom {
833
+ display: flex;
834
+ justify-content: center;
835
+ }
836
+
837
+ .ant-form.ant-form-horizontal {
838
+ .ant-card {
839
+ border: 0;
840
+ }
841
+
842
+ .ant-card-head {
843
+ min-height: 36px;
844
+ padding: 6px 16px;
845
+ font-weight: 500;
846
+ border: 0;
847
+
848
+ .ant-card-head-wrapper {
849
+ .ant-card-head-title {
850
+ padding: 0;
851
+ font-weight: 700;
852
+ font-size: 12px;
853
+ line-height: 20px;
854
+ }
855
+ }
856
+ }
857
+
858
+ .ant-card-body {
859
+ display: flex;
860
+ flex-wrap: wrap;
861
+ border-radius: 4px;
862
+
863
+ .ant-form-item-label,
864
+ .ant-col-24.ant-form-item-label,
865
+ .ant-col-xl-24.ant-form-item-label {
866
+ max-width: 110px;
867
+ line-height: 28px;
868
+ }
869
+
870
+ .ant-form-item-control {
871
+ // width: 170px;
872
+ // width: 210px;
873
+ }
874
+
875
+ .ant-col.ant-col-3 {
876
+ .ant-row.ant-form-item {
877
+ .ant-col-8,
878
+ .ant-col-12 {
879
+ position: relative;
880
+ left: -45%;
881
+ }
882
+ }
883
+ }
884
+ }
885
+ }
886
+ }
887
+
888
+ /** sula 样式处理 结束 **/
889
+
890
+ // 多页签
891
+ .ant-pro-basicLayout-content {
892
+ margin: 0;
893
+
894
+ .ant-tabs-card.ant-tabs-top
895
+ > .ant-tabs-nav
896
+ .ant-tabs-tab:not(:last-of-type),
897
+ .ant-tabs-card.ant-tabs-bottom
898
+ > .ant-tabs-nav
899
+ .ant-tabs-tab:not(:last-of-type),
900
+ .ant-tabs-card.ant-tabs-top
901
+ > div
902
+ > .ant-tabs-nav
903
+ .ant-tabs-tab:not(:last-of-type),
904
+ .ant-tabs-card.ant-tabs-bottom
905
+ > div
906
+ > .ant-tabs-nav
907
+ .ant-tabs-tab:not(:last-of-type) {
908
+ margin-right: 8px;
909
+ padding: 2px 8px;
910
+ border-radius: 2px;
911
+ }
912
+ }
913
+ }
914
+ }
915
+
916
+ .si-tree {
917
+ font-size: 14px;
918
+
919
+ &-node {
920
+ &-block {
921
+ display: flex;
922
+ align-items: center;
923
+ padding: 2px 4px;
924
+ cursor: pointer;
925
+ user-select: none;
926
+ }
927
+
928
+ &-switcher {
929
+ margin-right: 2px;
930
+ }
931
+
932
+ &-icon {
933
+ display: flex;
934
+ margin-right: 4px;
935
+ }
936
+ }
937
+ }
938
+
939
+ .tree-compact {
940
+ margin-left: 4px;
941
+ color: #49aa19;
942
+ font-size: 13px;
943
+ font-style: italic;
944
+ }
945
+
946
+ ul,
947
+ ol {
948
+ list-style: none;
949
+ }
950
+
951
+ // @media (max-width: @screen-xs) {
952
+ // .ant-table {
953
+ // width: 100%;
954
+ // overflow-x: auto;
955
+
956
+ // &-thead > tr,
957
+ // &-tbody > tr {
958
+ // > th,
959
+ // > td {
960
+ // white-space: pre;
961
+
962
+ // > span {
963
+ // display: block;
964
+ // }
965
+ // }
966
+ // }
967
+ // }
968
+ // }
969
+
970
+ // // 兼容IE11
971
+ // @media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
972
+ // body .ant-design-pro > .ant-layout {
973
+ // min-height: 100vh;
974
+ // }
975
+ // }
976
+
977
+ //自定义 全部功能 start
978
+
979
+ .allFuncOnMouserover {
980
+ a {
981
+ color: #000;
982
+ width: 100%;
983
+ }
984
+ }
985
+
986
+ .allFuncOnMouserover:hover {
987
+ background-color: #e4e7ed;
988
+ }
989
+ .allFuncOnMouserover:hover a {
990
+ color: @primary-color;
991
+ display: flex;
992
+ align-items: center;
993
+ justify-content: inherit;
994
+ }
995
+ .allFuncOnMouserover:hover .allFuncOnMouseroverImg {
996
+ display: block;
997
+ margin-right: 10px;
998
+ }
999
+ .allFuncOnMouseroverImg {
1000
+ display: none;
1001
+ width: 14px;
1002
+ height: 14px;
1003
+ }
1004
+
1005
+ .ant-drawer-body .allFunsList {
1006
+ margin-bottom: 10px;
1007
+ border: none;
1008
+ }
1009
+
1010
+ .ant-drawer-body {
1011
+ .ant-list-split .ant-list-item {
1012
+ border-bottom: none !important;
1013
+ }
1014
+ }
1015
+ //自定义 全部功能 end
1016
+
1017
+ .regDiv {
1018
+ width: 100%;
1019
+ margin-top: 100px;
1020
+ text-align: center;
1021
+ }
1022
+
1023
+ .copyRight {
1024
+ position: relative;
1025
+ top: 50px;
1026
+ width: 100%;
1027
+ text-align: center;
1028
+ }
1029
+
1030
+ .sula-form-action-bottom {
1031
+ justify-content: center;
1032
+ }
1033
+
1034
+ // 统一UI修改
1035
+ :global {
1036
+ .ant-pro-page-container .ant-pro-page-container-children-content {
1037
+ padding: 0 !important;
1038
+ }
1039
+
1040
+ .one_menu_wrap {
1041
+ display: flex;
1042
+ justify-content: space-between;
1043
+ span {
1044
+ position: relative;
1045
+ z-index: 6;
1046
+ }
1047
+ }
1048
+
1049
+ .banquan {
1050
+ height: 52px;
1051
+ opacity: 0.6;
1052
+ font-size: 12px;
1053
+ font-family: Montserrat, Montserrat-Regular;
1054
+ font-weight: 400;
1055
+ text-align: center;
1056
+ line-height: 52px;
1057
+ color: #ffffff;
1058
+ }
1059
+
1060
+ .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal)
1061
+ .ant-menu-item-selected {
1062
+ background: linear-gradient(
1063
+ to left,
1064
+ #000c17 0%,
1065
+ #000c17 30%,
1066
+ rgb(0, 54, 144)
1067
+ );
1068
+ }
1069
+ .ant-pro-sider .ant-menu {
1070
+ background: #141620 !important;
1071
+ color: #b1bad4;
1072
+ }
1073
+ .ant-menu-dark .ant-menu-item,
1074
+ .ant-menu-dark .ant-menu-item-group-title,
1075
+ .ant-menu-dark .ant-menu-item > a,
1076
+ .ant-menu-dark .ant-menu-item > span > a {
1077
+ color: #b1bad4 !important;
1078
+ }
1079
+
1080
+ .globalSearchWarp {
1081
+ position: relative;
1082
+ display: flex;
1083
+ align-items: center;
1084
+ height: 48px;
1085
+ background: #141620;
1086
+
1087
+ .ant-input {
1088
+ background: #141620;
1089
+ color: #fff;
1090
+ }
1091
+
1092
+ .ant-input-clear-icon {
1093
+ color: #eee;
1094
+ }
1095
+
1096
+ .globalIcon {
1097
+ position: absolute;
1098
+ left: 20px;
1099
+ z-index: 3;
1100
+ color: #798094;
1101
+ }
1102
+
1103
+ .globalSearch {
1104
+ height: 32px;
1105
+ margin: 0 10px;
1106
+ padding-left: 32px;
1107
+ color: #798094;
1108
+ font-size: 12px;
1109
+ background: #141620;
1110
+ border: 1px solid #3d4047;
1111
+ border-radius: 4px;
1112
+
1113
+ // 搜索功能完善 menu start
1114
+ .ant-input-affix-wrapper,
1115
+ .ant-input-group-addon {
1116
+ background: #141620 !important;
1117
+ border: none;
1118
+ }
1119
+ .ant-input-group-addon {
1120
+ border-left: 1px solid #3d4047;
1121
+ }
1122
+ // 搜索功能完善 menu end
1123
+ }
1124
+ }
1125
+ .globalTabs {
1126
+ position: relative;
1127
+ .globalTabsOper {
1128
+ position: absolute;
1129
+ top: 0;
1130
+ right: 0;
1131
+ z-index: 10;
1132
+ display: flex;
1133
+ align-items: center;
1134
+ justify-content: center;
1135
+ width: 28px;
1136
+ height: 28px;
1137
+ background: #f3f3f3;
1138
+ }
1139
+ .globalTabsOper:hover {
1140
+ cursor: pointer;
1141
+ }
1142
+ }
1143
+
1144
+ body
1145
+ .ant-pro-basicLayout-content
1146
+ .ant-tabs-card.ant-tabs-bottom
1147
+ > .ant-tabs-nav
1148
+ .ant-tabs-tab:not(:last-of-type),
1149
+ body
1150
+ .ant-pro-basicLayout-content
1151
+ .ant-tabs-card.ant-tabs-bottom
1152
+ > div
1153
+ > .ant-tabs-nav
1154
+ .ant-tabs-tab:not(:last-of-type),
1155
+ body
1156
+ .ant-pro-basicLayout-content
1157
+ .ant-tabs-card.ant-tabs-top
1158
+ > .ant-tabs-nav
1159
+ .ant-tabs-tab:not(:last-of-type),
1160
+ body
1161
+ .ant-pro-basicLayout-content
1162
+ .ant-tabs-card.ant-tabs-top
1163
+ > div
1164
+ > .ant-tabs-nav
1165
+ .ant-tabs-tab:not(:last-of-type) {
1166
+ margin-right: 0px !important;
1167
+ }
1168
+
1169
+ .ant-layout-sider-children {
1170
+ .ant-pro-sider-extra {
1171
+ margin-bottom: 0;
1172
+ padding: 0;
1173
+ }
1174
+ }
1175
+ }
1176
+
1177
+ .ant-tabs-tab + .ant-tabs-tab {
1178
+ margin: 0;
1179
+ }
1180
+ .ant-tabs-tab {
1181
+ margin: 0 10px 0 0 !important;
1182
+ }
1183
+
1184
+ // 滚动条
1185
+ /* 滚动槽(轨道)宽高 */
1186
+
1187
+ /* 滚动槽(轨道)样式 */
1188
+ ::-webkit-scrollbar-track {
1189
+ background-color: #f7f8fb;
1190
+ border-radius: 8px;
1191
+ }
1192
+
1193
+ /*定义滑块颜色、内阴影及圆角*/
1194
+ ::-webkit-scrollbar-thumb {
1195
+ background-color: #7d7d7d;
1196
+ border-radius: 7px;
1197
+ }
1198
+ /*定义两端按钮的样式*/
1199
+ ::-webkit-scrollbar-button {
1200
+ display: none;
1201
+ }
1202
+ ::-webkit-scrollbar-thumb:window-inactive {
1203
+ background: #fff;
1204
+ }
1205
+
1206
+ .ant-layout-header {
1207
+ height: 50px !important;
1208
+ line-height: 0 !important;
1209
+ }
1210
+
1211
+ .ant-pro-global-header {
1212
+ padding: 0 !important;
1213
+ background: #f3f3f3 !important;
1214
+ }
1215
+
1216
+ // 普通的table
1217
+ body .ant-table .ant-table-container .ant-table-thead > tr > th {
1218
+ height: 40px;
1219
+ background: #f7f8fb;
1220
+ }
1221
+ .globalLine {
1222
+ display: inline-block;
1223
+ width: 4px;
1224
+ height: 20px;
1225
+ margin-right: 16px;
1226
+ vertical-align: sub;
1227
+ background: @primary-color;
1228
+ }
1229
+
1230
+ .cloumnsIconA {
1231
+ display: flex;
1232
+ align-items: center;
1233
+ span {
1234
+ margin-left: 4px;
1235
+ }
1236
+ }
1237
+
1238
+ :global {
1239
+ .home_warp_component {
1240
+ .ant-pro-page-container-children-content {
1241
+ .ant-pro-page-container-warp {
1242
+ display: none;
1243
+ }
1244
+ }
1245
+ }
1246
+ }
1247
+
1248
+ // 详情组件样式处理 start
1249
+ .detail_warp_component {
1250
+ position: relative;
1251
+ background-color: #fff;
1252
+ .has-breadcrumb {
1253
+ display: block !important;
1254
+ }
1255
+ .detail_warp_component_top {
1256
+ position: absolute;
1257
+ top: 15px;
1258
+ left: 20px;
1259
+ z-index: 2;
1260
+ display: flex;
1261
+ align-items: center;
1262
+ margin-right: 8px;
1263
+
1264
+ .detail_warp_component_top_btn {
1265
+ width: 72px;
1266
+ height: 28px;
1267
+ border: 1px solid #bababa;
1268
+ font-family: PingFangSC-Regular;
1269
+ font-weight: 400;
1270
+ font-size: 14px;
1271
+ color: #bababa;
1272
+ display: flex;
1273
+ align-items: center;
1274
+ justify-content: center;
1275
+ margin-right: 10px;
1276
+ span {
1277
+ margin-left: 3px;
1278
+ }
1279
+ }
1280
+
1281
+ .detail_warp_component_top_start {
1282
+ font-size: 20px;
1283
+ }
1284
+ .detail_warp_component_top_start:hover {
1285
+ cursor: pointer;
1286
+ }
1287
+ }
1288
+
1289
+ .detail_warp_component_top_btn:hover {
1290
+ cursor: pointer;
1291
+ }
1292
+ .detail_warp_component_top_r_expand:hover {
1293
+ cursor: pointer;
1294
+ }
1295
+ .ant-page-header-heading-left {
1296
+ padding-left: 105px !important;
1297
+ .ant-page-header-heading-title {
1298
+ display: none;
1299
+ font-family: PingFangSC-Medium;
1300
+ font-weight: 500;
1301
+ font-size: 18px;
1302
+ color: #000000;
1303
+ letter-spacing: 0;
1304
+ line-height: 26px;
1305
+ }
1306
+ }
1307
+ }
1308
+
1309
+ // 详情组件样式处理 end
1310
+
1311
+ // 列表组件样式处理 start
1312
+ .home_warp_component {
1313
+ position: relative;
1314
+ background-color: #fff;
1315
+ .has-breadcrumb {
1316
+ display: block !important;
1317
+ }
1318
+ .home_warp_component_top {
1319
+ position: absolute;
1320
+ top: 15px;
1321
+ left: 20px;
1322
+ z-index: 2;
1323
+ display: flex;
1324
+ align-items: center;
1325
+ margin-right: 8px;
1326
+
1327
+ .home_warp_component_top_btn {
1328
+ width: 72px;
1329
+ height: 28px;
1330
+ border: 1px solid #bababa;
1331
+ font-family: PingFangSC-Regular;
1332
+ font-weight: 400;
1333
+ font-size: 14px;
1334
+ color: #bababa;
1335
+ display: flex;
1336
+ align-items: center;
1337
+ justify-content: center;
1338
+ margin-right: 10px;
1339
+ span {
1340
+ margin-left: 3px;
1341
+ }
1342
+ }
1343
+
1344
+ .home_warp_component_top_start {
1345
+ font-size: 20px;
1346
+ }
1347
+ .home_warp_component_top_start:hover {
1348
+ cursor: pointer;
1349
+ }
1350
+ }
1351
+
1352
+ .home_warp_component_top_btn:hover {
1353
+ cursor: pointer;
1354
+ }
1355
+ .ant-page-header-heading-left {
1356
+ .ant-page-header-heading-title {
1357
+ font-family: PingFangSC-Medium;
1358
+ font-weight: 500;
1359
+ font-size: 18px;
1360
+ color: #000000;
1361
+ letter-spacing: 0;
1362
+ line-height: 40px;
1363
+ }
1364
+ }
1365
+ }
1366
+ // 列表组件样式处理 end
1367
+
1368
+ // 搜索拓展 start
1369
+ .ant-drawer-header-title {
1370
+ flex-direction: row-reverse;
1371
+ }
1372
+
1373
+ // table 的斑马线
1374
+ .table_base {
1375
+ background: #fff;
1376
+ }
1377
+ .table_odd {
1378
+ background: #f7f8fb;
1379
+ }
1380
+ // 浮起的列 设置斑马
1381
+ .ant-table-cell-fix-left,
1382
+ .ant-table-cell-fix-right {
1383
+ background-color: #fff;
1384
+ }
1385
+
1386
+ // 控制 table 的全选 select 位置
1387
+ .ant-table-title
1388
+ + .ant-table-container
1389
+ table
1390
+ > thead
1391
+ > tr:first-child
1392
+ th:first-child {
1393
+ .ant-table-selection {
1394
+ .ant-checkbox-wrapper {
1395
+ justify-content: center;
1396
+ }
1397
+ }
1398
+ }
1399
+
1400
+ // 全屏兼容
1401
+ .ant-table-container {
1402
+ background: #fff;
1403
+ overflow-y: auto;
1404
+ }
1405
+
1406
+ // 处理编辑小手
1407
+ .cur:hover {
1408
+ cursor: pointer;
1409
+ }
1410
+
1411
+ //user_columns_warp
1412
+ .user_columns_warp {
1413
+ padding-right: 10px;
1414
+ height: 36px;
1415
+ background: #e6f3ff;
1416
+ display: inline-flex;
1417
+ margin: 5px 0px !important;
1418
+ overflow: hidden;
1419
+ max-width: 200px;
1420
+ align-items: center;
1421
+ border-radius: 25px;
1422
+ img {
1423
+ width: 24.6px;
1424
+ height: 24.64px;
1425
+ margin-left: 3px;
1426
+ }
1427
+ span {
1428
+ margin-left: 8px;
1429
+ }
1430
+ }
1431
+
1432
+ .clomnsImg {
1433
+ :global {
1434
+ .ant-image {
1435
+ margin: 8px;
1436
+ }
1437
+ .ant-image-mask-info {
1438
+ font-size: 12px !important;
1439
+ padding: 0;
1440
+ padding-left: 2px;
1441
+ }
1442
+ }
1443
+ }
1444
+ .clomnsImg2 {
1445
+ margin: 8px;
1446
+ img {
1447
+ width: 28px;
1448
+ height: 28px;
1449
+ }
1450
+ }
1451
+
1452
+
1453
+ .ant-table-wrapper {
1454
+ padding: 0 8px;
1455
+ background: #fff;
1456
+ }
1457
+
1458
+ //菜单特性
1459
+ :global {
1460
+ .ant-pro-sider-links ul.ant-menu-root {
1461
+ li:nth-child(1) {
1462
+ display: flex;
1463
+ flex-direction: column;
1464
+ margin-bottom: 30px;
1465
+ margin-top: 0px;
1466
+ padding: 18px 5px 0 !important;
1467
+ .ant-menu-title-content {
1468
+ width: 100% !important;
1469
+ }
1470
+ height: 90px !important;
1471
+ border-top: 1px solid #3d4047 !important;
1472
+ }
1473
+ }
1474
+ .ant-pro-sider-collapsed-button {
1475
+ display: none !important;
1476
+ }
1477
+
1478
+ .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1479
+ box-shadow: none !important;
1480
+ background-color: #141620;
1481
+ }
1482
+ body .ant-pro-sider-logo {
1483
+ background-color: #f3f3f3;
1484
+ }
1485
+
1486
+ .collapse_icon {
1487
+ font-size: 16px;
1488
+ color: #fff;
1489
+ margin: 0 10px;
1490
+ cursor: pointer;
1491
+ }
1492
+
1493
+ .collapse_icon_close {
1494
+ display: flex;
1495
+ justify-content: center;
1496
+ }
1497
+
1498
+ .ant-menu-submenu-title,
1499
+ .ant-menu-item {
1500
+ border: 0px !important;
1501
+ border-color: #005cff !important;
1502
+ }
1503
+
1504
+ .ant-menu-submenu-title:hover,
1505
+ .ant-menu-item:hover {
1506
+ background: linear-gradient(
1507
+ to left,
1508
+ #000c17 0%,
1509
+ #000c17 30%,
1510
+ rgb(0, 54, 144)
1511
+ );
1512
+ border-left: 2px solid #005cff !important;
1513
+ box-sizing: border-box;
1514
+ }
1515
+
1516
+ .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1517
+ z-index: 10 !important;
1518
+ }
1519
+ .ant-pro-sider-link:hover {
1520
+ border: 0px !important;
1521
+ background: #141620 !important;
1522
+ }
1523
+
1524
+ .ant-table-column-sorters {
1525
+ .ant-table-column-title {
1526
+ flex-shrink: 1;
1527
+ flex: initial !important;
1528
+ }
1529
+ .ant-table-column-sorter {
1530
+ flex-grow: 1;
1531
+ display: flex;
1532
+ align-items: center;
1533
+ margin-left: 5px;
1534
+ }
1535
+ }
1536
+
1537
+ .ant-table-wrapper {
1538
+ .sula-table-action-right {
1539
+ width: 100%;
1540
+ .ant-space {
1541
+ width: 100%;
1542
+ display: inline-block !important;
1543
+ .ant-space-item {
1544
+ display: inline-block;
1545
+ margin-left: 8px;
1546
+ }
1547
+ .ant-space-item:nth-last-child(-n + 3) {
1548
+ float: right;
1549
+ }
1550
+ }
1551
+ }
1552
+ }
1553
+
1554
+ .global_tab_nav_style {
1555
+ top: 2px !important;
1556
+ }
1557
+
1558
+ .row-dragging {
1559
+ background: #fafafa;
1560
+ border: 1px solid #ccc;
1561
+ z-index: 10000;
1562
+ }
1563
+
1564
+ .row-dragging td {
1565
+ padding: 7px 16px;
1566
+ display: none;
1567
+
1568
+ }
1569
+ .row-dragging td:first-child {
1570
+ display: inline-block;
1571
+ }
1572
+
1573
+ .row-dragging .drag-visible {
1574
+ visibility: visible;
1575
+ }
1576
+
1577
+ .ant-pro-sider-menu > .ant-menu-item-group > .ant-menu-item-group-list {
1578
+ display: none;
1579
+ }
1580
+
1581
+ .ant-pro-sider-menu > .ant-menu-item-group > .ant-menu-item-group-title {
1582
+ padding: 0 0 0 16px !important;
1583
+ }
1584
+
1585
+ .ant-pro-sider-menu
1586
+ > .ant-menu-item-group
1587
+ > .ant-menu-item-group-title:hover {
1588
+ background: linear-gradient(
1589
+ to left,
1590
+ #000c17 0%,
1591
+ #000c17 30%,
1592
+ rgb(0, 54, 144)
1593
+ );
1594
+ border-left: 2px solid #005cff !important;
1595
+ box-sizing: border-box;
1596
+ cursor: pointer;
1597
+ color: white;
1598
+ }
1599
+
1600
+ .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
1601
+ z-index: 25 !important;
1602
+ }
1603
+
1604
+ .ant-modal-mask {
1605
+ z-index: 40 !important;
1606
+ }
1607
+
1608
+ .ant-modal-wrap {
1609
+ z-index: 40 !important;
1610
+ }
1611
+
1612
+ .global_tab_nav_style {
1613
+ top: 2px !important;
1614
+ width: 100% !important;
1615
+ }
1616
+ .ant-tabs-nav-operations {
1617
+ display: none !important;
1618
+ }
1619
+
1620
+ .globalTabs
1621
+ > .ant-tabs
1622
+ > .ant-tabs-nav
1623
+ > .ant-tabs-nav-wrap
1624
+ > .ant-tabs-nav-list
1625
+ > div {
1626
+ margin-right: 0px !important;
1627
+ .ant-tabs-tab {
1628
+ padding: 3px 6px;
1629
+ margin: 0px !important;
1630
+ height: 100%;
1631
+ }
1632
+ .ant-tabs-tab-remove {
1633
+ padding-right: 0px;
1634
+ }
1635
+ .ant-tabs-tab-active {
1636
+ border-bottom-color: #f0f0f0;
1637
+ }
1638
+ }
1639
+
1640
+ .tab_title_content {
1641
+ display: flex;
1642
+ align-items: center;
1643
+ .ant-dropdown-trigger {
1644
+ margin-left: 8px;
1645
+ display: inline-block;
1646
+ }
1647
+ }
1648
+
1649
+ .tab_title_content:hover {
1650
+ color: #005cff;
1651
+ .ant-dropdown-trigger {
1652
+ display: inline-block;
1653
+ }
1654
+ }
1655
+ }
1656
+
1657
+ // 列自定义
1658
+ .sort_table_wrapper {
1659
+ .sort_table {
1660
+ display: flex;
1661
+
1662
+ .sort_table_column_wrapper {
1663
+ width: 560px;
1664
+ margin-right: 10px;
1665
+ }
1666
+
1667
+ .sort_table_content_wrapper {
1668
+ width: 210px;
1669
+ }
1670
+
1671
+ .sort_table_column_count,
1672
+ .sort_table_content_count {
1673
+ height: 20px;
1674
+ font-family: PingFangSC-Regular;
1675
+ font-weight: 400;
1676
+ font-size: 14px;
1677
+ color: #000000;
1678
+ letter-spacing: 0;
1679
+
1680
+ span {
1681
+ color: #848484;
1682
+ }
1683
+ }
1684
+
1685
+ .sort_table_column {
1686
+ margin-top: 10px;
1687
+ width: 560px;
1688
+ height: 430px;
1689
+ overflow: auto;
1690
+ padding: 10px;
1691
+ background: #ffffff;
1692
+ border: 1px solid #d9d9d9;
1693
+ border-radius: 5px;
1694
+
1695
+ &_all {
1696
+ display: flex;
1697
+ flex-wrap: wrap;
1698
+ justify-content: space-between;
1699
+
1700
+ &_empty {
1701
+ width: 538px;
1702
+ line-height: 360px;
1703
+ text-align: center;
1704
+ font-family: PingFangSC-Regular;
1705
+ font-weight: 400;
1706
+ font-size: 14px;
1707
+ color: #848484;
1708
+ }
1709
+ }
1710
+
1711
+ &_special {
1712
+ margin-top: 40px;
1713
+ width: 100px;
1714
+ height: 20px;
1715
+ font-family: PingFangSC-Regular;
1716
+ font-weight: 400;
1717
+ font-size: 14px;
1718
+ color: #848484;
1719
+ letter-spacing: 0;
1720
+ }
1721
+
1722
+ :global {
1723
+ .ant-checkbox-wrapper {
1724
+ width: 144px;
1725
+ margin-top: 16px;
1726
+ }
1727
+
1728
+ .ant-checkbox-wrapper + .ant-checkbox-wrapper {
1729
+ margin-left: 0px;
1730
+ }
1731
+ }
1732
+ }
1733
+
1734
+ .sort_table_content {
1735
+ margin-top: 10px;
1736
+ padding-top: 10px;
1737
+ padding-bottom: 10px;
1738
+ border: 1px solid #d9d9d9;
1739
+ border-radius: 5px;
1740
+
1741
+ :global {
1742
+ .ant-table-wrapper {
1743
+ padding: 0px !important;
1744
+ }
1745
+ }
1746
+ .sort_table_title {
1747
+ height: 32px;
1748
+ line-height: 32px;
1749
+ padding-left: 10px;
1750
+ color: gray;
1751
+ }
1752
+ }
1753
+ }
1754
+ :global {
1755
+ div.ant-modal-header {
1756
+ width: 820px;
1757
+ height: 64px;
1758
+ background: #ffffff;
1759
+ padding: 20px;
1760
+ border: 0px;
1761
+
1762
+ div.ant-modal-title {
1763
+ height: 24px;
1764
+ font-family: PingFangSC-Medium;
1765
+ font-weight: 500;
1766
+ font-size: 18px;
1767
+ color: #000000;
1768
+ letter-spacing: 0;
1769
+ line-height: 24px;
1770
+ }
1771
+ }
1772
+
1773
+ .ant-modal-body {
1774
+ padding: 0 20px !important;
1775
+ }
1776
+
1777
+ .ant-modal-close-x {
1778
+ height: 24px;
1779
+ font-family: PingFangSC-Medium;
1780
+ font-weight: 500;
1781
+ font-size: 18px;
1782
+ color: #000000;
1783
+ letter-spacing: 0;
1784
+ }
1785
+
1786
+ .ant-input-affix-wrapper {
1787
+ padding: 0px;
1788
+ padding-right: 10px;
1789
+ }
1790
+
1791
+ input {
1792
+ height: 32px;
1793
+ padding: 6px 4px;
1794
+ border-radius: 5px;
1795
+ }
1796
+
1797
+ .ant-input-prefix {
1798
+ width: 24px;
1799
+ height: 24px;
1800
+ margin: 4px;
1801
+ // border: 1px dashed #d9d9d9;
1802
+ display: flex;
1803
+ justify-content: center;
1804
+ }
1805
+
1806
+ .ant-modal-footer {
1807
+ height: 70px;
1808
+ border: 0;
1809
+ padding: 20px;
1810
+
1811
+ .ant-btn {
1812
+ width: 80px;
1813
+ height: 34px;
1814
+ border-radius: 5px;
1815
+
1816
+ span {
1817
+ font-family: PingFangSC-Medium;
1818
+ font-weight: 600;
1819
+ font-size: 14px;
1820
+ letter-spacing: 0;
1821
+ text-align: center;
1822
+ line-height: 20px;
1823
+ }
1824
+
1825
+ &:first-child {
1826
+ margin-right: 524px;
1827
+ }
1828
+ }
1829
+ }
1830
+
1831
+ .ant-table-wrapper::-webkit-scrollbar {
1832
+ display: none;
1833
+ }
1834
+
1835
+ .ant-table-wrapper {
1836
+ margin-top: 10px;
1837
+ height: 364px;
1838
+ overflow: scroll;
1839
+ padding-bottom: 50px;
1840
+
1841
+ tr {
1842
+ height: 36px;
1843
+ td {
1844
+ width: 24px !important;
1845
+ height: 36px !important;
1846
+ font-family: PingFangSC-Regular;
1847
+ font-weight: 400;
1848
+ font-size: 14px;
1849
+ color: #000000;
1850
+ letter-spacing: 0;
1851
+
1852
+ &:first-child {
1853
+ padding-left: 10px !important;
1854
+ padding-right: 0px !important;
1855
+ width: 115px !important;
1856
+ }
1857
+
1858
+ img {
1859
+ // border: 1px dashed #d9d9d9;
1860
+ cursor: pointer;
1861
+ }
1862
+
1863
+ &:not(:first-child) {
1864
+ padding-left: 0px !important;
1865
+ padding-right: 0px !important;
1866
+ }
1867
+
1868
+ &:last-child {
1869
+ padding-left: 0px !important;
1870
+ padding-right: 3px !important;
1871
+ width: 34px !important;
1872
+
1873
+ img {
1874
+ // border: 1px dashed #d9d9d9;
1875
+ position: relative;
1876
+ top: 1px;
1877
+ }
1878
+ }
1879
+ }
1880
+ }
1881
+ }
1882
+ }
1883
+ }
1884
+
1885
+ // 表单特性
1886
+ :global {
1887
+ .detail_btn_wrapper {
1888
+ display: flex;
1889
+ gap: 8px;
1890
+ }
1891
+ .table-bssula-summary {
1892
+ left: 10px;
1893
+ &>span {
1894
+ width: inherit !important;
1895
+ // min-width: 150px;
1896
+ }
1897
+ }
1898
+ .queryFormContainer {
1899
+ &>div {
1900
+ height: 100%;
1901
+ }
1902
+ }
1903
+ }
1904
+
1905
+ .luckysheet-input-box {
1906
+ z-index: 50 !important;
1907
1907
  }