后期修改完善,上线版本

This commit is contained in:
2025-11-12 18:11:11 +08:00
parent c54f9c9976
commit 8f57683dd5
98 changed files with 2110 additions and 867 deletions

View File

@ -147,12 +147,11 @@ export default {
width: 100%;
.nav-button {
width: 44px;
height: 44px;
width: 36px;
height: 36px;
cursor: pointer;
background-color: #FFFFFF;
background: transparent !important;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
flex-shrink: 0;
display: flex;
align-items: center;
@ -163,8 +162,8 @@ export default {
}
img {
width: 44px;
height: 44px;
width: 36px;
height: 36px;
}
&.disabled {