【update】-asms 标准拆分左侧树形结构样式的处理

This commit is contained in:
fengchenchen
2024-03-02 02:19:26 +08:00
parent 029fd51682
commit fdc29d0a0c
@@ -237,6 +237,12 @@ export default {
height: 100%;
position: relative;
transition: width .2s linear;
/deep/ .ant-tree li .ant-tree-node-content-wrapper{
max-width: calc(100% - 24px);
&:hover {
max-width: 100%;
}
}
/deep/ .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
background-color: transparent !important;