@indfnd/common 0.0.87 → 0.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/css/view-design/fonts/ionicons.svg +870 -0
  3. package/css/view-design/fonts/ionicons.ttf +0 -0
  4. package/css/view-design/fonts/ionicons.woff +0 -0
  5. package/css/view-design/fonts/ionicons.woff2 +0 -0
  6. package/css/view-design/iview.css +17232 -0
  7. package/dist/ind-common.es.js +172 -94
  8. package/dist/ind-common.umd.cjs +32 -42
  9. package/dist/styles/imgs/error-page/error-401.svg +1 -0
  10. package/dist/styles/imgs/error-page/error-404.svg +1 -0
  11. package/dist/styles/imgs/error-page/error-500.svg +1 -0
  12. package/dist/styles/imgs/logo.png +0 -0
  13. package/dist/styles/index.css +1 -1
  14. package/package.json +12 -3
  15. package/src/styles/common.less +170 -0
  16. package/src/styles/components/404.less +46 -0
  17. package/src/styles/components/button.less +34 -0
  18. package/src/styles/components/date-picker.less +31 -0
  19. package/src/styles/components/drawer.less +20 -0
  20. package/src/styles/components/dropdown.less +14 -0
  21. package/src/styles/components/excel-flow.less +72 -0
  22. package/src/styles/components/form.less +291 -0
  23. package/src/styles/components/index.less +15 -0
  24. package/src/styles/components/layout/basic-layout.less +238 -0
  25. package/src/styles/components/layout/collect.less +10 -0
  26. package/src/styles/components/layout/detail-view.less +88 -0
  27. package/src/styles/components/layout/full-screen.less +7 -0
  28. package/src/styles/components/layout/index.less +8 -0
  29. package/src/styles/components/layout/other-menu.less +142 -0
  30. package/src/styles/components/layout/page-view.less +101 -0
  31. package/src/styles/components/layout/sider-trigger.less +41 -0
  32. package/src/styles/components/layout/tags-nav.less +113 -0
  33. package/src/styles/components/login.less +47 -0
  34. package/src/styles/components/modal.less +29 -0
  35. package/src/styles/components/panel.less +31 -0
  36. package/src/styles/components/sign.less +27 -0
  37. package/src/styles/components/table.less +266 -0
  38. package/src/styles/components/tree.less +169 -0
  39. package/src/styles/components/upload.less +131 -0
  40. package/src/styles/index.less +5 -0
  41. package/src/styles/reset.less +55 -0
  42. package/src/styles/third/ag.less +117 -0
  43. package/src/styles/third/icons/sort-desc.svg +1 -0
  44. package/src/styles/third/icons/sort-up.svg +1 -0
  45. package/src/styles/third/icons/sorting.svg +1 -0
  46. package/src/styles/third/index.less +11 -0
  47. package/src/styles/third/view-design.less +321 -0
  48. package/src/styles/variables/base.less +8 -13
  49. package/src/styles/variables/index.less +3 -2
  50. package/src/styles/variables/theme/default/button.less +7 -0
  51. package/src/styles/variables/theme/default/common.less +25 -0
  52. package/src/styles/variables/theme/default/index.less +7 -0
  53. package/src/styles/variables/theme/default/layout.less +35 -0
  54. package/src/styles/variables/theme/default/table.less +33 -0
  55. package/src/styles/variables/theme/default/tag.less +3 -0
  56. package/src/styles/variables/theme/default/upload.less +3 -0
  57. package/src/styles/variables/theme/index.less +13 -0
  58. package/src/styles/variables/theme/small/button.less +7 -0
  59. package/src/styles/variables/theme/small/index.less +4 -0
  60. package/src/styles/variables/theme/small/layout.less +16 -0
  61. package/src/styles/variables/theme/small/table.less +13 -0
  62. package/src/styles/variables/theme/small/tag.less +3 -0
  63. package/dist/styles/imgs/head.png +0 -0
  64. package/dist/styles/imgs/headicon2.png +0 -0
  65. package/dist/styles/imgs/headlogo.png +0 -0
  66. package/src/styles/variables/theme1.less +0 -121
  67. package/src/styles/variables/theme2.less +0 -126
