@steedos-widgets/amis-object 6.10.7 → 6.10.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amis-object.umd.css +41 -27
- package/dist/amis-object.umd.js +5 -5
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/package.json +3 -3
package/dist/amis-object.umd.css
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
--body-bg: white;
|
|
3
3
|
--body-color: #181818;
|
|
4
4
|
--body-size: 14px;
|
|
5
|
+
--link-color: #1677ff;
|
|
5
6
|
--Page-main-bg: transparent;
|
|
6
7
|
--Form-mode-default-labelGap: 2px;
|
|
7
8
|
--Form-item-fontSize: 12px;
|
|
@@ -43,6 +44,13 @@
|
|
|
43
44
|
--button-size-default-bottom-right-border-radius: 0.25rem;
|
|
44
45
|
--button-size-default-bottom-left-border-radius: 0.25rem;
|
|
45
46
|
--button-size-default-marginRight: 4px;
|
|
47
|
+
|
|
48
|
+
--button-light-default-bg-color: transparent;
|
|
49
|
+
--button-light-default-top-border-color: transparent;
|
|
50
|
+
--button-light-default-bottom-border-color: transparent;
|
|
51
|
+
--button-light-default-left-border-color: transparent;
|
|
52
|
+
--button-light-default-right-border-color: transparent;
|
|
53
|
+
|
|
46
54
|
--button-default-default-bg-color: white;
|
|
47
55
|
/* --button-default-hover-bg-color: rgb(245, 245, 245); */
|
|
48
56
|
--button-default-default-top-border-color: rgb(224, 224, 224);
|
|
@@ -67,6 +75,10 @@
|
|
|
67
75
|
--common-popover-border: none;
|
|
68
76
|
}
|
|
69
77
|
|
|
78
|
+
a {
|
|
79
|
+
color: var(--link-color);
|
|
80
|
+
}
|
|
81
|
+
|
|
70
82
|
/* 因上面全局设置 --DropDown-caret-marginLeft 为0了,这里允许设置DropDown的className为steedos-DropDown--show-label时恢复按钮label和右侧caret图标间距 */
|
|
71
83
|
/* .steedos-DropDown--show-label.antd-DropDown .antd-Button .antd-DropDown-caret{
|
|
72
84
|
margin-left: 0.5rem;
|
|
@@ -465,12 +477,12 @@ fieldset.antd-Collapse > legend{
|
|
|
465
477
|
|
|
466
478
|
.antd-Nav-Menu-item {
|
|
467
479
|
border-radius: 0.375rem;
|
|
480
|
+
margin-top: 3px;
|
|
468
481
|
}
|
|
469
482
|
|
|
470
483
|
|
|
471
484
|
.antd-Nav-Menu-item-dragBar {
|
|
472
|
-
left:
|
|
473
|
-
top: 11px;
|
|
485
|
+
left: -4px;
|
|
474
486
|
}
|
|
475
487
|
|
|
476
488
|
.steedos-app-service-edit .antd-Nav-Menu-inline .antd-Nav-Menu-item-active.antd-Nav-Menu-item-selected::before {
|
|
@@ -498,8 +510,8 @@ fieldset.antd-Collapse > legend{
|
|
|
498
510
|
background: rgb(14 165 233);
|
|
499
511
|
}
|
|
500
512
|
|
|
501
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-item {
|
|
502
|
-
padding-right: 0
|
|
513
|
+
.antd-Nav-Menu-light .antd-Nav-Menu-item, .antd-Nav-Menu-light .antd-Nav-Menu-submenu-title {
|
|
514
|
+
padding-right: 0;
|
|
503
515
|
}
|
|
504
516
|
|
|
505
517
|
.antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected {
|
|
@@ -541,27 +553,47 @@ fieldset.antd-Collapse > legend{
|
|
|
541
553
|
background-color: unset;
|
|
542
554
|
}
|
|
543
555
|
|
|
544
|
-
|
|
556
|
+
/*
|
|
545
557
|
.steedos-header-container .antd-Nav-Menu {
|
|
546
558
|
--Menu-light-backgroundColor: transparent;
|
|
559
|
+
} */
|
|
560
|
+
.antd-Nav-Menu .antd-Nav-Menu-submenu > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
|
|
561
|
+
color: var(--Menu-light-fontColor);
|
|
562
|
+
padding-left: 6px;
|
|
547
563
|
}
|
|
548
|
-
|
|
564
|
+
/*
|
|
549
565
|
.antd-Nav-Menu .antd-Nav-Menu-submenu-selected > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
|
|
550
566
|
color: var(--Menu-light-fontColor);
|
|
567
|
+
padding-left: 6px;
|
|
551
568
|
}
|
|
569
|
+
.antd-Nav-Menu .antd-Nav-Menu-submenu-active > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
|
|
570
|
+
color: var(--Menu-light-fontColor);
|
|
571
|
+
padding-left: 6px;
|
|
572
|
+
} */
|
|
573
|
+
/*
|
|
552
574
|
.antd-Nav-Menu a, a:hover, a:active, a:focus {
|
|
553
575
|
color: var(--Menu-light-fontColor);
|
|
554
576
|
}
|
|
555
577
|
.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 {
|
|
556
578
|
color: var(--Menu-light-fontColor);
|
|
557
|
-
}
|
|
579
|
+
} */
|
|
558
580
|
|
|
559
|
-
.antd-Nav-Menu .antd-Nav-Menu-submenu-title a, .antd-Nav-Menu .antd-Nav-Menu-submenu-title a:hover {
|
|
581
|
+
/* .antd-Nav-Menu .antd-Nav-Menu-submenu-title a, .antd-Nav-Menu .antd-Nav-Menu-submenu-title a:hover {
|
|
560
582
|
padding-left: 6px;
|
|
561
583
|
font-weight: bold;
|
|
584
|
+
} */
|
|
585
|
+
|
|
586
|
+
.antd-Nav .antd-Nav-dropIndicator {
|
|
587
|
+
position: absolute;
|
|
588
|
+
background: gray;
|
|
589
|
+
height: 0.125rem;
|
|
562
590
|
}
|
|
563
591
|
|
|
564
592
|
|
|
593
|
+
.antd-Nav .antd-Nav-Menu-item-link{
|
|
594
|
+
min-height:var(--Nav-Item-height);
|
|
595
|
+
height: unset;
|
|
596
|
+
}
|
|
565
597
|
.ant-dropdown{
|
|
566
598
|
z-index: 1400;
|
|
567
599
|
}
|
|
@@ -1331,10 +1363,6 @@ fieldset.antd-Collapse > legend{
|
|
|
1331
1363
|
.leading-none {
|
|
1332
1364
|
line-height: 1
|
|
1333
1365
|
}
|
|
1334
|
-
.\!text-gray-700 {
|
|
1335
|
-
--tw-text-opacity: 1 !important;
|
|
1336
|
-
color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important
|
|
1337
|
-
}
|
|
1338
1366
|
.text-\[blue\] {
|
|
1339
1367
|
--tw-text-opacity: 1;
|
|
1340
1368
|
color: rgb(0 0 255 / var(--tw-text-opacity, 1))
|
|
@@ -2847,10 +2875,6 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2847
2875
|
.h-fill {
|
|
2848
2876
|
height: -webkit-fill-available !important;
|
|
2849
2877
|
}
|
|
2850
|
-
.steedos-global-header-root .sidebar-wrapper .antd-Nav .antd-Nav-Menu-item-link {
|
|
2851
|
-
min-height: var(--Nav-Item-height);
|
|
2852
|
-
height: unset;
|
|
2853
|
-
}
|
|
2854
2878
|
.steedos-header-container-line-two .ant-dropdown-placement-bottomLeft {
|
|
2855
2879
|
left: -15px !important;
|
|
2856
2880
|
}
|
|
@@ -2863,16 +2887,6 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2863
2887
|
.antd-Nav-Menu-submenu-active .antd-Nav-Menu-item .hover-inline-flex {
|
|
2864
2888
|
display: none !important;
|
|
2865
2889
|
}
|
|
2866
|
-
.antd-Nav-Menu-inline .antd-Nav-Menu-item-selected::before {
|
|
2867
|
-
top: 10px;
|
|
2868
|
-
left: 5px;
|
|
2869
|
-
bottom: 10px;
|
|
2870
|
-
border-radius: 22px;
|
|
2871
|
-
}
|
|
2872
|
-
.sidebar-wrapper .antd-Button--size-default {
|
|
2873
|
-
border-color: transparent;
|
|
2874
|
-
background-color: transparent;
|
|
2875
|
-
}
|
|
2876
2890
|
|
|
2877
2891
|
#steedosGlobalFooterRoot .steedos-global-footer {
|
|
2878
2892
|
height: 4rem;
|
|
@@ -2993,7 +3007,7 @@ body.sidebar #sidebar {
|
|
|
2993
3007
|
margin-left: 220px;
|
|
2994
3008
|
}
|
|
2995
3009
|
body.sidebar #main {
|
|
2996
|
-
margin-left:
|
|
3010
|
+
margin-left: 50px;
|
|
2997
3011
|
}
|
|
2998
3012
|
}
|
|
2999
3013
|
@media (max-width: 768px) {
|