@steedos-widgets/amis-object 6.10.1-beta.8 → 6.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amis/AmisAppLauncher.d.ts +0 -6
- package/dist/amis/AmisAppMenu.d.ts +0 -3
- package/dist/amis/AmisGlobalHeader.d.ts +2 -0
- package/dist/amis/AmisInstanceDetail.d.ts +141 -65
- package/dist/amis/AmisObjectListview.d.ts +8 -10
- package/dist/amis/AmisRecordDetail.d.ts +3 -0
- package/dist/amis/AmisSteedosFlowForm.d.ts +8 -0
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis/steedos-fields/index.d.ts +1 -1
- package/dist/amis-object.umd.css +447 -270
- package/dist/amis-object.umd.js +546 -391
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/components/Dropdown/index.d.ts +1 -1
- package/dist/components/SteedosObject.d.ts +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/meta.js +1874 -2769
- package/dist/metas/AmisSteedosFlowForm.d.ts +2 -0
- package/dist/pages/PageListView.d.ts +1 -0
- package/dist/pages/PageObject.d.ts +27 -1
- package/dist/pages/PageRecordDetail.d.ts +1 -0
- package/dist/tailwind-base.css +115 -105
- package/package.json +5 -5
- package/dist/amis-object.cjs.css +0 -3121
- package/dist/amis-object.cjs.js +0 -28472
- package/dist/amis-object.cjs.js.map +0 -1
- package/dist/amis-object.esm.css +0 -3121
- package/dist/amis-object.esm.js +0 -28378
- package/dist/amis-object.esm.js.map +0 -1
package/dist/amis-object.umd.css
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
--Form-fontSize: 14px;
|
|
10
10
|
--Form-selectValue-fontSize: 14px;
|
|
11
11
|
--Form-item-gap: 0.75rem;
|
|
12
|
+
--Form-select-outer-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
13
|
+
--Form-select-outer-borderWidth: 0;
|
|
12
14
|
/* --Table-color: #303030; */
|
|
13
15
|
/* --Table-thead-color: #303030; */
|
|
14
16
|
--Table-borderColor: #e5e7eb;
|
|
@@ -42,26 +44,27 @@
|
|
|
42
44
|
--button-size-default-bottom-left-border-radius: 0.25rem;
|
|
43
45
|
--button-size-default-marginRight: 4px;
|
|
44
46
|
--button-default-default-bg-color: white;
|
|
45
|
-
--button-default-
|
|
46
|
-
--button-default-default-
|
|
47
|
-
--button-default-default-
|
|
48
|
-
--button-default-default-
|
|
49
|
-
--button-default-default-
|
|
47
|
+
/* --button-default-hover-bg-color: rgb(245, 245, 245); */
|
|
48
|
+
--button-default-default-top-border-color: rgb(224, 224, 224);
|
|
49
|
+
--button-default-default-bottom-border-color: rgb(224, 224, 224);
|
|
50
|
+
--button-default-default-left-border-color: rgb(224, 224, 224);
|
|
51
|
+
--button-default-default-right-border-color: rgb(224, 224, 224);
|
|
52
|
+
/* --button-default-default-font-color: rgb(1, 118, 211); */
|
|
50
53
|
--button-enhance-default-bg-color: white;
|
|
51
|
-
--Nav-item-borderRadius: 0px;
|
|
52
|
-
--Nav-item-onHover-bg: rgba(21,137,238,.1);
|
|
53
|
-
--Nav-item-onActive-bg: rgba(21,137,238,.1);
|
|
54
|
-
--Nav-item-onActive-color: #000;
|
|
55
|
-
--Nav-Item-maxWidth--tabs: 200px;
|
|
56
54
|
--Crud-toolbar-gap: 2px;
|
|
57
55
|
--DropDown-caret-marginLeft: 0;
|
|
58
56
|
--Tabs--vertical-width: 180px;
|
|
57
|
+
--Tabs--vertical-bg: white;
|
|
59
58
|
--Tabs-link-maxWidth: 180px;
|
|
60
59
|
--Tabs-content-bg: unset;
|
|
61
60
|
--drawer-content-paddingTop: 0;
|
|
62
61
|
--fieldSet-legend-fontWeight: 600;
|
|
63
62
|
--fieldSet-legend-marginTop: 1rem;
|
|
64
63
|
--fieldSet-legend-marginBottom: 1rem;
|
|
64
|
+
|
|
65
|
+
--DropDown-menu-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
66
|
+
--boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
67
|
+
--common-popover-border: none;
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
/* 修正手机端字体小的问题 */
|
|
@@ -84,11 +87,6 @@
|
|
|
84
87
|
padding: 0 0.625rem 0 0.625rem;
|
|
85
88
|
}
|
|
86
89
|
}
|
|
87
|
-
|
|
88
|
-
.steedos-header-container .antd-Nav-Menu {
|
|
89
|
-
--Menu-light-backgroundColor: transparent;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
90
|
fieldset.antd-Collapse {
|
|
93
91
|
margin-bottom: 1rem;
|
|
94
92
|
}
|
|
@@ -167,10 +165,6 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
|
|
|
167
165
|
}
|
|
168
166
|
|
|
169
167
|
|
|
170
|
-
.antd-Nav-item.is-active {
|
|
171
|
-
box-shadow:var(--link-color) 4px 0 0 inset;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
168
|
.antd-Pagination > li > a, .antd-Pagination > li > span {
|
|
175
169
|
display: flex;
|
|
176
170
|
align-items: center;
|
|
@@ -185,47 +179,6 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
|
|
|
185
179
|
top: 0px;
|
|
186
180
|
}
|
|
187
181
|
|
|
188
|
-
/* start: amis , component Nav */
|
|
189
|
-
:root {
|
|
190
|
-
--Nav-Item-height--horizontal: 2.5rem;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.antd-Nav-Menu-submenu-arrow > svg {
|
|
194
|
-
display: initial;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.antd-Nav-Menu-horizontal .antd-Nav-Menu-item.antd-Nav-Menu-item-selected:after {
|
|
198
|
-
height: 3px;
|
|
199
|
-
top: 0;
|
|
200
|
-
bottom: unset;
|
|
201
|
-
background: rgb(14 165 233);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-item {
|
|
205
|
-
padding-right: 0.5rem;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected {
|
|
209
|
-
background: rgba(21,137,238,.1);
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-active {
|
|
213
|
-
background: rgba(151, 151, 151, 0.1);
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-submenu.antd-Nav-Menu-submenu-active .antd-Nav-Menu-submenu-title{
|
|
217
|
-
background: rgba(151, 151, 151, 0.1);
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-submenu.antd-Nav-Menu-submenu .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-link .antd-Nav-Menu-item-label {
|
|
221
|
-
font-weight: bold !important;
|
|
222
|
-
color: black !important;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.antd-Nav-Menu-horizontal > .antd-Nav-Menu-item-tooltip-wrap > .antd-Nav-Menu-item {
|
|
226
|
-
padding: 0 15px;
|
|
227
|
-
}
|
|
228
|
-
/* end: amis component Nav */
|
|
229
182
|
|
|
230
183
|
/* 处理amis debug 滚动条异常 */
|
|
231
184
|
.AMISDebug-content{
|
|
@@ -242,12 +195,6 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
|
|
|
242
195
|
height: calc(100% - 40px);
|
|
243
196
|
}
|
|
244
197
|
|
|
245
|
-
/* nav下配置itemBadge属性后item不会自动撑开 */
|
|
246
|
-
.antd-Nav-Menu-item-wrap .antd-Badge{
|
|
247
|
-
width: -webkit-fill-available;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
198
|
/* 实现弹框中的crud中的inputTree高度满屏,目前选人控件的左侧树样式 */
|
|
252
199
|
.antd-Modal-body .antd-Crud .antd-Table .antd-Tree{
|
|
253
200
|
max-height: unset;
|
|
@@ -287,28 +234,12 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
|
|
|
287
234
|
}
|
|
288
235
|
}
|
|
289
236
|
|
|
290
|
-
/* TODO: amis3.2.0 .antd-Nav-Menu-item-link类中缺少flex,影响nav样式 */
|
|
291
|
-
.antd-Nav-Menu-item-link{
|
|
292
|
-
display: flex;
|
|
293
|
-
align-items: center;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
/* TODO: amis3.2.0 .antd-Nav类中多了background属性,影响nav样式 */
|
|
297
|
-
.antd-Nav{
|
|
298
|
-
background-color: unset;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
237
|
/* TODO: amis3.2.0 fieldset.antd-Collapse > legend类中多了background属性,影响分组样式 */
|
|
302
238
|
fieldset.antd-Collapse > legend{
|
|
303
239
|
height: unset;
|
|
304
240
|
width: unset;
|
|
305
241
|
}
|
|
306
242
|
|
|
307
|
-
/* crud中的快速搜索框样式改成与按钮风格统一的边框 */
|
|
308
|
-
.antd-Crud .antd-Crud-toolbar .antd-SearchBox.is-active{
|
|
309
|
-
border-color: var(--button-default-default-top-border-color);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
243
|
/* crud中的快速搜索框图标没对齐 */
|
|
313
244
|
.antd-Crud .antd-Crud-toolbar .antd-SearchBox.is-active svg.icon{
|
|
314
245
|
top: unset
|
|
@@ -329,6 +260,10 @@ fieldset.antd-Collapse > legend{
|
|
|
329
260
|
margin-bottom: 0;
|
|
330
261
|
}
|
|
331
262
|
|
|
263
|
+
.antd-Crud .antd-Crud-toolbar-item .antd-Button--default {
|
|
264
|
+
border-color: transparent;
|
|
265
|
+
}
|
|
266
|
+
|
|
332
267
|
.bg-white {
|
|
333
268
|
color: var(--body-color);
|
|
334
269
|
}
|
|
@@ -337,12 +272,12 @@ fieldset.antd-Collapse > legend{
|
|
|
337
272
|
border: var(--Form-input-borderWidth) solid transparent;
|
|
338
273
|
border-radius: var(--Form-input-borderRadius);
|
|
339
274
|
}
|
|
340
|
-
|
|
275
|
+
/*
|
|
341
276
|
.antd-Picker .antd-Picker-input .antd-Picker-values .antd-Picker-value{
|
|
342
|
-
|
|
277
|
+
// lookup字段值选中项值字符很多超长时换行,包括单选和多选
|
|
343
278
|
white-space: break-spaces;
|
|
344
279
|
word-break: break-all;
|
|
345
|
-
}
|
|
280
|
+
} */
|
|
346
281
|
|
|
347
282
|
.steedos-crud-mode-cards .antd-Card-actions a[disabled]{
|
|
348
283
|
box-shadow: none;
|
|
@@ -475,8 +410,130 @@ fieldset.antd-Collapse > legend{
|
|
|
475
410
|
/* 修正 DropButton 组件的样式 */
|
|
476
411
|
.antd-DropDown-menu-root {
|
|
477
412
|
margin-top: 0;
|
|
413
|
+
border: none;
|
|
414
|
+
padding: 6px;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
:root, .antd-Nav-Menu {
|
|
419
|
+
--Menu-light-fontColor: var(--Layout-light-fontColor);
|
|
420
|
+
--Menu-light-fontColor-onHover: var(--Layout-light-fontColor);
|
|
421
|
+
--Menu-light-fontColor-onActive: var(--Layout-light--onActive);
|
|
422
|
+
--Menu-light-active-backgroundColor: rgb(240, 240, 240);
|
|
423
|
+
--Menu-light-backgroundColor-onHover: rgb(240, 240, 240);
|
|
424
|
+
--Menu-light-selectedIndicator-color: rgb(14, 165, 233);
|
|
425
|
+
--Nav-Item-height: 2.5rem;
|
|
426
|
+
/* --Nav-Item-height--horizontal: 2.5rem; */
|
|
427
|
+
--Nav-item-borderRadius: 0px;
|
|
428
|
+
--Nav-item-onActive-color: #000;
|
|
429
|
+
--Nav-item-onHover-bg: rgba(21,137,238,.1);
|
|
430
|
+
--Nav-item-onActive-bg: rgba(21,137,238,.1);
|
|
431
|
+
--Nav-item-onActive-color: var(--Layout-light--onActive);
|
|
432
|
+
--Nav-Item-maxWidth--tabs: 200px;
|
|
433
|
+
}
|
|
434
|
+
.antd-Nav-Menu.antd-Nav-Menu-horizontal {
|
|
435
|
+
--Menu-light-backgroundColor-onHover: rgba(151, 151, 151, 0.1);
|
|
436
|
+
--Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
|
|
478
437
|
}
|
|
479
438
|
|
|
439
|
+
.antd-Nav {
|
|
440
|
+
--Nav-item-onActive-color: #000;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.antd-Nav-Menu-item-dragBar {
|
|
444
|
+
left: 0;
|
|
445
|
+
top: 11px;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.steedos-app-service-edit .antd-Nav-Menu-inline .antd-Nav-Menu-item-active.antd-Nav-Menu-item-selected::before {
|
|
449
|
+
display: none;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.antd-Nav-Menu-item-active {
|
|
453
|
+
/* line-height: var(--Nav-Item-height); */
|
|
454
|
+
background: var(--Menu-light-backgroundColor-onHover);
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.antd-Nav-item.is-active {
|
|
458
|
+
box-shadow:var(--link-color) 4px 0 0 inset;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
.antd-Nav-Menu-submenu-arrow > svg {
|
|
463
|
+
display: initial;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.antd-Nav-Menu-horizontal .antd-Nav-Menu-item.antd-Nav-Menu-item-selected:after {
|
|
467
|
+
height: 8px;
|
|
468
|
+
top: 0;
|
|
469
|
+
bottom: unset;
|
|
470
|
+
background: rgb(14 165 233);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.antd-Nav-Menu-light .antd-Nav-Menu-item {
|
|
474
|
+
padding-right: 0.5rem;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected {
|
|
478
|
+
background: rgba(21,137,238,.1);
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected.antd-Nav-Menu-item-active {
|
|
482
|
+
background: var(--Menu-light-backgroundColor-onHover);
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected .antd-Nav-Menu-item-label{
|
|
486
|
+
color: var(--Menu-light-fontColor-onHover);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-active .antd-Nav-Menu-item-label{
|
|
490
|
+
color: var(--Menu-light-fontColor-onHover);
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.antd-Nav-Menu-horizontal > .antd-Nav-Menu-item-tooltip-wrap > .antd-Nav-Menu-item {
|
|
494
|
+
padding: 0 15px;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
/* nav下配置itemBadge属性后item不会自动撑开 */
|
|
499
|
+
.antd-Nav-Menu-item-wrap .antd-Badge{
|
|
500
|
+
width: -webkit-fill-available;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
/* TODO: amis3.2.0 .antd-Nav-Menu-item-link类中缺少flex,影响nav样式 */
|
|
506
|
+
.antd-Nav-Menu-item-link{
|
|
507
|
+
display: flex;
|
|
508
|
+
align-items: center;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
/* TODO: amis3.2.0 .antd-Nav类中多了background属性,影响nav样式 */
|
|
512
|
+
.antd-Nav {
|
|
513
|
+
background-color: unset;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
.steedos-header-container .antd-Nav-Menu {
|
|
518
|
+
--Menu-light-backgroundColor: transparent;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.antd-Nav-Menu .antd-Nav-Menu-submenu-selected > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
|
|
522
|
+
color: var(--Menu-light-fontColor);
|
|
523
|
+
}
|
|
524
|
+
.antd-Nav-Menu a, a:hover, a:active, a:focus {
|
|
525
|
+
color: var(--Menu-light-fontColor);
|
|
526
|
+
}
|
|
527
|
+
.antd-Nav-Menu-item-active .antd-Nav-Menu-item-label, .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon, .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon-after, .antd-Nav-Menu-item-active .antd-Nav-Menu-submenu-arrow {
|
|
528
|
+
color: var(--Menu-light-fontColor);
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.antd-Nav-Menu .antd-Nav-Menu-submenu-title a, .antd-Nav-Menu .antd-Nav-Menu-submenu-title a:hover {
|
|
532
|
+
padding-left: 6px;
|
|
533
|
+
font-weight: bold;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
|
|
480
537
|
.ant-dropdown{
|
|
481
538
|
z-index: 1400;
|
|
482
539
|
}
|
|
@@ -561,9 +618,6 @@ fieldset.antd-Collapse > legend{
|
|
|
561
618
|
}
|
|
562
619
|
}
|
|
563
620
|
|
|
564
|
-
.antd-DropDown-menu-root {
|
|
565
|
-
border: 1px solid #c9c9c9;
|
|
566
|
-
}
|
|
567
621
|
/* @tailwind base; */
|
|
568
622
|
.container {
|
|
569
623
|
width: 100%
|
|
@@ -593,24 +647,12 @@ fieldset.antd-Collapse > legend{
|
|
|
593
647
|
max-width: 1536px
|
|
594
648
|
}
|
|
595
649
|
}
|
|
596
|
-
@media (min-width: 1600px) {
|
|
597
|
-
.container {
|
|
598
|
-
max-width: 1600px
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
@media (min-width: 1800px) {
|
|
602
|
-
.container {
|
|
603
|
-
max-width: 1800px
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
@media (min-width: 2000px) {
|
|
607
|
-
.container {
|
|
608
|
-
max-width: 2000px
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
650
|
.visible {
|
|
612
651
|
visibility: visible
|
|
613
652
|
}
|
|
653
|
+
.invisible {
|
|
654
|
+
visibility: hidden
|
|
655
|
+
}
|
|
614
656
|
.collapse {
|
|
615
657
|
visibility: collapse
|
|
616
658
|
}
|
|
@@ -653,19 +695,28 @@ fieldset.antd-Collapse > legend{
|
|
|
653
695
|
.col-span-2 {
|
|
654
696
|
grid-column: span 2 / span 2
|
|
655
697
|
}
|
|
698
|
+
.float-right {
|
|
699
|
+
float: right
|
|
700
|
+
}
|
|
656
701
|
.m-0 {
|
|
657
702
|
margin: 0px
|
|
658
703
|
}
|
|
704
|
+
.m-1 {
|
|
705
|
+
margin: 0.25rem
|
|
706
|
+
}
|
|
659
707
|
.m-2 {
|
|
660
708
|
margin: 0.5rem
|
|
661
709
|
}
|
|
710
|
+
.m-4 {
|
|
711
|
+
margin: 1rem
|
|
712
|
+
}
|
|
662
713
|
.\!mx-0 {
|
|
663
714
|
margin-left: 0px !important;
|
|
664
715
|
margin-right: 0px !important
|
|
665
716
|
}
|
|
666
|
-
.mx-
|
|
667
|
-
margin-left:
|
|
668
|
-
margin-right:
|
|
717
|
+
.mx-4 {
|
|
718
|
+
margin-left: 1rem;
|
|
719
|
+
margin-right: 1rem
|
|
669
720
|
}
|
|
670
721
|
.my-2 {
|
|
671
722
|
margin-top: 0.5rem;
|
|
@@ -674,9 +725,6 @@ fieldset.antd-Collapse > legend{
|
|
|
674
725
|
.\!mb-6 {
|
|
675
726
|
margin-bottom: 1.5rem !important
|
|
676
727
|
}
|
|
677
|
-
.-mb-4 {
|
|
678
|
-
margin-bottom: -1rem
|
|
679
|
-
}
|
|
680
728
|
.-ml-1 {
|
|
681
729
|
margin-left: -0.25rem
|
|
682
730
|
}
|
|
@@ -716,6 +764,9 @@ fieldset.antd-Collapse > legend{
|
|
|
716
764
|
.ml-4 {
|
|
717
765
|
margin-left: 1rem
|
|
718
766
|
}
|
|
767
|
+
.ml-6 {
|
|
768
|
+
margin-left: 1.5rem
|
|
769
|
+
}
|
|
719
770
|
.mr-0 {
|
|
720
771
|
margin-right: 0px
|
|
721
772
|
}
|
|
@@ -731,9 +782,6 @@ fieldset.antd-Collapse > legend{
|
|
|
731
782
|
.mr-4 {
|
|
732
783
|
margin-right: 1rem
|
|
733
784
|
}
|
|
734
|
-
.mt-0 {
|
|
735
|
-
margin-top: 0px
|
|
736
|
-
}
|
|
737
785
|
.mt-0\.5 {
|
|
738
786
|
margin-top: 0.125rem
|
|
739
787
|
}
|
|
@@ -743,6 +791,9 @@ fieldset.antd-Collapse > legend{
|
|
|
743
791
|
.mt-2 {
|
|
744
792
|
margin-top: 0.5rem
|
|
745
793
|
}
|
|
794
|
+
.mt-3 {
|
|
795
|
+
margin-top: 0.75rem
|
|
796
|
+
}
|
|
746
797
|
.mt-\[50px\] {
|
|
747
798
|
margin-top: 50px
|
|
748
799
|
}
|
|
@@ -879,12 +930,12 @@ fieldset.antd-Collapse > legend{
|
|
|
879
930
|
.min-w-\[240px\] {
|
|
880
931
|
min-width: 240px
|
|
881
932
|
}
|
|
882
|
-
.min-w-\[300px\] {
|
|
883
|
-
min-width: 300px
|
|
884
|
-
}
|
|
885
933
|
.min-w-\[388px\] {
|
|
886
934
|
min-width: 388px
|
|
887
935
|
}
|
|
936
|
+
.min-w-\[460px\] {
|
|
937
|
+
min-width: 460px
|
|
938
|
+
}
|
|
888
939
|
.max-w-\[360px\] {
|
|
889
940
|
max-width: 360px
|
|
890
941
|
}
|
|
@@ -954,14 +1005,17 @@ fieldset.antd-Collapse > legend{
|
|
|
954
1005
|
.gap-2 {
|
|
955
1006
|
gap: 0.5rem
|
|
956
1007
|
}
|
|
957
|
-
.gap-
|
|
958
|
-
|
|
959
|
-
|
|
1008
|
+
.gap-3 {
|
|
1009
|
+
gap: 0.75rem
|
|
1010
|
+
}
|
|
1011
|
+
.gap-x-4 {
|
|
1012
|
+
-moz-column-gap: 1rem;
|
|
1013
|
+
column-gap: 1rem
|
|
960
1014
|
}
|
|
961
|
-
.space-x-
|
|
1015
|
+
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
962
1016
|
--tw-space-x-reverse: 0;
|
|
963
|
-
margin-right: calc(
|
|
964
|
-
margin-left: calc(
|
|
1017
|
+
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
1018
|
+
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
|
|
965
1019
|
}
|
|
966
1020
|
.overflow-auto {
|
|
967
1021
|
overflow: auto
|
|
@@ -1010,10 +1064,6 @@ fieldset.antd-Collapse > legend{
|
|
|
1010
1064
|
.border-0 {
|
|
1011
1065
|
border-width: 0px
|
|
1012
1066
|
}
|
|
1013
|
-
.border-y {
|
|
1014
|
-
border-top-width: 1px;
|
|
1015
|
-
border-bottom-width: 1px
|
|
1016
|
-
}
|
|
1017
1067
|
.\!border-b-0 {
|
|
1018
1068
|
border-bottom-width: 0px !important
|
|
1019
1069
|
}
|
|
@@ -1040,37 +1090,37 @@ fieldset.antd-Collapse > legend{
|
|
|
1040
1090
|
}
|
|
1041
1091
|
.border-gray-200 {
|
|
1042
1092
|
--tw-border-opacity: 1;
|
|
1043
|
-
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|
|
1093
|
+
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
|
|
1044
1094
|
}
|
|
1045
1095
|
.border-gray-300 {
|
|
1046
1096
|
--tw-border-opacity: 1;
|
|
1047
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
1097
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
|
|
1048
1098
|
}
|
|
1049
1099
|
.border-sky-500 {
|
|
1050
1100
|
--tw-border-opacity: 1;
|
|
1051
|
-
border-color: rgb(14 165 233 / var(--tw-border-opacity))
|
|
1101
|
+
border-color: rgb(14 165 233 / var(--tw-border-opacity, 1))
|
|
1052
1102
|
}
|
|
1053
1103
|
.\!bg-transparent {
|
|
1054
1104
|
background-color: transparent !important
|
|
1055
1105
|
}
|
|
1056
1106
|
.bg-blue-500 {
|
|
1057
1107
|
--tw-bg-opacity: 1;
|
|
1058
|
-
background-color: rgb(59 130 246 / var(--tw-bg-opacity))
|
|
1108
|
+
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1))
|
|
1059
1109
|
}
|
|
1060
1110
|
.bg-gray-100 {
|
|
1061
1111
|
--tw-bg-opacity: 1;
|
|
1062
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity))
|
|
1112
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
|
|
1063
1113
|
}
|
|
1064
1114
|
.bg-gray-50 {
|
|
1065
1115
|
--tw-bg-opacity: 1;
|
|
1066
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity))
|
|
1116
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
|
|
1067
1117
|
}
|
|
1068
1118
|
.bg-transparent {
|
|
1069
1119
|
background-color: transparent
|
|
1070
1120
|
}
|
|
1071
1121
|
.bg-white {
|
|
1072
1122
|
--tw-bg-opacity: 1;
|
|
1073
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
1123
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
1074
1124
|
}
|
|
1075
1125
|
.bg-none {
|
|
1076
1126
|
background-image: none
|
|
@@ -1106,6 +1156,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1106
1156
|
padding-left: 0px;
|
|
1107
1157
|
padding-right: 0px
|
|
1108
1158
|
}
|
|
1159
|
+
.px-1 {
|
|
1160
|
+
padding-left: 0.25rem;
|
|
1161
|
+
padding-right: 0.25rem
|
|
1162
|
+
}
|
|
1109
1163
|
.px-2 {
|
|
1110
1164
|
padding-left: 0.5rem;
|
|
1111
1165
|
padding-right: 0.5rem
|
|
@@ -1118,6 +1172,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1118
1172
|
padding-left: 1rem;
|
|
1119
1173
|
padding-right: 1rem
|
|
1120
1174
|
}
|
|
1175
|
+
.py-0 {
|
|
1176
|
+
padding-top: 0px;
|
|
1177
|
+
padding-bottom: 0px
|
|
1178
|
+
}
|
|
1121
1179
|
.py-1 {
|
|
1122
1180
|
padding-top: 0.25rem;
|
|
1123
1181
|
padding-bottom: 0.25rem
|
|
@@ -1130,10 +1188,6 @@ fieldset.antd-Collapse > legend{
|
|
|
1130
1188
|
padding-top: 0.625rem;
|
|
1131
1189
|
padding-bottom: 0.625rem
|
|
1132
1190
|
}
|
|
1133
|
-
.py-3 {
|
|
1134
|
-
padding-top: 0.75rem;
|
|
1135
|
-
padding-bottom: 0.75rem
|
|
1136
|
-
}
|
|
1137
1191
|
.py-4 {
|
|
1138
1192
|
padding-top: 1rem;
|
|
1139
1193
|
padding-bottom: 1rem
|
|
@@ -1153,9 +1207,6 @@ fieldset.antd-Collapse > legend{
|
|
|
1153
1207
|
.pl-0 {
|
|
1154
1208
|
padding-left: 0px
|
|
1155
1209
|
}
|
|
1156
|
-
.pl-1 {
|
|
1157
|
-
padding-left: 0.25rem
|
|
1158
|
-
}
|
|
1159
1210
|
.pl-1\.5 {
|
|
1160
1211
|
padding-left: 0.375rem
|
|
1161
1212
|
}
|
|
@@ -1171,9 +1222,18 @@ fieldset.antd-Collapse > legend{
|
|
|
1171
1222
|
.pt-0 {
|
|
1172
1223
|
padding-top: 0px
|
|
1173
1224
|
}
|
|
1225
|
+
.pt-1 {
|
|
1226
|
+
padding-top: 0.25rem
|
|
1227
|
+
}
|
|
1174
1228
|
.pt-2 {
|
|
1175
1229
|
padding-top: 0.5rem
|
|
1176
1230
|
}
|
|
1231
|
+
.pt-3 {
|
|
1232
|
+
padding-top: 0.75rem
|
|
1233
|
+
}
|
|
1234
|
+
.pt-4 {
|
|
1235
|
+
padding-top: 1rem
|
|
1236
|
+
}
|
|
1177
1237
|
.text-left {
|
|
1178
1238
|
text-align: left
|
|
1179
1239
|
}
|
|
@@ -1207,6 +1267,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1207
1267
|
.font-semibold {
|
|
1208
1268
|
font-weight: 600
|
|
1209
1269
|
}
|
|
1270
|
+
.lowercase {
|
|
1271
|
+
text-transform: lowercase
|
|
1272
|
+
}
|
|
1210
1273
|
.leading-3 {
|
|
1211
1274
|
line-height: .75rem
|
|
1212
1275
|
}
|
|
@@ -1224,51 +1287,55 @@ fieldset.antd-Collapse > legend{
|
|
|
1224
1287
|
}
|
|
1225
1288
|
.\!text-gray-700 {
|
|
1226
1289
|
--tw-text-opacity: 1 !important;
|
|
1227
|
-
color: rgb(55 65 81 / var(--tw-text-opacity)) !important
|
|
1290
|
+
color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important
|
|
1228
1291
|
}
|
|
1229
1292
|
.text-\[blue\] {
|
|
1230
1293
|
--tw-text-opacity: 1;
|
|
1231
|
-
color: rgb(0 0 255 / var(--tw-text-opacity))
|
|
1294
|
+
color: rgb(0 0 255 / var(--tw-text-opacity, 1))
|
|
1232
1295
|
}
|
|
1233
1296
|
.text-\[red\] {
|
|
1234
1297
|
--tw-text-opacity: 1;
|
|
1235
|
-
color: rgb(255 0 0 / var(--tw-text-opacity))
|
|
1298
|
+
color: rgb(255 0 0 / var(--tw-text-opacity, 1))
|
|
1236
1299
|
}
|
|
1237
1300
|
.text-black {
|
|
1238
1301
|
--tw-text-opacity: 1;
|
|
1239
|
-
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
1302
|
+
color: rgb(0 0 0 / var(--tw-text-opacity, 1))
|
|
1240
1303
|
}
|
|
1241
1304
|
.text-blue-600 {
|
|
1242
1305
|
--tw-text-opacity: 1;
|
|
1243
|
-
color: rgb(37 99 235 / var(--tw-text-opacity))
|
|
1306
|
+
color: rgb(37 99 235 / var(--tw-text-opacity, 1))
|
|
1244
1307
|
}
|
|
1245
1308
|
.text-gray-400 {
|
|
1246
1309
|
--tw-text-opacity: 1;
|
|
1247
|
-
color: rgb(156 163 175 / var(--tw-text-opacity))
|
|
1310
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1))
|
|
1248
1311
|
}
|
|
1249
1312
|
.text-gray-500 {
|
|
1250
1313
|
--tw-text-opacity: 1;
|
|
1251
|
-
color: rgb(107 114 128 / var(--tw-text-opacity))
|
|
1314
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1))
|
|
1315
|
+
}
|
|
1316
|
+
.text-gray-600 {
|
|
1317
|
+
--tw-text-opacity: 1;
|
|
1318
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1))
|
|
1252
1319
|
}
|
|
1253
1320
|
.text-gray-700 {
|
|
1254
1321
|
--tw-text-opacity: 1;
|
|
1255
|
-
color: rgb(55 65 81 / var(--tw-text-opacity))
|
|
1322
|
+
color: rgb(55 65 81 / var(--tw-text-opacity, 1))
|
|
1256
1323
|
}
|
|
1257
1324
|
.text-gray-800 {
|
|
1258
1325
|
--tw-text-opacity: 1;
|
|
1259
|
-
color: rgb(31 41 55 / var(--tw-text-opacity))
|
|
1326
|
+
color: rgb(31 41 55 / var(--tw-text-opacity, 1))
|
|
1260
1327
|
}
|
|
1261
1328
|
.text-green-600 {
|
|
1262
1329
|
--tw-text-opacity: 1;
|
|
1263
|
-
color: rgb(22 163 74 / var(--tw-text-opacity))
|
|
1330
|
+
color: rgb(22 163 74 / var(--tw-text-opacity, 1))
|
|
1264
1331
|
}
|
|
1265
1332
|
.text-sky-500 {
|
|
1266
1333
|
--tw-text-opacity: 1;
|
|
1267
|
-
color: rgb(14 165 233 / var(--tw-text-opacity))
|
|
1334
|
+
color: rgb(14 165 233 / var(--tw-text-opacity, 1))
|
|
1268
1335
|
}
|
|
1269
1336
|
.text-white {
|
|
1270
1337
|
--tw-text-opacity: 1;
|
|
1271
|
-
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1338
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
1272
1339
|
}
|
|
1273
1340
|
.no-underline {
|
|
1274
1341
|
text-decoration-line: none
|
|
@@ -1280,8 +1347,8 @@ fieldset.antd-Collapse > legend{
|
|
|
1280
1347
|
opacity: 0.75
|
|
1281
1348
|
}
|
|
1282
1349
|
.shadow {
|
|
1283
|
-
--tw-shadow:
|
|
1284
|
-
--tw-shadow-colored:
|
|
1350
|
+
--tw-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;;
|
|
1351
|
+
--tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 4px; var(--tw-shadow-color);
|
|
1285
1352
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1286
1353
|
}
|
|
1287
1354
|
.shadow-lg {
|
|
@@ -1322,23 +1389,47 @@ fieldset.antd-Collapse > legend{
|
|
|
1322
1389
|
.ease-in-out {
|
|
1323
1390
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
1324
1391
|
}
|
|
1392
|
+
|
|
1393
|
+
/*
|
|
1394
|
+
.shadow {
|
|
1395
|
+
box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
@media (min-width: 640px) {
|
|
1400
|
+
.sm\:shadow {
|
|
1401
|
+
box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;
|
|
1402
|
+
}
|
|
1403
|
+
} */
|
|
1404
|
+
|
|
1325
1405
|
.last\:mb-0:last-child {
|
|
1326
1406
|
margin-bottom: 0px
|
|
1327
1407
|
}
|
|
1408
|
+
|
|
1328
1409
|
.hover\:bg-\[\#1589EE1A\]:hover {
|
|
1329
1410
|
background-color: #1589EE1A
|
|
1330
1411
|
}
|
|
1412
|
+
|
|
1331
1413
|
.hover\:bg-sky-50:hover {
|
|
1332
1414
|
--tw-bg-opacity: 1;
|
|
1333
|
-
background-color: rgb(240 249 255 / var(--tw-bg-opacity))
|
|
1415
|
+
background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1))
|
|
1334
1416
|
}
|
|
1417
|
+
|
|
1335
1418
|
.hover\:font-bold:hover {
|
|
1336
1419
|
font-weight: 700
|
|
1337
1420
|
}
|
|
1421
|
+
|
|
1422
|
+
.hover\:shadow:hover {
|
|
1423
|
+
--tw-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;;
|
|
1424
|
+
--tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 4px; var(--tw-shadow-color);
|
|
1425
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1338
1428
|
.focus\:outline-none:focus {
|
|
1339
1429
|
outline: 2px solid transparent;
|
|
1340
1430
|
outline-offset: 2px
|
|
1341
1431
|
}
|
|
1432
|
+
|
|
1342
1433
|
@media (min-width: 640px) {
|
|
1343
1434
|
.sm\:sticky {
|
|
1344
1435
|
position: sticky
|
|
@@ -1367,9 +1458,6 @@ fieldset.antd-Collapse > legend{
|
|
|
1367
1458
|
.sm\:grid-cols-2 {
|
|
1368
1459
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
1369
1460
|
}
|
|
1370
|
-
.sm\:grid-cols-4 {
|
|
1371
|
-
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
1372
|
-
}
|
|
1373
1461
|
.sm\:gap-4 {
|
|
1374
1462
|
gap: 1rem
|
|
1375
1463
|
}
|
|
@@ -1388,37 +1476,29 @@ fieldset.antd-Collapse > legend{
|
|
|
1388
1476
|
.sm\:border {
|
|
1389
1477
|
border-width: 1px
|
|
1390
1478
|
}
|
|
1391
|
-
.sm\:border-r {
|
|
1392
|
-
border-right-width: 1px
|
|
1393
|
-
}
|
|
1394
1479
|
.sm\:border-gray-300 {
|
|
1395
1480
|
--tw-border-opacity: 1;
|
|
1396
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
1397
|
-
}
|
|
1398
|
-
.sm\:bg-gray-50 {
|
|
1399
|
-
--tw-bg-opacity: 1;
|
|
1400
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity))
|
|
1481
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
|
|
1401
1482
|
}
|
|
1402
1483
|
.sm\:p-3 {
|
|
1403
1484
|
padding: 0.75rem
|
|
1404
1485
|
}
|
|
1405
1486
|
.sm\:shadow {
|
|
1406
|
-
--tw-shadow:
|
|
1407
|
-
--tw-shadow-colored:
|
|
1487
|
+
--tw-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;;
|
|
1488
|
+
--tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 4px; var(--tw-shadow-color);
|
|
1408
1489
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1409
1490
|
}
|
|
1410
1491
|
}
|
|
1492
|
+
|
|
1411
1493
|
@media (min-width: 768px) {
|
|
1412
1494
|
.md\:grid-cols-3 {
|
|
1413
1495
|
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
1414
1496
|
}
|
|
1415
|
-
.md\:overflow-auto {
|
|
1416
|
-
overflow: auto
|
|
1417
|
-
}
|
|
1418
1497
|
.md\:border-b {
|
|
1419
1498
|
border-bottom-width: 1px
|
|
1420
1499
|
}
|
|
1421
1500
|
}
|
|
1501
|
+
|
|
1422
1502
|
@media (min-width: 1024px) {
|
|
1423
1503
|
.lg\:z-\[1000\] {
|
|
1424
1504
|
z-index: 1000
|
|
@@ -1472,32 +1552,21 @@ fieldset.antd-Collapse > legend{
|
|
|
1472
1552
|
flex-direction: column
|
|
1473
1553
|
}
|
|
1474
1554
|
}
|
|
1555
|
+
|
|
1475
1556
|
@media (min-width: 1280px) {
|
|
1557
|
+
.xl\:grid-cols-4 {
|
|
1558
|
+
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
1559
|
+
}
|
|
1476
1560
|
.xl\:grid-cols-5 {
|
|
1477
1561
|
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1478
1562
|
}
|
|
1479
1563
|
}
|
|
1564
|
+
|
|
1480
1565
|
@media (min-width: 1536px) {
|
|
1481
1566
|
.\32xl\:grid-cols-5 {
|
|
1482
1567
|
grid-template-columns: repeat(5, minmax(0, 1fr))
|
|
1483
1568
|
}
|
|
1484
1569
|
}
|
|
1485
|
-
@media (min-width: 1600px) {
|
|
1486
|
-
.\33xl\:grid-cols-8 {
|
|
1487
|
-
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1490
|
-
@media (min-width: 1800px) {
|
|
1491
|
-
.\34xl\:grid-cols-8 {
|
|
1492
|
-
grid-template-columns: repeat(8, minmax(0, 1fr))
|
|
1493
|
-
}
|
|
1494
|
-
}
|
|
1495
|
-
@media (min-width: 2000px) {
|
|
1496
|
-
.\35xl\:grid-cols-10 {
|
|
1497
|
-
grid-template-columns: repeat(10, minmax(0, 1fr))
|
|
1498
|
-
}
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
1570
|
.ant-dropdown-menu-item .antd-Button.antd-Button--default {
|
|
1502
1571
|
border: none;
|
|
1503
1572
|
border-width: 0;
|
|
@@ -1756,8 +1825,17 @@ fieldset.antd-Collapse > legend{
|
|
|
1756
1825
|
.steedos-object-button.antd-Button {
|
|
1757
1826
|
margin-right: 0px;
|
|
1758
1827
|
}
|
|
1828
|
+
.steedos-object-record-detail-header button[class~="steedos-object-button"] {
|
|
1829
|
+
margin-left: 4px;
|
|
1830
|
+
}
|
|
1831
|
+
.steedos-object-listview-content-wrapper button[class~="steedos-object-button"] {
|
|
1832
|
+
margin-left: 4px;
|
|
1833
|
+
}
|
|
1834
|
+
.steedos-record-related-header button[class~="steedos-object-button"] {
|
|
1835
|
+
margin-left: 4px;
|
|
1836
|
+
}
|
|
1759
1837
|
/* 魔方定义的按钮,连续的按钮左侧加间隔分开,第一个按钮不会识别此样式 */
|
|
1760
|
-
.steedos-object-button + .steedos-object-button {
|
|
1838
|
+
.steedos-object-button + .steedos-object-button button {
|
|
1761
1839
|
margin-left: 4px;
|
|
1762
1840
|
}
|
|
1763
1841
|
/* 魔方定义的按钮,如果是显示在下拉菜单作为菜单按钮则不能加间隔 */
|
|
@@ -2181,16 +2259,52 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2181
2259
|
height: 50px;
|
|
2182
2260
|
}
|
|
2183
2261
|
|
|
2184
|
-
.
|
|
2262
|
+
.instance-form-view .antd-Table-table .antd-Form-label {
|
|
2263
|
+
display: none;
|
|
2264
|
+
}
|
|
2265
|
+
.instance-form-view-wizard .antd-Form .antd-Form-item {
|
|
2266
|
+
margin-bottom: 0.75rem;
|
|
2267
|
+
}
|
|
2268
|
+
.instance-form-view-wizard.antd-Wizard--vertical .antd--Wizard-steps {
|
|
2269
|
+
padding-left: 0.5rem;
|
|
2270
|
+
padding-top: 0.5rem;
|
|
2271
|
+
}
|
|
2272
|
+
.instance-form-view-wizard.antd-Wizard--vertical .antd--Wizard-steps .antd-StepsItem .antd-StepsItem-ellText {
|
|
2273
|
+
white-space: normal;
|
|
2274
|
+
}
|
|
2275
|
+
.steedos-amis-instance-view .steedos-input-table .antd-Table-table colgroup col:nth-child(2) {
|
|
2276
|
+
width: 0px !important;
|
|
2277
|
+
min-width: 0px !important;
|
|
2278
|
+
}
|
|
2279
|
+
.steedos-amis-instance-view .steedos-input-table .antd-Table-table thead tr th:first-child {
|
|
2280
|
+
width: 60px;
|
|
2281
|
+
}
|
|
2282
|
+
.steedos-amis-instance-view .steedos-input-table .antd-Table-table thead .antd-Table-operationCell {
|
|
2283
|
+
width: 0px !important;
|
|
2284
|
+
}
|
|
2285
|
+
.steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation {
|
|
2286
|
+
border: none !important;
|
|
2287
|
+
}
|
|
2288
|
+
.steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField {
|
|
2289
|
+
margin-left: -55px;
|
|
2290
|
+
}
|
|
2291
|
+
.steedos-amis-instance-view td .loading {
|
|
2292
|
+
display: none !important;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
.amis-object-field-lookup .lookup-left {
|
|
2185
2296
|
max-width: 50% !important;
|
|
2186
2297
|
}
|
|
2187
|
-
.lookup-left .antd-Select-popover {
|
|
2298
|
+
.amis-object-field-lookup .lookup-left .antd-Select-popover {
|
|
2188
2299
|
width: auto !important;
|
|
2189
2300
|
}
|
|
2190
|
-
.antd-InputGroup .antd-SelectControl.lookup-left .antd-Select {
|
|
2191
|
-
border-right-
|
|
2192
|
-
border-
|
|
2193
|
-
|
|
2301
|
+
.amis-object-field-lookup .antd-InputGroup .antd-SelectControl.lookup-left .antd-Select {
|
|
2302
|
+
border-top-right-radius: 0;
|
|
2303
|
+
border-bottom-right-radius: 0;
|
|
2304
|
+
}
|
|
2305
|
+
.amis-object-field-lookup .antd-InputGroup .antd-PickerControl .antd-Picker-input {
|
|
2306
|
+
border-top-left-radius: 0;
|
|
2307
|
+
border-bottom-left-radius: 0;
|
|
2194
2308
|
}
|
|
2195
2309
|
|
|
2196
2310
|
@media (min-width: 767px) {
|
|
@@ -2349,46 +2463,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2349
2463
|
/*
|
|
2350
2464
|
列表快速搜索,手机端及PC端分栏模式需要独占一行,另外card模式,即antd-Cards-toolbar也一样
|
|
2351
2465
|
*/
|
|
2352
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child,
|
|
2353
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child {
|
|
2354
|
-
width: 100%;
|
|
2355
|
-
margin-top: 8px;
|
|
2356
|
-
}
|
|
2357
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper,
|
|
2358
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper {
|
|
2359
|
-
width: 100%;
|
|
2360
|
-
}
|
|
2361
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active,
|
|
2362
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active {
|
|
2363
|
-
width: 100%;
|
|
2364
|
-
}
|
|
2365
2466
|
@media (max-width: 768px) {
|
|
2366
|
-
.steedos-object-table .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child,
|
|
2367
|
-
.steedos-object-table .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child {
|
|
2368
|
-
width: 100%;
|
|
2369
|
-
margin-top: 8px;
|
|
2370
|
-
}
|
|
2371
|
-
.steedos-object-table .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper,
|
|
2372
|
-
.steedos-object-table .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper {
|
|
2373
|
-
width: 100%;
|
|
2374
|
-
}
|
|
2375
|
-
.steedos-object-table .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active,
|
|
2376
|
-
.steedos-object-table .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active {
|
|
2377
|
-
width: 100%;
|
|
2378
|
-
}
|
|
2379
|
-
.antd-Modal .antd-Modal-body .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child,
|
|
2380
|
-
.antd-Modal .antd-Modal-body .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child {
|
|
2381
|
-
width: 100%;
|
|
2382
|
-
margin-top: 8px;
|
|
2383
|
-
}
|
|
2384
|
-
.antd-Modal .antd-Modal-body .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper,
|
|
2385
|
-
.antd-Modal .antd-Modal-body .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper {
|
|
2386
|
-
width: 100%;
|
|
2387
|
-
}
|
|
2388
|
-
.antd-Modal .antd-Modal-body .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active,
|
|
2389
|
-
.antd-Modal .antd-Modal-body .antd-Crud .antd-Cards-toolbar:first-child .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active {
|
|
2390
|
-
width: 100%;
|
|
2391
|
-
}
|
|
2392
2467
|
.steedos-object-table .antd-Crud > form.antd-Form:before {
|
|
2393
2468
|
border-bottom: none;
|
|
2394
2469
|
}
|
|
@@ -2521,10 +2596,6 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2521
2596
|
padding-bottom: 0.5rem;
|
|
2522
2597
|
padding-left: 1rem;
|
|
2523
2598
|
padding-right: 1rem;
|
|
2524
|
-
background-color: rgb(243 244 246);
|
|
2525
|
-
border-color: rgb(209 213 219);
|
|
2526
|
-
border-style: solid;
|
|
2527
|
-
border-bottom-width: 1px;
|
|
2528
2599
|
}
|
|
2529
2600
|
.steedos-object-table.steedos-crud-mode-cards .antd-Crud .antd-Cards .antd-Cards-toolbar:last-child {
|
|
2530
2601
|
padding-left: 1rem;
|
|
@@ -2697,6 +2768,13 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2697
2768
|
display: none;
|
|
2698
2769
|
}
|
|
2699
2770
|
|
|
2771
|
+
.steedos-record-tabs.steedos-record-tabs--single .antd-Tabs-linksContainer-wrapper {
|
|
2772
|
+
display: none;
|
|
2773
|
+
}
|
|
2774
|
+
.steedos-record-tabs.steedos-record-tabs--single .antd-Tabs-content {
|
|
2775
|
+
margin-top: -1rem;
|
|
2776
|
+
}
|
|
2777
|
+
|
|
2700
2778
|
.steedos-context-bar .antd-Nav-list {
|
|
2701
2779
|
border-bottom: 0px;
|
|
2702
2780
|
height: 40px;
|
|
@@ -2734,26 +2812,6 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2734
2812
|
min-height: var(--Nav-Item-height);
|
|
2735
2813
|
height: unset;
|
|
2736
2814
|
}
|
|
2737
|
-
.steedos-app-menu.stacked .antd-Nav-Menu .antd-Nav-Menu-submenu-selected > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
|
|
2738
|
-
color: black;
|
|
2739
|
-
}
|
|
2740
|
-
.steedos-app-menu.stacked a,
|
|
2741
|
-
.steedos-app-menu.stacked a:hover,
|
|
2742
|
-
.steedos-app-menu.stacked a:active,
|
|
2743
|
-
.steedos-app-menu.stacked a:focus {
|
|
2744
|
-
color: black;
|
|
2745
|
-
}
|
|
2746
|
-
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-label,
|
|
2747
|
-
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon,
|
|
2748
|
-
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon-after,
|
|
2749
|
-
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-submenu-arrow {
|
|
2750
|
-
color: black;
|
|
2751
|
-
}
|
|
2752
|
-
.steedos-app-menu.stacked .antd-Nav-SearchBox.is-active {
|
|
2753
|
-
width: calc(100% - 1rem);
|
|
2754
|
-
margin: 0 0.5rem;
|
|
2755
|
-
margin-bottom: 0.5rem;
|
|
2756
|
-
}
|
|
2757
2815
|
.steedos-header-container-line-two .ant-dropdown-placement-bottomLeft {
|
|
2758
2816
|
left: -15px !important;
|
|
2759
2817
|
}
|
|
@@ -2766,8 +2824,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2766
2824
|
.antd-Nav-Menu-submenu-active .antd-Nav-Menu-item .hover-inline-flex {
|
|
2767
2825
|
display: none !important;
|
|
2768
2826
|
}
|
|
2769
|
-
.
|
|
2770
|
-
|
|
2827
|
+
.antd-Nav-Menu-inline .antd-Nav-Menu-item-selected::before {
|
|
2828
|
+
top: 10px;
|
|
2829
|
+
left: 5px;
|
|
2830
|
+
bottom: 10px;
|
|
2831
|
+
border-radius: 22px;
|
|
2771
2832
|
}
|
|
2772
2833
|
|
|
2773
2834
|
#steedosGlobalFooterRoot .steedos-global-footer {
|
|
@@ -2844,11 +2905,18 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2844
2905
|
.sidebar-wrapper {
|
|
2845
2906
|
transition: 0.5s ease transform;
|
|
2846
2907
|
will-change: transform;
|
|
2847
|
-
transform: translate(-100
|
|
2848
|
-
-webkit-transform: translate(-100
|
|
2849
|
-
-moz-transform: translate(-100
|
|
2850
|
-
-ms-transform: translate(-100
|
|
2851
|
-
-o-transform: translate(-100
|
|
2908
|
+
transform: translate(calc(-100% + 60px), 0);
|
|
2909
|
+
-webkit-transform: translate(calc(-100% + 60px), 0);
|
|
2910
|
+
-moz-transform: translate(calc(-100% + 60px), 0);
|
|
2911
|
+
-ms-transform: translate(calc(-100% + 60px), 0);
|
|
2912
|
+
-o-transform: translate(calc(-100% + 60px), 0);
|
|
2913
|
+
overflow-x: hidden;
|
|
2914
|
+
}
|
|
2915
|
+
.sidebar-wrapper .steedos-app-service {
|
|
2916
|
+
left: 160px;
|
|
2917
|
+
}
|
|
2918
|
+
.antd-Nav-Menu-item-divider {
|
|
2919
|
+
border-bottom: 0.0625rem solid #cacacc !important;
|
|
2852
2920
|
}
|
|
2853
2921
|
body.sidebar-open .sidebar-wrapper {
|
|
2854
2922
|
transform: translate(0, 0);
|
|
@@ -2857,13 +2925,28 @@ body.sidebar-open .sidebar-wrapper {
|
|
|
2857
2925
|
-ms-transform: translate(0, 0);
|
|
2858
2926
|
-o-transform: translate(0, 0);
|
|
2859
2927
|
}
|
|
2928
|
+
body.sidebar-open .sidebar-wrapper .steedos-app-service {
|
|
2929
|
+
left: 0px;
|
|
2930
|
+
}
|
|
2860
2931
|
body.sidebar #sidebar {
|
|
2861
2932
|
margin-top: 50px;
|
|
2862
2933
|
}
|
|
2934
|
+
.antd-Nav-Menu-item-tooltip {
|
|
2935
|
+
display: none !important;
|
|
2936
|
+
}
|
|
2937
|
+
.antd-Nav.stacked .antd-Nav-Menu-item-link .antd-Nav-Menu-item-label {
|
|
2938
|
+
white-space: nowrap;
|
|
2939
|
+
overflow: hidden;
|
|
2940
|
+
text-overflow: ellipsis;
|
|
2941
|
+
width: 100%;
|
|
2942
|
+
}
|
|
2863
2943
|
@media (min-width: 768px) {
|
|
2864
2944
|
body.sidebar.sidebar-open #main {
|
|
2865
2945
|
margin-left: 220px;
|
|
2866
2946
|
}
|
|
2947
|
+
body.sidebar #main {
|
|
2948
|
+
margin-left: 60px;
|
|
2949
|
+
}
|
|
2867
2950
|
}
|
|
2868
2951
|
@media (max-width: 768px) {
|
|
2869
2952
|
body.sidebar.sidebar-open #sidebar {
|
|
@@ -2879,11 +2962,11 @@ body.sidebar #sidebar {
|
|
|
2879
2962
|
display: block;
|
|
2880
2963
|
transition: ease-out opacity 0.2s;
|
|
2881
2964
|
position: fixed;
|
|
2882
|
-
top:
|
|
2965
|
+
top: 51px;
|
|
2883
2966
|
right: 0;
|
|
2884
2967
|
bottom: 0;
|
|
2885
2968
|
left: 0;
|
|
2886
|
-
z-index:
|
|
2969
|
+
z-index: 1000;
|
|
2887
2970
|
background: rgba(0, 0, 0, 0.6);
|
|
2888
2971
|
opacity: 1;
|
|
2889
2972
|
}
|
|
@@ -2908,6 +2991,20 @@ body.sidebar #sidebar {
|
|
|
2908
2991
|
max-height: 60vh;
|
|
2909
2992
|
margin: 0;
|
|
2910
2993
|
}
|
|
2994
|
+
.sidebar-wrapper {
|
|
2995
|
+
position: fixed;
|
|
2996
|
+
left: 0;
|
|
2997
|
+
top: 50px;
|
|
2998
|
+
bottom: 0;
|
|
2999
|
+
width: 260px;
|
|
3000
|
+
background: #fff;
|
|
3001
|
+
z-index: 1001;
|
|
3002
|
+
transform: translateX(-100%);
|
|
3003
|
+
transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
|
|
3004
|
+
}
|
|
3005
|
+
body.sidebar.sidebar-open .sidebar-wrapper {
|
|
3006
|
+
transform: translateX(0);
|
|
3007
|
+
}
|
|
2911
3008
|
}
|
|
2912
3009
|
|
|
2913
3010
|
.instance-default .instance-form .form-control .antd-Form-item {
|
|
@@ -2916,6 +3013,34 @@ body.sidebar #sidebar {
|
|
|
2916
3013
|
.instance-default .instance-form .form-control .antd-Form-item .antd-Form-static {
|
|
2917
3014
|
padding: 0;
|
|
2918
3015
|
}
|
|
3016
|
+
.antd-Crud .antd-Table .antd-Table-table tbody td.steedos-table-lookup-field .antd-Wrapper,
|
|
3017
|
+
.antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper {
|
|
3018
|
+
display: inline !important;
|
|
3019
|
+
}
|
|
3020
|
+
.antd-Crud .antd-Table .antd-Table-table tbody td.steedos-table-lookup-field .antd-Wrapper .antd-Form-item,
|
|
3021
|
+
.antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper .antd-Form-item {
|
|
3022
|
+
display: inline !important;
|
|
3023
|
+
}
|
|
3024
|
+
.antd-Crud .antd-Table .antd-Table-table tbody td.steedos-table-lookup-field .antd-Wrapper .antd-Form-item > label.antd-Form-label,
|
|
3025
|
+
.antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper .antd-Form-item > label.antd-Form-label {
|
|
3026
|
+
display: none !important;
|
|
3027
|
+
}
|
|
3028
|
+
.antd-Crud .antd-Table .antd-Table-table tbody td.steedos-table-lookup-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper,
|
|
3029
|
+
.antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper {
|
|
3030
|
+
display: inline !important;
|
|
3031
|
+
}
|
|
3032
|
+
.antd-Crud .antd-Table .antd-Table-table tbody td.steedos-table-lookup-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper *,
|
|
3033
|
+
.antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper * {
|
|
3034
|
+
display: inline !important;
|
|
3035
|
+
}
|
|
3036
|
+
.antd-Crud .antd-Table .antd-Table-table tbody td.steedos-table-lookup-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper .steedos-field-lookup-each > .antd-Form-item,
|
|
3037
|
+
.antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper .steedos-field-lookup-each > .antd-Form-item {
|
|
3038
|
+
margin-right: 6px;
|
|
3039
|
+
}
|
|
3040
|
+
.antd-Crud .antd-Table .antd-Table-table tbody td.steedos-table-lookup-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper .steedos-field-lookup-each > .antd-Form-item:last-child,
|
|
3041
|
+
.antd-Crud .antd-Table .antd-Table-table td.steedos-table-master_detail-field .antd-Wrapper .antd-Form-item .steedos-field-lookup-wrapper .steedos-field-lookup-each > .antd-Form-item:last-child {
|
|
3042
|
+
margin-right: 0;
|
|
3043
|
+
}
|
|
2919
3044
|
|
|
2920
3045
|
.steedos-select-flow-service .antd-TreeControl > .antd-Tree {
|
|
2921
3046
|
max-height: unset;
|
|
@@ -2930,6 +3055,9 @@ body.sidebar #sidebar {
|
|
|
2930
3055
|
}
|
|
2931
3056
|
.steedos-amis-instance-view .instance-name {
|
|
2932
3057
|
font-size: 20px;
|
|
3058
|
+
position: sticky;
|
|
3059
|
+
top: -13px;
|
|
3060
|
+
background: #fff;
|
|
2933
3061
|
}
|
|
2934
3062
|
.steedos-amis-instance-view .instance-form-view {
|
|
2935
3063
|
width: 100%;
|
|
@@ -2970,7 +3098,19 @@ body.sidebar #sidebar {
|
|
|
2970
3098
|
border: none !important;
|
|
2971
3099
|
box-shadow: none !important;
|
|
2972
3100
|
}
|
|
2973
|
-
.steedos-amis-instance-view .instance-form-view .antd-Form-static .antd-Form-control {
|
|
3101
|
+
.steedos-amis-instance-view .instance-form-view .antd-Form-static > .antd-Form-control {
|
|
3102
|
+
padding-left: 0.75rem;
|
|
3103
|
+
}
|
|
3104
|
+
.steedos-amis-instance-view .instance-form-view .antd-Form-control > .antd-Form-control {
|
|
3105
|
+
padding-left: 0px !important;
|
|
3106
|
+
}
|
|
3107
|
+
.steedos-amis-instance-view .instance-form-view .antd-Table-table thead tr th {
|
|
3108
|
+
padding-left: 0.75rem !important;
|
|
3109
|
+
}
|
|
3110
|
+
.steedos-amis-instance-view .instance-form-view .antd-Table-table thead tr th.antd-Table-operationCell {
|
|
3111
|
+
padding-left: 0rem !important;
|
|
3112
|
+
}
|
|
3113
|
+
.steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
|
|
2974
3114
|
padding-left: 0.75rem !important;
|
|
2975
3115
|
}
|
|
2976
3116
|
.steedos-amis-instance-view .instance-form-view .antd-Number {
|
|
@@ -3017,6 +3157,25 @@ body.sidebar #sidebar {
|
|
|
3017
3157
|
.steedos-amis-instance-view .form-control .antd-Table-table tbody tr:last-child td {
|
|
3018
3158
|
border-bottom: none !important;
|
|
3019
3159
|
}
|
|
3160
|
+
.steedos-amis-instance-view .form-control.steedos-input-table-editable .antd-Table-table tbody tr:last-child td {
|
|
3161
|
+
border-bottom: 1px solid #000 !important;
|
|
3162
|
+
}
|
|
3163
|
+
.steedos-amis-instance-view .form-control.steedos-input-table-editable .antd-Table-table tbody td:first-child {
|
|
3164
|
+
border-right: none !important;
|
|
3165
|
+
}
|
|
3166
|
+
.steedos-amis-instance-view .form-control.steedos-input-table-editable .antd-Table-table thead th:first-child {
|
|
3167
|
+
border-right: none !important;
|
|
3168
|
+
}
|
|
3169
|
+
.steedos-amis-instance-view .form-control.steedos-input-table-editable .antd-Table-table thead th:nth-child(2) {
|
|
3170
|
+
border-left: none !important;
|
|
3171
|
+
}
|
|
3172
|
+
.steedos-amis-instance-view .form-control .antd-InputTable thead tr th {
|
|
3173
|
+
background: transparent !important;
|
|
3174
|
+
border-left: 1px solid #000;
|
|
3175
|
+
}
|
|
3176
|
+
.steedos-amis-instance-view .form-control .antd-InputTable thead tr th:first-child {
|
|
3177
|
+
border-left: none !important;
|
|
3178
|
+
}
|
|
3020
3179
|
.steedos-amis-instance-view .form-control .antd-InputTable .antd-Table {
|
|
3021
3180
|
margin-bottom: 0px;
|
|
3022
3181
|
}
|
|
@@ -3031,6 +3190,12 @@ body.sidebar #sidebar {
|
|
|
3031
3190
|
border: none;
|
|
3032
3191
|
color: #000;
|
|
3033
3192
|
}
|
|
3193
|
+
.steedos-amis-instance-view .steedos-input-table > .antd-Form-value > div > div {
|
|
3194
|
+
margin-bottom: 0px !important;
|
|
3195
|
+
}
|
|
3196
|
+
.steedos-amis-instance-view table {
|
|
3197
|
+
border-collapse: collapse;
|
|
3198
|
+
}
|
|
3034
3199
|
|
|
3035
3200
|
.steedos-input-table .steedos-delete-button:hover {
|
|
3036
3201
|
color: rgb(239 68 68) !important;
|
|
@@ -3052,14 +3217,20 @@ body.sidebar #sidebar {
|
|
|
3052
3217
|
.steedos-input-table.steedos-show-index tbody tr td:nth-child(1) {
|
|
3053
3218
|
text-align: center;
|
|
3054
3219
|
}
|
|
3220
|
+
.steedos-input-table.steedos-show-index tbody tr td.antd-Table-dragCell + td {
|
|
3221
|
+
text-align: center;
|
|
3222
|
+
}
|
|
3055
3223
|
.steedos-input-table.steedos-show-index thead tr th:nth-child(1) .antd-TableCell--title {
|
|
3056
3224
|
visibility: hidden;
|
|
3057
3225
|
}
|
|
3226
|
+
.steedos-input-table.steedos-show-index thead tr th.antd-Table-dragCell + th .antd-TableCell--title {
|
|
3227
|
+
visibility: hidden;
|
|
3228
|
+
}
|
|
3058
3229
|
.steedos-input-table .antd-OperationField {
|
|
3059
3230
|
width: 50px;
|
|
3060
3231
|
}
|
|
3061
|
-
.steedos-input-table.steedos-show-index.steedos-has-operations
|
|
3062
|
-
.steedos-input-table.steedos-show-index.steedos-has-operations
|
|
3232
|
+
.steedos-input-table.steedos-show-index.steedos-has-operations td.steedos-input-table-column-operation,
|
|
3233
|
+
.steedos-input-table.steedos-show-index.steedos-has-operations th.antd-Table-operationCell {
|
|
3063
3234
|
padding: 0;
|
|
3064
3235
|
}
|
|
3065
3236
|
.steedos-input-table.steedos-show-index.steedos-has-operations td .antd-OperationField {
|
|
@@ -3083,8 +3254,8 @@ body.sidebar #sidebar {
|
|
|
3083
3254
|
visibility: visible;
|
|
3084
3255
|
justify-content: center;
|
|
3085
3256
|
}
|
|
3086
|
-
.steedos-input-table.steedos-has-operations
|
|
3087
|
-
.steedos-input-table.steedos-has-operations
|
|
3257
|
+
.steedos-input-table.steedos-has-operations td.steedos-input-table-column-operation,
|
|
3258
|
+
.steedos-input-table.steedos-has-operations th.antd-Table-operationCell {
|
|
3088
3259
|
padding: 0;
|
|
3089
3260
|
}
|
|
3090
3261
|
.steedos-input-table.steedos-has-operations td .antd-OperationField {
|
|
@@ -3111,6 +3282,12 @@ body.sidebar #sidebar {
|
|
|
3111
3282
|
}
|
|
3112
3283
|
|
|
3113
3284
|
|
|
3285
|
+
form[name="instanceForm"] .sfield-item {
|
|
3286
|
+
margin-bottom: var(--Form-item-gap) !important;
|
|
3287
|
+
}
|
|
3288
|
+
div[name="instanceForm"] .sfield-item {
|
|
3289
|
+
margin-bottom: var(--Form-item-gap) !important;
|
|
3290
|
+
}
|
|
3114
3291
|
|
|
3115
3292
|
.steedos-record-selected {
|
|
3116
3293
|
background: var(--Table-onChecked-bg) !important;
|