@@ -0,0 +1,31 @@
1
+ .ind-date-picker {
2
+ .ivu-date-picker {
3
+ width: -webkit-fill-available;
4
+ }
5
+
6
+ .ind-range-date-picker {
7
+ display: flex;
8
+ align-items: center;
9
+
10
+ .range-sep {
11
+ margin: 0 var(--ind-padding-base);
12
+ }
13
+ }
14
+ }
15
+
16
+ .ind-picker-drop {
17
+ .ivu-date-picker-cells-month.quarter,
18
+ .ivu-date-picker-cells-month.half-year {
19
+ span {
20
+ margin-left: 0;
21
+ margin-right: 0;
22
+ width: 50%;
23
+ text-align: center;
24
+
25
+ em {
26
+ width: auto;
27
+ padding: 0 10px;
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,20 @@
1
+ .ind-drawer {
2
+ .ivu-drawer-body {
3
+ display: flex;
4
+ flex-direction: column;
5
+ padding: 0;
6
+ background-color: var(--ind-bg-color-dark) !important;
7
+ }
8
+ .ind-drawer-content {
9
+ flex-grow: 1;
10
+ padding: 16px;
11
+ overflow: auto;
12
+ }
13
+ .ind-drawer-footer {
14
+ flex-shrink: 0;
15
+ padding: 10px 16px;
16
+ width: 100%;
17
+ background: #fff;
18
+ border-top: 1px solid var(--ind-border-color);
19
+ }
20
+ }
@@ -0,0 +1,14 @@
1
+ .ivu-select-dropdown.ivu-dropdown-transfer {
2
+ max-height: none !important;
3
+
4
+ .ind-dropdown-list {
5
+ .ivu-dropdown-menu {
6
+ max-height: 400px;
7
+ overflow-y: auto;
8
+ }
9
+
10
+ .ind-button-group {
11
+ margin: var(--ind-padding-xs) var(--ind-padding-xs) 0;
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,72 @@
1
+ .excel-flow-wrap {
2
+ width: 100%;
3
+ height: 60vh;
4
+ display: flex;
5
+ flex-direction: column;
6
+ justify-content: space-between;
7
+
8
+ // 步骤条的样式, 按理说不应该自己定义的,先写个版本出来吧
9
+ .ivu-steps .ivu-steps-head,
10
+ .ivu-steps .ivu-steps-main {
11
+ vertical-align: middle;
12
+ }
13
+ .ivu-steps .ivu-steps-title {
14
+ margin-bottom: 0;
15
+ }
16
+
17
+ .content-wrap {
18
+ height: 100%;
19
+ padding: 20px 50px;
20
+ display: flex;
21
+ flex-direction: column;
22
+ justify-content: flex-start;
23
+ overflow: auto;
24
+
25
+ .download-btn,
26
+ .import-btn {
27
+ margin-top: 20px;
28
+ border: 1px solid var(--ind-border-color);
29
+ border-radius: 4px;
30
+
31
+ display: flex;
32
+ justify-content: space-between;
33
+ .icon {
34
+ width: 120px;
35
+ flex-shrink: 0;
36
+ border-right: 1px solid var(--ind-border-color);
37
+ background-color: var(--ind-bg-color-dark);
38
+ text-align: center;
39
+ display: flex;
40
+ flex-direction: column;
41
+ justify-content: space-around;
42
+ }
43
+ .text-panel {
44
+ margin: 20px;
45
+ width: 100%;
46
+ .title {
47
+ font-size: 16px;
48
+ color: var(--ind-black);
49
+ }
50
+ .desc {
51
+ color: var(--ind-gray-5);
52
+ }
53
+ .link {
54
+ color: var(--ind-blue);
55
+ cursor: pointer;
56
+ }
57
+ }
58
+ }
59
+
60
+ .done-wrap {
61
+ text-align: center;
62
+ .success-title {
63
+ font-weight: bold;
64
+ font-size: 18px;
65
+ }
66
+ }
67
+ }
68
+ .bottom-btn-area {
69
+ display: flex;
70
+ justify-content: center;
71
+ }
72
+ }
@@ -0,0 +1,291 @@
1
+ .ivu-form {
2
+ display: flex;
3
+ flex-wrap: wrap;
4
+ .ivu-form-item {
5
+ display: inline-block;
6
+ width: 100%;
7
+ margin-bottom: var(--search-margin-bottom) !important;
8
+ .ivu-poptip,
9
+ .ivu-poptip-rel {
10
+ width: 100%;
11
+ }
12
+ }
13
+ .textAlignLeft {
14
+ text-align: left;
15
+ }
16
+ .textAlignCenter {
17
+ text-align: center;
18
+ }
19
+ .textAlignRight {
20
+ text-align: right;
21
+ margin-right: 0px;
22
+ // width: 25%;
23
+ .ivu-btn {
24
+ margin-left: var(--search-button-margin);
25
+ }
26
+ .ivu-btn-text {
27
+ color: var(--ind-primary-color);
28
+ }
29
+ }
30
+ .show-more-query {
31
+ width: 46px;
32
+ padding: 0 !important;
33
+ &:focus {
34
+ box-shadow: none !important;
35
+ }
36
+ }
37
+ }
38
+
39
+ .ivu-form .ivu-form-item .ivu-form-item-content {
40
+ overflow-wrap: anywhere;
41
+ }
42
+
43
+ // 全局样式,查询条件-2022年11月11日
44
+ .search {
45
+ // date-picker
46
+ .ivu-date-picker {
47
+ width: 100% !important;
48
+ }
49
+
50
+ // form
51
+ .ivu-form {
52
+ display: flex;
53
+ flex-wrap: wrap;
54
+ .ivu-form-item {
55
+ margin-bottom: var(--search-margin-bottom) !important;
56
+ }
57
+ .textAlignLeft {
58
+ text-align: left;
59
+ }
60
+ .textAlignCenter {
61
+ text-align: center;
62
+ }
63
+ .textAlignRight {
64
+ text-align: right;
65
+ margin-right: 0px;
66
+ .ivu-btn {
67
+ margin-left: var(--search-button-margin);
68
+ }
69
+ .ivu-btn-text {
70
+ color: var(--ind-primary-color);
71
+ }
72
+ }
73
+ }
74
+ }
75
+
76
+ .ind-detail-view {
77
+ #ind-detail-form();
78
+
79
+ .content {
80
+ .ivu-card-body:has(.ivu-form) > div {
81
+ // ivu-form 本身已经有border-left border-top边框,这里需要针对此种场景,去掉边框样式
82
+ border-top: none;
83
+ border-left: none;
84
+ }
85
+ .ivu-form {
86
+ // 补充边框样式
87
+ border-top: 1px solid var(--ind-border-color);
88
+ border-left: 1px solid var(--ind-border-color);
89
+ }
90
+ }
91
+
92
+ .ivu-poptip-rel {
93
+ display: block;
94
+ }
95
+ textarea.ivu-input {
96
+ min-height: 50px !important;
97
+ max-height: 150px !important;
98
+ overflow-y: auto !important;
99
+ }
100
+ .ivu-form .ivu-form-item-label {
101
+ font-size: 14px !important;
102
+ text-align: left;
103
+ }
104
+ .ivu-form-item-required .ivu-form-item-label:before {
105
+ position: absolute;
106
+ left: -12px;
107
+ }
108
+ }
109
+
110
+ // TODO emp 注释掉了
111
+ .ivu-card-body > div:has(.ivu-form-item) {
112
+ border-top: 1px solid var(--ind-border-color);
113
+ border-left: 1px solid var(--ind-border-color);
114
+ }
115
+
116
+ .ivu-form-inline .ivu-form-item {
117
+ margin-right: 0 !important;
118
+ }
119
+
120
+ .ind-detail-form-border {
121
+ border-top: 1px solid var(--ind-border-color) !important;
122
+ border-left: 1px solid var(--ind-border-color) !important;
123
+ }
124
+
125
+ #ind-detail-form {
126
+ .ivu-form:not(.nov6style) {
127
+ .ivu-form-item {
128
+ height: 100%;
129
+ margin-bottom: 0 !important;
130
+ display: flex;
131
+ .ivu-form-item-label {
132
+ position: relative !important;
133
+ flex-shrink: 0;
134
+ flex-grow: 0;
135
+ text-align: left !important;
136
+ background-color: var(--ind-bg-color-dark) !important;
137
+ padding-left: 20px;
138
+ border-right: 1px solid var(--ind-border-color);
139
+ border-bottom: 1px solid var(--ind-border-color);
140
+ display: flex;
141
+ flex-direction: column;
142
+ justify-content: space-around;
143
+ }
144
+ .ivu-form-item-content {
145
+ // TODO 这不灵活
146
+ width: calc(100% - 200px);
147
+ margin-left: 0 !important;
148
+ background-color: white;
149
+ border-right: 1px solid var(--ind-border-color);
150
+ border-bottom: 1px solid var(--ind-border-color);
151
+ padding: 6px 12px;
152
+ display: flex;
153
+ flex-direction: column;
154
+ justify-content: space-around;
155
+ color: var(--ind-text-color);
156
+ &
157
+ *:not(
158
+ .ivu-badge-count,
159
+ .ivu-btn,
160
+ .ivu-btn > span,
161
+ .ivu-icon-md-information-circle,
162
+ .ivu-form-item-error-tip,
163
+ .pickerCard .pickQuarterCard .defaultSpan .selected,
164
+ .ivu-select-placeholder,
165
+ .upload-file .content-item .download,
166
+ .upload-file .content-item .delete,
167
+ .upload-file .content-item .preview,
168
+ .upload-file .content-item .download .ivu-icon,
169
+ .upload-file .content-item .delete .ivu-icon,
170
+ .upload-file .content-item .preview .ivu-icon
171
+ ) {
172
+ color: var(--ind-text-color);
173
+ }
174
+ }
175
+ }
176
+ .ivu-form-item-required .ivu-form-item-label:before {
177
+ position: absolute;
178
+ left: 8px;
179
+ }
180
+ .ivu-form-item-error-tip {
181
+ position: absolute;
182
+ top: 30px;
183
+ left: 5px;
184
+ color: white;
185
+ font-size: 14px;
186
+ padding: 3px;
187
+ background-color: #f56a6a;
188
+ border-radius: 3px;
189
+ font-weight: 600;
190
+ box-shadow: 0 5px 10px #dedede;
191
+ z-index: 1888;
192
+ }
193
+ .ivu-form-item-error-tip::after {
194
+ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff6969;
195
+ border-style: solid;
196
+ border-width: 6px;
197
+ content: '';
198
+ height: 0;
199
+ left: 15px;
200
+ position: absolute;
201
+ top: -11px;
202
+ z-index: 888;
203
+ }
204
+ }
205
+ }
206
+
207
+ .ivu-modal {
208
+ .ivu-biz-form-row {
209
+ .ivu-form {
210
+ border-top: 1px solid var(--ind-border-color);
211
+ border-left: 1px solid var(--ind-border-color);
212
+ }
213
+ #ind-detail-form();
214
+ }
215
+ }
216
+
217
+ .ivu-drawer {
218
+ .ivu-biz-form-row {
219
+ .ivu-form {
220
+ border-top: 1px solid var(--ind-border-color);
221
+ border-left: 1px solid var(--ind-border-color);
222
+ }
223
+ #ind-detail-form();
224
+ }
225
+ .ivu-drawer-content {
226
+ height: 100%;
227
+ .ivu-card {
228
+ padding: 0 0 !important;
229
+ overflow: hidden !important;
230
+ width: 100%;
231
+ .ivu-card-head {
232
+ padding: 14px 16px;
233
+ font-size: 16px;
234
+ color: #17233d;
235
+ font-weight: 500;
236
+ // line-height: 20px;
237
+ }
238
+ }
239
+ }
240
+ }
241
+
242
+ // 有些form表单要嵌入到form表单里
243
+ .form-in-form {
244
+ .ivu-form-item-content {
245
+ padding: 0 !important;
246
+ border: none !important;
247
+ }
248
+ }
249
+
250
+ .condition-pannel-wrap {
251
+ margin-top: 10px;
252
+ width: 100%;
253
+ height: 64vh;
254
+ overflow: auto;
255
+ display: flex;
256
+ justify-content: space-between;
257
+ align-content: flex-start;
258
+ flex-wrap: wrap;
259
+ flex-direction: row;
260
+ .condition-card {
261
+ width: 49%;
262
+ margin-bottom: 10px;
263
+ cursor: pointer;
264
+ .title-row {
265
+ width: 100%;
266
+ display: flex;
267
+ justify-content: flex-start;
268
+ height: 32px;
269
+ line-height: 32px;
270
+ .title-name {
271
+ }
272
+ .title-status {
273
+ flex-shrink: 0;
274
+ }
275
+ }
276
+ .condition-content {
277
+ .contidtion-row {
278
+ display: flex;
279
+ flex-wrap: nowrap;
280
+ .condition-label {
281
+ width: 120px;
282
+ flex-shrink: 0;
283
+ color: var(--ind-desc-color);
284
+ }
285
+ .condition-value {
286
+ width: 100%;
287
+ }
288
+ }
289
+ }
290
+ }
291
+ }
@@ -0,0 +1,15 @@
1
+ @import './layout/index.less';
2
+ @import './404.less';
3
+ @import './button.less';
4
+ @import './date-picker.less';
5
+ @import './drawer.less';
6
+ @import './dropdown.less';
7
+ @import './excel-flow.less';
8
+ @import './form.less';
9
+ @import './login.less';
10
+ @import './modal.less';
11
+ @import './panel.less';
12
+ @import './sign.less';
13
+ @import './table.less';
14
+ @import './tree.less';
15
+ @import './upload.less';
@@ -0,0 +1,238 @@
1
+ .ind-basic-layout {
2
+ width: 100vw;
3
+ height: 100vh;
4
+
5
+ .custom-bread-crumb {
6
+ display: inline-block;
7
+ vertical-align: top;
8
+ }
9
+ .ivu-menu-horizontal {
10
+ height: var(--header-height);
11
+ line-height: var(--header-height);
12
+ background: unset !important;
13
+ }
14
+ .ind-sider {
15
+ .sider-menu {
16
+ margin-top: calc(var(--header-height) + 50px);
17
+ }
18
+ .side-menu-wrapper {
19
+ user-select: none;
20
+
21
+ .menu-collapsed {
22
+ padding-top: 10px;
23
+
24
+ .ivu-dropdown {
25
+ width: 100%;
26
+ text-align: center;
27
+
28
+ .ivu-dropdown-rel a {
29
+ width: 100%;
30
+ }
31
+ }
32
+
33
+ .ivu-tooltip {
34
+ width: 100%;
35
+
36
+ .ivu-tooltip-rel {
37
+ width: 100%;
38
+ }
39
+
40
+ .ivu-tooltip-popper .ivu-tooltip-content {
41
+ .ivu-tooltip-arrow {
42
+ border-right-color: #fff;
43
+ }
44
+
45
+ .ivu-tooltip-inner {
46
+ background: #fff;
47
+ color: #495060;
48
+ }
49
+ }
50
+ }
51
+ }
52
+
53
+ a.drop-menu-a {
54
+ display: inline-block;
55
+ padding: 6px 15px;
56
+ width: 100%;
57
+ text-align: center;
58
+ color: var(--ind-text-color);
59
+ }
60
+ }
61
+
62
+ .ivu-layout-sider-children {
63
+ overflow-y: auto;
64
+ padding-bottom: 48px;
65
+ background-color: var(--menu-black-active-bg);
66
+ margin-right: 0px !important;
67
+ &::-webkit-scrollbar {
68
+ width: 0;
69
+ }
70
+ // ,
71
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,
72
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover,
73
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover {
74
+ color: var(--deep-menu-color);
75
+ background: var(--selected-background-hover) !important;
76
+ }
77
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,
78
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title,
79
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
80
+ color: var(--ind-text-color);
81
+ font-size: var(--ivu-menu-item-font-size);
82
+ background-color: var(--menu-black-active-bg) !important;
83
+ }
84
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-child-item-active > .ivu-menu-submenu-title {
85
+ color: var(--deep-menu-color);
86
+ font-size: 14px;
87
+ }
88
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,
89
+ .ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover {
90
+ background: var(--selected-background) !important;
91
+ border-right: 3px solid var(--deep-mian-color);
92
+ color: var(--deep-menu-color) !important;
93
+ }
94
+ .ivu-menu-vertical .ivu-menu-submenu-title-icon {
95
+ right: 0px;
96
+ }
97
+ .ivu-menu-submenu-title > i,
98
+ .ivu-menu-submenu-title span > i {
99
+ margin-right: var(--menu-icon-margin-right);
100
+ }
101
+ }
102
+ }
103
+
104
+ .header-bar {
105
+ width: 100%;
106
+ height: 100%;
107
+ position: relative;
108
+ background: var(--header-bg);
109
+ .sys-name {
110
+ cursor: pointer;
111
+ width: 200px;
112
+ color: var(--header-color-hover);
113
+ font-size: 18px;
114
+ text-indent: 50px;
115
+ font-weight: bold;
116
+ height: var(--header-height);
117
+ line-height: var(--header-height);
118
+ float: left;
119
+ background: url('@/assets/imgs/logo.png') center / 36px 36px no-repeat;
120
+ background-position: 10px calc((var(--header-height) - 36px) / 2);
121
+ }
122
+ .custom-content-con {
123
+ float: right;
124
+ height: auto;
125
+ padding-right: 20px;
126
+ line-height: var(--header-height);
127
+ color: var(--header-color-hover);
128
+ font-size: 16px !important;
129
+ & > * {
130
+ float: right;
131
+ }
132
+ }
133
+ .ivu-menu-item:hover {
134
+ color: var(--header-color-hover) !important;
135
+ }
136
+ .ivu-menu-item {
137
+ border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
138
+ font-size: 14px;
139
+ color: var(--header-color) !important;
140
+ }
141
+ .ivu-menu-item-selected {
142
+ color: var(--header-color-hover) !important;
143
+ border-bottom: 3px solid var(--header-border-bottom-color) !important;
144
+ }
145
+ }
146
+
147
+ .ivu-menu {
148
+ .ivu-menu {
149
+ border-top: 1px solid var(--menu-black-active-bg);
150
+ border-bottom: none;
151
+ }
152
+ }
153
+ .ivu-layout-sider {
154
+ height: 100%;
155
+ }
156
+ .ivu-menu-dark {
157
+ background: var(--menu-dark-active-bg) !important;
158
+ }
159
+ .ivu-menu-submenu-title {
160
+ background: var(--menu-dark-active-bg);
161
+ }
162
+
163
+ .ivu-menu-item > i {
164
+ margin-right: 12px !important;
165
+ }
166
+
167
+ .ivu-menu-submenu > .ivu-menu > .ivu-menu-item > i {
168
+ margin-right: 8px !important;
169
+ }
170
+
171
+ .collased-menu-dropdown {
172
+ width: 100%;
173
+ margin: 0;
174
+ line-height: normal;
175
+ padding: 7px 0 6px 16px;
176
+ clear: both;
177
+ font-size: 12px !important;
178
+ white-space: nowrap;
179
+ list-style: none;
180
+ cursor: pointer;
181
+ transition: background 0.2s ease-in-out;
182
+
183
+ &:hover {
184
+ background: rgba(100, 100, 100, 0.1);
185
+ }
186
+
187
+ & * {
188
+ color: #515a6e;
189
+ }
190
+
191
+ .ivu-menu-item > i {
192
+ margin-right: 12px !important;
193
+ }
194
+
195
+ .ivu-menu-submenu > .ivu-menu > .ivu-menu-item > i {
196
+ margin-right: 8px !important;
197
+ }
198
+ }
199
+
200
+ .ivu-select-dropdown.ivu-dropdown-transfer {
201
+ max-height: 400px;
202
+ }
203
+ .ivu-menu-horizontal.ivu-menu-light:after {
204
+ background: unset !important;
205
+ }
206
+
207
+ .ind-main-layout {
208
+ width: 100%;
209
+ height: 100%;
210
+ overflow: auto;
211
+
212
+ .ind-sider-content {
213
+ height: 100%;
214
+
215
+ .ind-sider-trigger {
216
+ width: var(--ind-main-sider-width);
217
+
218
+ &.collapsed {
219
+ width: var(--ind-main-sider-collapsed-width);
220
+ }
221
+ }
222
+
223
+ .ind-sider {
224
+ overflow: hidden;
225
+ }
226
+ }
227
+
228
+ .ind-main-content {
229
+ height: 100%;
230
+ overflow: hidden;
231
+
232
+ .ind-main-content-wrapper {
233
+ height: 100%;
234
+ overflow: auto;
235
+ }
236
+ }
237
+ }
238
+ }
@@ -0,0 +1,10 @@
1
+ .ind-collect-btn {
2
+ display: inline-block;
3
+ margin-left: 6px;
4
+
5
+ .ivu-tooltip-rel {
6
+ i {
7
+ cursor: pointer;
8
+ }
9
+ }
10
+ }