优化:站点支持定位及导航

This commit is contained in:
wuhui_zzw 2024-01-16 16:44:32 +08:00
parent 91856622a9
commit db3d4302e8
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ export default {
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
.title-text{ .title-text{
max-width: calc(100% - 130rpx); max-width: calc(100% - 200rpx);
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -150,7 +150,7 @@ export default {
line-height: 35rpx; line-height: 35rpx;
border-radius: 50rpx; border-radius: 50rpx;
margin-left: 20rpx; margin-left: 20rpx;
width: 110rpx; padding: 0 15rpx;
text-align: center; text-align: center;
} }
} }