mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 10:31:43 +08:00
Merge pull request #513 from dataease/pr@v1.1@refactor_tree菜单飘移优化
refactor: tree菜单位置飘移优化
This commit is contained in:
@@ -1045,10 +1045,12 @@ export default {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.father .child {
|
||||
display: none;
|
||||
/*display: none;*/
|
||||
visibility: hidden;
|
||||
}
|
||||
.father:hover .child {
|
||||
display: inline;
|
||||
/*display: inline;*/
|
||||
visibility: visible;
|
||||
}
|
||||
.tree-style {
|
||||
padding: 10px 15px;
|
||||
|
||||
@@ -989,10 +989,12 @@ export default {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.father .child {
|
||||
display: none;
|
||||
/*display: none;*/
|
||||
visibility: hidden;
|
||||
}
|
||||
.father:hover .child {
|
||||
display: inline;
|
||||
/*display: inline;*/
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.dialog-css >>> .el-dialog__body {
|
||||
|
||||
@@ -647,10 +647,12 @@ export default {
|
||||
}
|
||||
|
||||
.father .child {
|
||||
display: none;
|
||||
/*display: none;*/
|
||||
visibility: hidden;
|
||||
}
|
||||
.father:hover .child {
|
||||
display: inline;
|
||||
/*display: inline;*/
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@@ -298,10 +298,12 @@ export default {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.father .child {
|
||||
display: none;
|
||||
/*display: none;*/
|
||||
visibility: hidden;
|
||||
}
|
||||
.father:hover .child {
|
||||
display: inline;
|
||||
/*display: inline;*/
|
||||
visibility: visible;
|
||||
}
|
||||
.tree-style {
|
||||
padding: 10px 15px;
|
||||
|
||||
Reference in New Issue
Block a user