fix:修改公共组件树为255px
This commit is contained in:
@@ -387,6 +387,7 @@
|
|||||||
width: 226px;
|
width: 226px;
|
||||||
height: 490px;
|
height: 490px;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.box-right {
|
.box-right {
|
||||||
width: calc(100% - 226px);
|
width: calc(100% - 226px);
|
||||||
|
@@ -682,7 +682,7 @@
|
|||||||
.ns-table-container {
|
.ns-table-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
.ns-part-tree {
|
.ns-part-tree {
|
||||||
width: 300px;
|
width: 255px; //设计需求 树改成255px
|
||||||
// padding: 16px;
|
// padding: 16px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user