@steedos-widgets/amis-object 6.3.11-beta.10 → 6.3.11-beta.11

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.
@@ -185,7 +185,7 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
185
185
  top: 0px;
186
186
  }
187
187
 
188
- /* start: amis 2.7.2, component Nav */
188
+ /* start: amis , component Nav */
189
189
  :root {
190
190
  --Nav-Item-height--horizontal: 2.5rem;
191
191
  }
@@ -201,18 +201,31 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
201
201
  background: rgb(14 165 233);
202
202
  }
203
203
 
204
+ .antd-Nav-Menu-light .antd-Nav-Menu-item {
205
+ padding-right: 0.5rem;
206
+ }
207
+
204
208
  .antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected {
205
209
  background: rgba(21,137,238,.1);
206
210
  }
207
211
 
208
- .antd-Nav-Menu-item-selected .antd-Nav-Menu-item-label {
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;
209
222
  color: black !important;
210
223
  }
211
224
 
212
225
  .antd-Nav-Menu-horizontal > .antd-Nav-Menu-item-tooltip-wrap > .antd-Nav-Menu-item {
213
226
  padding: 0 15px;
214
227
  }
215
- /* end: amis 2.7.2, component Nav */
228
+ /* end: amis component Nav */
216
229
 
217
230
  /* 处理amis debug 滚动条异常 */
218
231
  .AMISDebug-content{
@@ -457,6 +470,13 @@ fieldset.antd-Collapse > legend{
457
470
  /* .steedos-amis-form.steedos-field-layout-page .antd-Collapse .antd-Form--normal>div[data-editor-id]{
458
471
  display: contents;
459
472
  } */
473
+
474
+
475
+ /* 修正 DropButton 组件的样式 */
476
+ .antd-DropDown-menu-root {
477
+ margin-top: 0;
478
+ }
479
+
460
480
  .ant-dropdown{
461
481
  z-index: 1400;
462
482
  }
@@ -636,9 +656,6 @@ fieldset.antd-Collapse > legend{
636
656
  .m-0 {
637
657
  margin: 0px
638
658
  }
639
- .m-1 {
640
- margin: 0.25rem
641
- }
642
659
  .m-2 {
643
660
  margin: 0.5rem
644
661
  }
@@ -646,6 +663,10 @@ fieldset.antd-Collapse > legend{
646
663
  margin-left: 0px !important;
647
664
  margin-right: 0px !important
648
665
  }
666
+ .mx-3 {
667
+ margin-left: 0.75rem;
668
+ margin-right: 0.75rem
669
+ }
649
670
  .my-2 {
650
671
  margin-top: 0.5rem;
651
672
  margin-bottom: 0.5rem
@@ -1005,6 +1026,9 @@ fieldset.antd-Collapse > legend{
1005
1026
  .border-r {
1006
1027
  border-right-width: 1px
1007
1028
  }
1029
+ .border-t {
1030
+ border-top-width: 1px
1031
+ }
1008
1032
  .border-solid {
1009
1033
  border-style: solid
1010
1034
  }
@@ -1057,6 +1081,9 @@ fieldset.antd-Collapse > legend{
1057
1081
  .fill-gray-500 {
1058
1082
  fill: #6b7280
1059
1083
  }
1084
+ .fill-gray-700 {
1085
+ fill: #374151
1086
+ }
1060
1087
  .fill-slate-500 {
1061
1088
  fill: #64748b
1062
1089
  }
@@ -1117,6 +1144,9 @@ fieldset.antd-Collapse > legend{
1117
1144
  .pb-16 {
1118
1145
  padding-bottom: 4rem
1119
1146
  }
1147
+ .pb-2 {
1148
+ padding-bottom: 0.5rem
1149
+ }
1120
1150
  .pb-4 {
1121
1151
  padding-bottom: 1rem
1122
1152
  }
@@ -1135,9 +1165,6 @@ fieldset.antd-Collapse > legend{
1135
1165
  .pl-5 {
1136
1166
  padding-left: 1.25rem
1137
1167
  }
1138
- .pr-0 {
1139
- padding-right: 0px
1140
- }
1141
1168
  .pr-4 {
1142
1169
  padding-right: 1rem
1143
1170
  }
@@ -1156,9 +1183,6 @@ fieldset.antd-Collapse > legend{
1156
1183
  .text-\[11px\] {
1157
1184
  font-size: 11px
1158
1185
  }
1159
- .text-\[14px\] {
1160
- font-size: 14px
1161
- }
1162
1186
  .text-base {
1163
1187
  font-size: 14px
1164
1188
  }
@@ -1198,6 +1222,10 @@ fieldset.antd-Collapse > legend{
1198
1222
  .leading-none {
1199
1223
  line-height: 1
1200
1224
  }
1225
+ .\!text-gray-700 {
1226
+ --tw-text-opacity: 1 !important;
1227
+ color: rgb(55 65 81 / var(--tw-text-opacity)) !important
1228
+ }
1201
1229
  .text-\[blue\] {
1202
1230
  --tw-text-opacity: 1;
1203
1231
  color: rgb(0 0 255 / var(--tw-text-opacity))
@@ -1319,12 +1347,12 @@ fieldset.antd-Collapse > legend{
1319
1347
  .sm\:z-10 {
1320
1348
  z-index: 10
1321
1349
  }
1322
- .sm\:m-2 {
1323
- margin: 0.5rem
1324
- }
1325
1350
  .sm\:m-3 {
1326
1351
  margin: 0.75rem
1327
1352
  }
1353
+ .sm\:m-4 {
1354
+ margin: 1rem
1355
+ }
1328
1356
  .sm\:mt-3 {
1329
1357
  margin-top: 0.75rem
1330
1358
  }