@steedos-widgets/amis-object 1.1.0-beta.1 → 1.1.0

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.
@@ -193,6 +193,10 @@ body {
193
193
  height: calc(100% - 40px);
194
194
  }
195
195
 
196
+ /* nav下配置itemBadge属性后item不会自动撑开 */
197
+ .antd-Nav-Menu-item-wrap .antd-Badge{
198
+ width: -webkit-fill-available;
199
+ }
196
200
 
197
201
  .ant-dropdown-menu {
198
202
  border: 1px solid #e5e5e5;
@@ -384,6 +388,9 @@ body {
384
388
  .h-14 {
385
389
  height: 3.5rem
386
390
  }
391
+ .h-full {
392
+ height: 100%
393
+ }
387
394
  .h-5 {
388
395
  height: 1.25rem
389
396
  }
@@ -405,9 +412,6 @@ body {
405
412
  .h-7 {
406
413
  height: 1.75rem
407
414
  }
408
- .h-full {
409
- height: 100%
410
- }
411
415
  .h-8 {
412
416
  height: 2rem
413
417
  }
@@ -651,6 +655,9 @@ body {
651
655
  .pt-2 {
652
656
  padding-top: 0.5rem
653
657
  }
658
+ .pt-0 {
659
+ padding-top: 0px
660
+ }
654
661
  .pl-1\.5 {
655
662
  padding-left: 0.375rem
656
663
  }
@@ -681,6 +688,9 @@ body {
681
688
  .text-\[15px\] {
682
689
  font-size: 15px
683
690
  }
691
+ .text-xs {
692
+ font-size: 12px
693
+ }
684
694
  .font-semibold {
685
695
  font-weight: 600
686
696
  }
@@ -1134,6 +1144,9 @@ body.sidebar #sidebar {
1134
1144
  border: none !important;
1135
1145
  box-shadow: none !important;
1136
1146
  }
1147
+ .steedos-amis-instance-view .instance-form-view .antd-Form-static .antd-Form-control {
1148
+ padding-left: 0.75rem !important;
1149
+ }
1137
1150
  .steedos-amis-instance-view .instance-form-view .antd-Number {
1138
1151
  background-color: transparent !important;
1139
1152
  border: none !important;
@@ -1162,17 +1175,12 @@ body.sidebar #sidebar {
1162
1175
  .steedos-amis-instance-view .form-control {
1163
1176
  background: no-repeat;
1164
1177
  }
1165
- .steedos-amis-instance-view .instance-form-view tbody td {
1166
- border: 1px solid #000;
1167
- padding-left: 0.75rem !important;
1168
- }
1169
1178
  .steedos-amis-instance-view .form-control .antd-Table-table thead th {
1170
1179
  background: transparent !important;
1171
1180
  border-color: #000;
1172
1181
  }
1173
1182
  .steedos-amis-instance-view .form-control .antd-Table-table tbody td {
1174
1183
  border: 1px solid #000;
1175
- padding-left: 0.75rem !important;
1176
1184
  }
1177
1185
  .steedos-amis-instance-view .form-control .antd-Table-table tbody td:last-child {
1178
1186
  border-right: none !important;