优化:站点支持定位及导航
This commit is contained in:
parent
91856622a9
commit
db3d4302e8
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue