@bit-sun/business-component 3.1.7 → 3.1.8

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