mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 17:30:17 +08:00
refactor: 更新应用详情模态框样式,添加自定义滚动条
更新README文档,添加安装/卸载时UI提示的待办事项
This commit is contained in:
@@ -57,4 +57,23 @@
|
||||
background-color: #94a3b8;
|
||||
border-radius: 9999px;
|
||||
}
|
||||
|
||||
.scrollbar-nowidth {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.scrollbar-nowidth::-webkit-scrollbar {
|
||||
width: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.scrollbar-nowidth::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.scrollbar-nowidth::-webkit-scrollbar-thumb {
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user