This commit is contained in:
wangweidong 2025-10-21 09:03:30 +08:00
parent 9574352186
commit 5d0c2eb015
1 changed files with 3 additions and 3 deletions

View File

@ -292,7 +292,7 @@
</view>
<view>
<text>摘要:服务指令</text>
<text :class="2%i==0?'c':'l'">+50</text>
<text :class="i>5?'c':'l'">+50</text>
<text>库存96</text>
</view>
</view>
@ -698,10 +698,10 @@
}
&:nth-child(2){
.c{
color: #FF6600;
color: #FF6600 !important;
}
.l{
color: #0076D6;
color: #0076D6 !important;
}
text{
font-weight: 400;