Commit 9ad5ef53 authored by Xuguangxing's avatar Xuguangxing

feat: 更改库存进度条颜色

parent 03efa310
......@@ -37,8 +37,8 @@
<cr-progress
class="group-item-progress"
stroke-width="5"
color="#EC1500"
track-color="#F7F8F9"
color="#F7F8F9"
track-color="#EC1500"
:show-pivot="false"
:percentage="stockPercentage"
/>
......
......@@ -10,8 +10,8 @@
<cr-progress
class="group-item-progress"
stroke-width="5"
color="#EC1500"
track-color="#F7F8F9"
color="#F7F8F9"
track-color="#EC1500"
:show-pivot="false"
:percentage="handleProgressByStatus(goodsItem)"
/>
......
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