@steedos-widgets/amis-object 6.10.52-beta.1 → 6.10.52-beta.3
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 +12 -2
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/dist/components/SteedosOrgSelector.d.ts +11 -0
- package/dist/components/SteedosUserSelector.d.ts +12 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/meta.js +1166 -1041
- package/dist/metas/SteedosOrgSelector.d.ts +2 -0
- package/dist/metas/SteedosUserSelector.d.ts +5 -0
- package/package.json +4 -4
package/dist/amis-object.umd.css
CHANGED
|
@@ -1879,6 +1879,16 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1879
1879
|
.steedos-record-tabs.steedos-record-tabs--single .antd-Tabs-content {
|
|
1880
1880
|
margin-top: -1rem;
|
|
1881
1881
|
}
|
|
1882
|
+
@media (min-width: 768px) {
|
|
1883
|
+
.steedos-record-tabs {
|
|
1884
|
+
overflow-y: auto;
|
|
1885
|
+
max-height: calc(100vh - 180px);
|
|
1886
|
+
}
|
|
1887
|
+
.steedos-record-detail-drawer .steedos-record-tabs {
|
|
1888
|
+
overflow-y: unset;
|
|
1889
|
+
max-height: unset;
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1882
1892
|
|
|
1883
1893
|
.sidebar-wrapper {
|
|
1884
1894
|
overflow-x: hidden;
|
|
@@ -2390,8 +2400,8 @@ div[name="instanceForm"] .sfield-item {
|
|
|
2390
2400
|
overflow: hidden;
|
|
2391
2401
|
}
|
|
2392
2402
|
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
|
|
2393
|
-
max-height: calc(100vh -
|
|
2403
|
+
max-height: calc(100vh - 207px);
|
|
2394
2404
|
}
|
|
2395
2405
|
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap:not(:has(~ .antd-Table-toolbar)) .antd-Table-content {
|
|
2396
|
-
max-height: calc(100vh -
|
|
2406
|
+
max-height: calc(100vh - 177px);
|
|
2397
2407
|
}
|