Fix: 调整文件结构 & 隐藏垂直滚动条 & 修正Tauri构建错误
This commit is contained in:
@ -14,4 +14,12 @@
|
||||
margin: 0;
|
||||
width: 100% !important;
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
html, body {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user