fix(测试跟踪): 执行测试计划弹窗在 FireFox 浏览器出现空的滚动条
--bug=1027281 --user=白奇 【通用设置】浏览器兼容性样式优化汇总 https://www.tapd.cn/55049933/s/1387901
This commit is contained in:
parent
7ce8a89b4f
commit
a7a78978e5
|
@ -461,7 +461,7 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.env-container{
|
.env-container{
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
.env-container .title {
|
.env-container .title {
|
||||||
|
|
Loading…
Reference in New Issue