wlzboy
2025-09-25 4648a3bee638e9a99d2d80b66f8833b261a2db91
app/static/scss/global.scss
@@ -21,6 +21,37 @@
   color: #aaa;
}
// 隐藏滚动条但保持滚动功能
::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
  background: transparent;
}
// Firefox滚动条隐藏
* {
  scrollbar-width: none; /* Firefox */
}
// IE/Edge滚动条隐藏
* {
  -ms-overflow-style: none; /* IE 10+ */
}
// 全局隐藏滚动条样式
scroll-view::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
  background: transparent;
}
scroll-view {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.list-cell-arrow::before {
    content: ' ';
    height: 10px;