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