update style
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
padding: 4rpx 12rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: bold;
|
||||
background: var(--theme-bg-journal);
|
||||
background: var(--theme-bg-card);
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
}
|
||||
|
||||
@ -43,9 +43,6 @@
|
||||
<t-tag wx:if="{{item.importance}}" theme="success" variant="outline">
|
||||
重要性 {{item.importance}}
|
||||
</t-tag>
|
||||
<t-tag wx:if="{{item.travelCount > 0}}" theme="default" variant="outline">
|
||||
已出行 {{item.travelCount}} 次
|
||||
</t-tag>
|
||||
<t-tag wx:if="{{item.requireIdCard}}" theme="danger" variant="outline">
|
||||
需要身份证
|
||||
</t-tag>
|
||||
|
||||
Reference in New Issue
Block a user