flx:修改进度甘特度滚动条样式问题
This commit is contained in:
parent
543cc09ac6
commit
ef51748d92
@ -408,6 +408,8 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
||||
|
||||
.gasanalysis-table1 {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
@ -431,6 +433,10 @@ export default {
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
tbody::-webkit-scrollbar { /*隐藏滚轮*/
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
tr {
|
||||
|
||||
@ -91,5 +91,6 @@ export default {
|
||||
color: #1684FC;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user