This commit is contained in:
kbing1981 2024-07-26 09:44:16 +08:00
parent 47f5ac7508
commit e2f22230e2
2 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<span class="scroll-left-mon">{{item.month}}</span>
</view>
<view class="scroll-right">
<view>
<view class="scroll-right-title">
{{item.content}}
</view>
<view class="data-list">
@ -523,6 +523,7 @@
.scroll-right-title{
font-size: 16px;
color: #000;
word-break: break-all;
}
.data-list{
width: 200px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB