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