fix(测试跟踪): 测试计划计划执行火狐浏览器弹窗默认展示滚动条

This commit is contained in:
RubyLiu 2023-06-20 18:19:48 +08:00 committed by 刘瑞斌
parent f84fc65467
commit 25b515c16a
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@
@close="close"
:visible.sync="runModeVisible"
>
<div class="env-container" style="max-height: 400px; overflow-y: scroll;">
<div class="env-container">
<div>
<div>{{ $t("commons.environment") }}</div>
<env-select-popover
@ -459,6 +459,11 @@ export default {
</script>
<style scoped>
.env-container{
max-height: 400px;
overflow-y: scroll;
padding-bottom: 1px;
}
.env-container .title {
width: 100px;
min-width: 100px;