@steedos-widgets/amis-object 6.10.38 → 6.10.40

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.
@@ -2241,13 +2241,6 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2241
2241
  margin-right: 0;
2242
2242
  }
2243
2243
 
2244
- .steedos-select-flow-service .antd-TreeControl > .antd-Tree {
2245
- max-height: unset;
2246
- }
2247
- .steedos-select-flow-service .antd-TreeControl {
2248
- max-height: calc(100vh - 248px) !important;
2249
- overflow: auto;
2250
- }
2251
2244
 
2252
2245
  .steedos-amis-instance-view {
2253
2246
  font-size: 0.8125rem;
@@ -2257,6 +2250,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2257
2250
  position: sticky;
2258
2251
  top: -13px;
2259
2252
  background: #fff;
2253
+ z-index: 999;
2260
2254
  }
2261
2255
  .steedos-amis-instance-view .instance-form-view {
2262
2256
  width: 100%;
@@ -2308,6 +2302,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2308
2302
  }
2309
2303
  .steedos-amis-instance-view .instance-form-view .antd-Table-table thead tr th.antd-Table-operationCell {
2310
2304
  padding-left: 0rem !important;
2305
+ border-left: 0px;
2311
2306
  }
2312
2307
  .steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
2313
2308
  padding-left: 0.75rem !important;
@@ -2371,10 +2366,14 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2371
2366
  .steedos-amis-instance-view .form-control .antd-InputTable thead tr th {
2372
2367
  background: transparent !important;
2373
2368
  border-left: 1px solid #000;
2369
+ border-bottom: 0px;
2374
2370
  }
2375
2371
  .steedos-amis-instance-view .form-control .antd-InputTable thead tr th:first-child {
2376
2372
  border-left: none !important;
2377
2373
  }
2374
+ .steedos-amis-instance-view .steedos-input-table .steedos-input-table-footer {
2375
+ border-top: 1px solid #000;
2376
+ }
2378
2377
  .steedos-amis-instance-view .form-control .antd-InputTable .antd-Table {
2379
2378
  margin-bottom: 0px;
2380
2379
  }