@bit-sun/business-component 1.2.3 → 1.2.4-alpha.1

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