@steedos-widgets/amis-object 6.10.53-beta.20 → 6.10.53-beta.26

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.
@@ -1320,7 +1320,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1320
1320
  min-width: 0px !important;
1321
1321
  }
1322
1322
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table thead tr th:first-child {
1323
- width: 60px;
1323
+ width: 50px !important;
1324
+ min-width: 50px !important;
1325
+ max-width: 50px !important;
1324
1326
  }
1325
1327
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table thead .antd-Table-operationCell {
1326
1328
  width: 0px !important;
@@ -1329,7 +1331,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1329
1331
  border: none !important;
1330
1332
  }
1331
1333
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField {
1332
- margin-left: -55px;
1334
+ margin-left: -50px;
1335
+ }
1336
+ .steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField > .antd-Button:last-child,
1337
+ .steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField > .antd-Button--link:last-child {
1338
+ margin-right: 3px;
1333
1339
  }
1334
1340
  .steedos-amis-instance-view td .loading {
1335
1341
  display: none !important;