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

修复排名滚动条样式

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