@steedos-widgets/amis-object 6.10.52-beta.23 → 6.10.52-beta.24
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
|
@@ -1575,7 +1575,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1575
1575
|
.approval-tree-menu .ant-tree .ant-tree-treenode {
|
|
1576
1576
|
width: auto;
|
|
1577
1577
|
margin: 3px 0 0;
|
|
1578
|
-
padding: 0 4px 0
|
|
1578
|
+
padding: 0 4px 0 12px;
|
|
1579
1579
|
transition: background 0.15s ease;
|
|
1580
1580
|
border-radius: 6px;
|
|
1581
1581
|
overflow: hidden;
|
|
@@ -1666,10 +1666,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1666
1666
|
background-color: transparent !important;
|
|
1667
1667
|
}
|
|
1668
1668
|
|
|
1669
|
-
/*
|
|
1669
|
+
/* 叶子节点折叠箭头占位与父节点对齐 */
|
|
1670
1670
|
.approval-tree-menu .ant-tree .ant-tree-switcher-noop {
|
|
1671
|
-
width:
|
|
1672
|
-
min-width:
|
|
1671
|
+
width: 16px;
|
|
1672
|
+
min-width: 16px;
|
|
1673
1673
|
flex-shrink: 0;
|
|
1674
1674
|
}
|
|
1675
1675
|
|