fix(测试跟踪): 功能评审高级搜索弹窗出现空的滚动条
--bug=1027281 --user=白奇 【通用设置】浏览器兼容性样式优化汇总 https://www.tapd.cn/55049933/s/1387901
This commit is contained in:
parent
a7a78978e5
commit
d0ed4e24cf
|
@ -406,6 +406,10 @@ export default {
|
||||||
min-width: 695px;
|
min-width: 695px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-items .el-scrollbar .el-scrollbar__wrap {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
|
@ -417,6 +417,10 @@ export default {
|
||||||
min-width: 695px;
|
min-width: 695px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-items .el-scrollbar .el-scrollbar__wrap {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
Loading…
Reference in New Issue