优化页面

This commit is contained in:
pengxiaolong
2025-06-11 22:16:44 +08:00
parent 3c2d7e5959
commit 931d867c09
806 changed files with 87462 additions and 331 deletions

View File

@@ -109,7 +109,7 @@
<view class="copyright">版权所有 © 2025 ...................</view>
<view class="tabBar">
<tabBar></tabBar>
<tabBar :tabIndex="4"></tabBar>
</view>
</template>
@@ -261,16 +261,20 @@ export default {
.Settings {
width: 46rpx;
height: 46rpx;
margin-left: 360rpx;
margin-left: 30rpx;
}
.SettingsIcon {
width: 100%;
height: 100%;
}
.name {
width: 400rpx;
font-size: 36.26rpx;
font-weight: 500;
color: #161616;
white-space: nowrap; /* 防止换行 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 显示省略号 */
}
.content {
position: absolute;