Commit f346d482 authored by 张娇(东信)'s avatar 张娇(东信)

样式优化

parent c93bc1bf
...@@ -711,6 +711,11 @@ page { ...@@ -711,6 +711,11 @@ page {
::v-deep .wd-tag__text { ::v-deep .wd-tag__text {
font-size: 20rpx; font-size: 20rpx;
margin-top: 4rpx; margin-top: 4rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 90rpx;
text-align: center;
} }
.tag { .tag {
margin-top: 10rpx; margin-top: 10rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment