【update】-asms 标准拆分左侧树形结构样式的处理
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user