@steedos-widgets/amis-object 1.2.28 → 1.2.31
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/AmisObjectListview.d.ts +1 -0
- package/dist/amis-object.cjs.css +42 -3
- package/dist/amis-object.cjs.js +921 -793
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +42 -3
- package/dist/amis-object.esm.js +921 -793
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +42 -3
- package/dist/amis-object.umd.js +921 -793
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +11 -11
- package/dist/meta.js +6 -3
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -238,6 +238,22 @@ body {
|
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
+
/* TODO: amis3.2.0 .antd-Nav-Menu-item-link类中缺少flex,影响nav样式 */
|
|
242
|
+
.antd-Nav-Menu-item-link{
|
|
243
|
+
display: flex;
|
|
244
|
+
align-items: center;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
/* TODO: amis3.2.0 .antd-Nav类中多了background属性,影响nav样式 */
|
|
248
|
+
.antd-Nav{
|
|
249
|
+
background-color: unset;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/* TODO: amis3.2.0 fieldset.antd-Collapse > legend类中多了background属性,影响分组样式 */
|
|
253
|
+
fieldset.antd-Collapse > legend{
|
|
254
|
+
height: unset;
|
|
255
|
+
}
|
|
256
|
+
|
|
241
257
|
.ant-dropdown-menu {
|
|
242
258
|
border: 1px solid #e5e5e5;
|
|
243
259
|
border-radius: 0.25rem;
|
|
@@ -750,6 +766,9 @@ body {
|
|
|
750
766
|
.p-3 {
|
|
751
767
|
padding: 0.75rem
|
|
752
768
|
}
|
|
769
|
+
.\!p-2 {
|
|
770
|
+
padding: 0.5rem !important
|
|
771
|
+
}
|
|
753
772
|
.p-1 {
|
|
754
773
|
padding: 0.25rem
|
|
755
774
|
}
|
|
@@ -789,15 +808,15 @@ body {
|
|
|
789
808
|
.pt-0 {
|
|
790
809
|
padding-top: 0px
|
|
791
810
|
}
|
|
792
|
-
.pl-0 {
|
|
793
|
-
padding-left: 0px
|
|
794
|
-
}
|
|
795
811
|
.pl-1\.5 {
|
|
796
812
|
padding-left: 0.375rem
|
|
797
813
|
}
|
|
798
814
|
.pl-1 {
|
|
799
815
|
padding-left: 0.25rem
|
|
800
816
|
}
|
|
817
|
+
.pl-0 {
|
|
818
|
+
padding-left: 0px
|
|
819
|
+
}
|
|
801
820
|
.pr-4 {
|
|
802
821
|
padding-right: 1rem
|
|
803
822
|
}
|
|
@@ -1219,6 +1238,11 @@ body {
|
|
|
1219
1238
|
.lookup-left .antd-Select-popover {
|
|
1220
1239
|
width: auto !important;
|
|
1221
1240
|
}
|
|
1241
|
+
.antd-InputGroup .antd-SelectControl.lookup-left .antd-Select {
|
|
1242
|
+
border-right-width: 1px;
|
|
1243
|
+
border-top-right-radius: 5px;
|
|
1244
|
+
border-bottom-right-radius: 5px;
|
|
1245
|
+
}
|
|
1222
1246
|
|
|
1223
1247
|
@media (min-width: 767px) {
|
|
1224
1248
|
.steedos-amis-form .antd-Collapse .antd-Form--normal,
|
|
@@ -1300,6 +1324,21 @@ body {
|
|
|
1300
1324
|
}
|
|
1301
1325
|
}
|
|
1302
1326
|
|
|
1327
|
+
.steedos-object-listview .antd-DropDown .antd-Button {
|
|
1328
|
+
border-radius: 4px;
|
|
1329
|
+
height: var(--button-size-default-height);
|
|
1330
|
+
}
|
|
1331
|
+
.steedos-object-listview .split-dropdown-buttons li {
|
|
1332
|
+
padding: unset;
|
|
1333
|
+
height: unset;
|
|
1334
|
+
}
|
|
1335
|
+
.steedos-object-listview .split-dropdown-buttons li .antd-Button {
|
|
1336
|
+
border: none !important;
|
|
1337
|
+
background: unset !important;
|
|
1338
|
+
width: 100%;
|
|
1339
|
+
justify-content: unset;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1303
1342
|
@media (min-width: 767px) {
|
|
1304
1343
|
.steedos-object-table tbody td.antd-Field--quickEditable div {
|
|
1305
1344
|
display: flex;
|