@bit-sun/business-component 2.2.9 → 2.2.11

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