refactor: 测试计划详情页面出现滚动条
This commit is contained in:
parent
cd3e68ab4d
commit
9d2d4a8427
|
@ -1 +1 @@
|
|||
Subproject commit 9f4a9bbf46fc1333dbcccea21f83e27e3ec10b1f
|
||||
Subproject commit 79343a2763b014355f91fc21b2356a95ae437973
|
|
@ -118,12 +118,12 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.ms-main-container {
|
||||
height: calc(100vh - 80px - 50px);
|
||||
/deep/ .ms-main-container {
|
||||
height: calc(100vh - 80px - 53px);
|
||||
}
|
||||
|
||||
.ms-aside-container {
|
||||
height: calc(100vh - 80px - 51px);
|
||||
/deep/ .ms-aside-container {
|
||||
height: calc(100vh - 80px - 53px);
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
|
@ -133,4 +133,5 @@
|
|||
color: dimgray;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 010ad7a5f072a5e9d368c756a2473bbd20781433
|
||||
Subproject commit 8cda5c873cd9985c97adb34efacf507167fa4182
|
|
@ -126,6 +126,7 @@ export default {
|
|||
modifier: 'Modifier',
|
||||
validate: "Validate",
|
||||
batch_add: "Batch add",
|
||||
check_project_tip: "Create or select the project first",
|
||||
date: {
|
||||
select_date: 'Select date',
|
||||
start_date: 'Start date',
|
||||
|
|
|
@ -126,6 +126,7 @@ export default {
|
|||
modifier: '修改人',
|
||||
validate: "校驗",
|
||||
batch_add: "批量添加",
|
||||
check_project_tip: "請先創建或選擇項目",
|
||||
date: {
|
||||
select_date: '選擇日期',
|
||||
start_date: '開始日期',
|
||||
|
|
Loading…
Reference in New Issue