@steedos-widgets/amis-object 6.10.39 → 6.10.41
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-object.umd.css
CHANGED
|
@@ -2250,6 +2250,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2250
2250
|
position: sticky;
|
|
2251
2251
|
top: -13px;
|
|
2252
2252
|
background: #fff;
|
|
2253
|
+
z-index: 999;
|
|
2253
2254
|
}
|
|
2254
2255
|
.steedos-amis-instance-view .instance-form-view {
|
|
2255
2256
|
width: 100%;
|
|
@@ -2301,6 +2302,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2301
2302
|
}
|
|
2302
2303
|
.steedos-amis-instance-view .instance-form-view .antd-Table-table thead tr th.antd-Table-operationCell {
|
|
2303
2304
|
padding-left: 0rem !important;
|
|
2305
|
+
border-left: 0px;
|
|
2304
2306
|
}
|
|
2305
2307
|
.steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
|
|
2306
2308
|
padding-left: 0.75rem !important;
|
|
@@ -2364,10 +2366,14 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2364
2366
|
.steedos-amis-instance-view .form-control .antd-InputTable thead tr th {
|
|
2365
2367
|
background: transparent !important;
|
|
2366
2368
|
border-left: 1px solid #000;
|
|
2369
|
+
border-bottom: 0px;
|
|
2367
2370
|
}
|
|
2368
2371
|
.steedos-amis-instance-view .form-control .antd-InputTable thead tr th:first-child {
|
|
2369
2372
|
border-left: none !important;
|
|
2370
2373
|
}
|
|
2374
|
+
.steedos-amis-instance-view .steedos-input-table .steedos-input-table-footer {
|
|
2375
|
+
border-top: 1px solid #000;
|
|
2376
|
+
}
|
|
2371
2377
|
.steedos-amis-instance-view .form-control .antd-InputTable .antd-Table {
|
|
2372
2378
|
margin-bottom: 0px;
|
|
2373
2379
|
}
|