fix(测试跟踪): 测试计划计划执行火狐浏览器弹窗默认展示滚动条
This commit is contained in:
parent
f84fc65467
commit
25b515c16a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue