/* //element-ui table的去除右側滾動條的樣式 */
::-webkit-scrollbar {
width: 1px;
height: 1px;
}
/* // 滾動條的滑塊 */
::-webkit-scrollbar-thumb {
background-color: #a1a3a9;
border-radius: 0px;
}
