.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
"
|
||||
:title="item.spu.name"
|
||||
:titleWidth="400"
|
||||
priceColor="#FF3000"
|
||||
priceColor="#9251EB"
|
||||
>
|
||||
<template v-if="!state.editMode" v-slot:tool>
|
||||
<su-number-box
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
}
|
||||
|
||||
.goods-price {
|
||||
color: $red;
|
||||
color: $purple;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<su-tabs
|
||||
:list="categoryState.categoryList"
|
||||
:current="categoryState.curCategoryTab"
|
||||
lineColor="#9251EB "
|
||||
@change="onCategoryTabsChange"
|
||||
/>
|
||||
</view>
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
background: #fff;
|
||||
|
||||
&.curStep {
|
||||
background: #9251eb;
|
||||
background: $purple;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user