@steedos-widgets/amis-object 1.2.14 → 1.2.15

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 './AmisObjectTable.less';
1
2
  export declare const AmisObjectTable: (props: any) => Promise<{
2
3
  type: string;
3
4
  className: string;
@@ -1229,16 +1229,32 @@ body {
1229
1229
  .steedos-amis-form.antd-Form .antd-Form-label {
1230
1230
  margin-bottom: 0;
1231
1231
  }
1232
+ .steedos-object-form .antd-ComboControl .antd-Combo .antd-Form-row {
1233
+ display: grid;
1234
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1235
+ row-gap: 0rem;
1236
+ -moz-column-gap: 1rem;
1237
+ column-gap: 1rem;
1238
+ }
1239
+ .steedos-object-form .antd-Collapse .antd-Collapse-header.hidden {
1240
+ display: none !important;
1241
+ }
1242
+ .steedos-object-form .antd-Tabs-pane.is-active {
1243
+ display: grid;
1244
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1245
+ row-gap: 0rem;
1246
+ -moz-column-gap: 1rem;
1247
+ column-gap: 1rem;
1248
+ }
1232
1249
  }
1233
- .steedos-amis-form .antd-ComboControl .antd-Combo .antd-Form-row {
1234
- display: grid;
1235
- grid-template-columns: repeat(1, minmax(0, 1fr));
1236
- row-gap: 0rem;
1237
- -moz-column-gap: 1rem;
1238
- column-gap: 1rem;
1239
- }
1240
- .steedos-amis-form .antd-Collapse .antd-Collapse-header.hidden {
1241
- display: none !important;
1250
+
1251
+ @media (min-width: 767px) {
1252
+ .steedos-object-table .antd-Field-quickEditBtn {
1253
+ display: none;
1254
+ }
1255
+ .steedos-object-table .antd-Field--quickEditable:hover .antd-Field-quickEditBtn {
1256
+ display: inline-block;
1257
+ }
1242
1258
  }
1243
1259
 
1244
1260
  @media (max-width: 768px) {