NEZ-1203 style : project 添加小窗口下的横向滚动条
This commit is contained in:
@@ -2114,7 +2114,7 @@ export default {
|
|||||||
})
|
})
|
||||||
getTopology(this.topologyIndex).centerView()
|
getTopology(this.topologyIndex).centerView()
|
||||||
this.getNodesArr()
|
this.getNodesArr()
|
||||||
}, 100)
|
}, 500)
|
||||||
},
|
},
|
||||||
contextmenuNone () {
|
contextmenuNone () {
|
||||||
this.contextmenu = {
|
this.contextmenu = {
|
||||||
|
|||||||
@@ -52,13 +52,18 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
background: #f6f6f6;
|
background: #f6f6f6;
|
||||||
|
overflow-x: auto;
|
||||||
.projectList{
|
.projectList{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
width: calc(50% - 10px);
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
min-width: 745px;
|
||||||
}
|
}
|
||||||
.projectTopo{
|
.projectTopo{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
width: calc(50% - 10px);
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
min-width: 435px;
|
||||||
}
|
}
|
||||||
.hide{
|
.hide{
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user