@steedos-widgets/amis-object 1.2.28 → 1.2.30

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.
@@ -1,3 +1,4 @@
1
+ import './AmisObjectListview.less';
1
2
  export declare const AmisObjectListView: (props: any) => Promise<{
2
3
  type: string;
3
4
  body: string;
@@ -1300,6 +1300,21 @@ body {
1300
1300
  }
1301
1301
  }
1302
1302
 
1303
+ .steedos-object-listview .antd-DropDown .antd-Button {
1304
+ border-radius: 4px;
1305
+ height: var(--button-size-default-height);
1306
+ }
1307
+ .steedos-object-listview .split-dropdown-buttons li {
1308
+ padding: unset;
1309
+ height: unset;
1310
+ }
1311
+ .steedos-object-listview .split-dropdown-buttons li .antd-Button {
1312
+ border: none !important;
1313
+ background: unset !important;
1314
+ width: 100%;
1315
+ justify-content: unset;
1316
+ }
1317
+
1303
1318
  @media (min-width: 767px) {
1304
1319
  .steedos-object-table tbody td.antd-Field--quickEditable div {
1305
1320
  display: flex;