提交 40fa8e5b authored 作者: Ma's avatar Ma

修复排名滚动条样式

上级 344d6d6c
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
<el-scrollbar height="240px"> <el-scrollbar height="240px">
<el-table <el-table
:data="tableData" :data="tableData"
class="el_table_Box"
size="small" size="small"
style="width: 100%" style="width: 100%"
empty-text="暂无数据" empty-text="暂无数据"
...@@ -68,7 +67,13 @@ export default defineComponent({ ...@@ -68,7 +67,13 @@ export default defineComponent({
}); });
</script> </script>
<style> <style>
.tabs-header { /* 火狐出行滚动条 */
.rank-list .el-scrollbar__view::-webkit-scrollbar {
display: none;
width: 0 !important
}
.rank-list .el-scrollbar__wrap {
width: calc( 100% + 20px);
} }
.tabs-header .el-table__cell { .tabs-header .el-table__cell {
background-color: #0e4781 !important; background-color: #0e4781 !important;
...@@ -95,9 +100,6 @@ export default defineComponent({ ...@@ -95,9 +100,6 @@ export default defineComponent({
} }
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
.el_table_Box::before{
display: none;
}
.el-scrollbar { .el-scrollbar {
margin-top: 10px; margin-top: 10px;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论