up scTable 滚动条加粗

This commit is contained in:
sakuya 2022-06-04 17:37:01 +08:00
parent 99c68592e0
commit 95612c9a32
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,10 @@
<!--
* @Descripttion: 数据表格组件
* @version: 1.9
* @version: 1.10
* @Author: sakuya
* @Date: 2021年11月29日21:51:15
* @LastEditors: sakuya
* @LastEditTime: 20225月28日20:23:31
* @LastEditTime: 20226月4日17:35:26
-->
<template>
@ -398,4 +398,6 @@
.scTable-page {height:50px;display: flex;align-items: center;justify-content: space-between;padding:0 15px;}
.scTable-do {white-space: nowrap;}
.scTable:deep(.el-table__footer) .cell {font-weight: bold;}
.scTable:deep(.el-table__body-wrapper) .el-scrollbar__bar.is-horizontal {height: 12px;border-radius: 12px;}
.scTable:deep(.el-table__body-wrapper) .el-scrollbar__bar.is-vertical {width: 12px;border-radius: 12px;}
</style>