refactor(用例评审): 关联用例页面样式优化#1005261
--bug=1005261 --user=lyh 【用例评审】-关联用例页面显示优化-Chrome浏览器 https://www.tapd.cn/55049933/s/1026179
This commit is contained in:
parent
dc2764263b
commit
51d2daedb8
|
@ -6,10 +6,10 @@
|
|||
top="50px">
|
||||
|
||||
<el-container class="main-content">
|
||||
<el-aside class="tree-aside" width="250px">
|
||||
<el-aside class="tree-aside" width="270px">
|
||||
<select-menu
|
||||
:data="projects"
|
||||
width="160px"
|
||||
width="173px"
|
||||
:current-data="currentProject"
|
||||
:title="$t('test_track.switch_project')"
|
||||
@dataChange="changeProject"/>
|
||||
|
@ -388,6 +388,9 @@ export default {
|
|||
|
||||
.node-tree {
|
||||
margin-right: 10px;
|
||||
height: 52vh;
|
||||
overflow-y: auto;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.el-header {
|
||||
|
|
Loading…
Reference in New Issue