优化:站点支持定位及导航
This commit is contained in:
parent
91856622a9
commit
db3d4302e8
|
|
@ -134,7 +134,7 @@ export default {
|
|||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
.title-text{
|
||||
max-width: calc(100% - 130rpx);
|
||||
max-width: calc(100% - 200rpx);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
@ -150,7 +150,7 @@ export default {
|
|||
line-height: 35rpx;
|
||||
border-radius: 50rpx;
|
||||
margin-left: 20rpx;
|
||||
width: 110rpx;
|
||||
padding: 0 15rpx;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue