AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
PlanTabBar.module.scss
根目录
/
project
/
aitoearn-web
/
src
/
components
/
draft-box
/
components
/
PlanTabBar
/
PlanTabBar.module.scss
1
/**
2
* PlanTabBar 样式
3
* 隐藏 Tab 区域的滚动条
4
*/
5
6
.scrollContainer {
7
scrollbar-width: none; /* Firefox */
8
-ms-overflow-style: none; /* IE/Edge */
9
10
&::-webkit-scrollbar {
11
display: none; /* Chrome/Safari */
12
}
13
}
14
14 lines
Plain Text