天天看點

Element UI 隐藏滾動條

Element UI 隐藏滾動條

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 3px;
}