优化页面
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user