@steedos-widgets/amis-object 6.10.5 → 6.10.7

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.
@@ -97,7 +97,7 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
97
97
  items: any[];
98
98
  };
99
99
  md: string;
100
- columnClassName?: undefined;
100
+ columnClassName: string;
101
101
  })[];
102
102
  className: string;
103
103
  }[];
@@ -52,7 +52,7 @@
52
52
  /* --button-default-default-font-color: rgb(1, 118, 211); */
53
53
  --button-enhance-default-bg-color: white;
54
54
  --Crud-toolbar-gap: 2px;
55
- --DropDown-caret-marginLeft: 0;
55
+ /* --DropDown-caret-marginLeft: 0; */
56
56
  --Tabs--vertical-width: 180px;
57
57
  --Tabs--vertical-bg: white;
58
58
  --Tabs-link-maxWidth: 180px;
@@ -67,10 +67,10 @@
67
67
  --common-popover-border: none;
68
68
  }
69
69
 
70
- .steedos-DropDown--show-label.antd-DropDown .antd-Button .antd-DropDown-caret{
71
- /* 因上面全局设置 --DropDown-caret-marginLeft 为0了,这里允许设置DropDown的className为steedos-DropDown--show-label时恢复按钮label和右侧caret图标间距 */
70
+ /* 因上面全局设置 --DropDown-caret-marginLeft 为0了,这里允许设置DropDown的className为steedos-DropDown--show-label时恢复按钮label和右侧caret图标间距 */
71
+ /* .steedos-DropDown--show-label.antd-DropDown .antd-Button .antd-DropDown-caret{
72
72
  margin-left: 0.5rem;
73
- }
73
+ } */
74
74
 
75
75
  /* 修正手机端字体小的问题 */
76
76
  @media (max-width: 767px) {
@@ -180,9 +180,9 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
180
180
  border-collapse: separate;
181
181
  }
182
182
 
183
- .antd-DropDown-caret > svg {
183
+ /* .antd-DropDown-caret > svg {
184
184
  top: 0px;
185
- }
185
+ } */
186
186
 
187
187
 
188
188
  /* 处理amis debug 滚动条异常 */
@@ -443,19 +443,19 @@ fieldset.antd-Collapse > legend{
443
443
  }
444
444
 
445
445
  :root, .antd-Nav-Menu {
446
+
446
447
  --Menu-light-fontColor: var(--Layout-light-fontColor);
447
- --Menu-light-fontColor-onHover: var(--Layout-light-fontColor);
448
- --Menu-light-fontColor-onActive: var(--Layout-light--onActive);
448
+ --Menu-light-fontColor-onHover: var(--link-color);
449
+ --Menu-light-fontColor-onActive: var(--link-colorlink);
449
450
  --Menu-light-active-backgroundColor: rgb(240, 240, 240);
450
451
  --Menu-light-backgroundColor-onHover: rgb(240, 240, 240);
451
- --Menu-light-selectedIndicator-color: rgb(14, 165, 233);
452
+ --Menu-light-selectedIndicator-color: transparent;
452
453
  --Nav-Item-height: 2.5rem;
453
454
  /* --Nav-Item-height--horizontal: 2.5rem; */
454
- --Nav-item-borderRadius: 0px;
455
- --Nav-item-onActive-color: #000;
455
+ --Nav-item-borderRadius: 0.5rem;
456
456
  --Nav-item-onHover-bg: rgba(21,137,238,.1);
457
457
  --Nav-item-onActive-bg: rgba(21,137,238,.1);
458
- --Nav-item-onActive-color: var(--Layout-light--onActive);
458
+ --Nav-item-onActive-color: var(--link-colorlink);
459
459
  --Nav-Item-maxWidth--tabs: 200px;
460
460
  }
461
461
  .antd-Nav-Menu.antd-Nav-Menu-horizontal {
@@ -463,10 +463,11 @@ fieldset.antd-Collapse > legend{
463
463
  --Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
464
464
  }
465
465
 
466
- .antd-Nav {
467
- --Nav-item-onActive-color: #000;
466
+ .antd-Nav-Menu-item {
467
+ border-radius: 0.375rem;
468
468
  }
469
469
 
470
+
470
471
  .antd-Nav-Menu-item-dragBar {
471
472
  left: 0;
472
473
  top: 11px;
@@ -722,9 +723,6 @@ fieldset.antd-Collapse > legend{
722
723
  .col-span-2 {
723
724
  grid-column: span 2 / span 2
724
725
  }
725
- .float-right {
726
- float: right
727
- }
728
726
  .m-0 {
729
727
  margin: 0px
730
728
  }
@@ -744,9 +742,13 @@ fieldset.antd-Collapse > legend{
744
742
  margin-left: 0px !important;
745
743
  margin-right: 0px !important
746
744
  }
747
- .mx-4 {
748
- margin-left: 1rem;
749
- margin-right: 1rem
745
+ .mx-0 {
746
+ margin-left: 0px;
747
+ margin-right: 0px
748
+ }
749
+ .mx-3 {
750
+ margin-left: 0.75rem;
751
+ margin-right: 0.75rem
750
752
  }
751
753
  .my-2 {
752
754
  margin-top: 0.5rem;
@@ -794,9 +796,6 @@ fieldset.antd-Collapse > legend{
794
796
  .ml-4 {
795
797
  margin-left: 1rem
796
798
  }
797
- .ml-6 {
798
- margin-left: 1.5rem
799
- }
800
799
  .mr-0 {
801
800
  margin-right: 0px
802
801
  }
@@ -818,9 +817,6 @@ fieldset.antd-Collapse > legend{
818
817
  .mt-1 {
819
818
  margin-top: 0.25rem
820
819
  }
821
- .mt-2 {
822
- margin-top: 0.5rem
823
- }
824
820
  .mt-3 {
825
821
  margin-top: 0.75rem
826
822
  }
@@ -1020,6 +1016,9 @@ fieldset.antd-Collapse > legend{
1020
1016
  .flex-nowrap {
1021
1017
  flex-wrap: nowrap
1022
1018
  }
1019
+ .items-start {
1020
+ align-items: flex-start
1021
+ }
1023
1022
  .items-center {
1024
1023
  align-items: center
1025
1024
  }
@@ -1047,6 +1046,9 @@ fieldset.antd-Collapse > legend{
1047
1046
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1048
1047
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
1049
1048
  }
1049
+ .justify-self-start {
1050
+ justify-self: start
1051
+ }
1050
1052
  .overflow-auto {
1051
1053
  overflow: auto
1052
1054
  }
@@ -1189,6 +1191,10 @@ fieldset.antd-Collapse > legend{
1189
1191
  .p-4 {
1190
1192
  padding: 1rem
1191
1193
  }
1194
+ .\!px-2 {
1195
+ padding-left: 0.5rem !important;
1196
+ padding-right: 0.5rem !important
1197
+ }
1192
1198
  .px-0 {
1193
1199
  padding-left: 0px;
1194
1200
  padding-right: 0px
@@ -1353,10 +1359,6 @@ fieldset.antd-Collapse > legend{
1353
1359
  --tw-text-opacity: 1;
1354
1360
  color: rgb(107 114 128 / var(--tw-text-opacity, 1))
1355
1361
  }
1356
- .text-gray-600 {
1357
- --tw-text-opacity: 1;
1358
- color: rgb(75 85 99 / var(--tw-text-opacity, 1))
1359
- }
1360
1362
  .text-gray-700 {
1361
1363
  --tw-text-opacity: 1;
1362
1364
  color: rgb(55 65 81 / var(--tw-text-opacity, 1))
@@ -1462,12 +1464,6 @@ fieldset.antd-Collapse > legend{
1462
1464
  font-weight: 700
1463
1465
  }
1464
1466
 
1465
- .hover\:shadow:hover {
1466
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1467
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1468
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
1469
- }
1470
-
1471
1467
  .focus\:outline-none:focus {
1472
1468
  outline: 2px solid transparent;
1473
1469
  outline-offset: 2px
@@ -2873,6 +2869,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2873
2869
  bottom: 10px;
2874
2870
  border-radius: 22px;
2875
2871
  }
2872
+ .sidebar-wrapper .antd-Button--size-default {
2873
+ border-color: transparent;
2874
+ background-color: transparent;
2875
+ }
2876
2876
 
2877
2877
  #steedosGlobalFooterRoot .steedos-global-footer {
2878
2878
  height: 4rem;