Compare commits

..

No commits in common. "4d65b4bb1cf8a6849abd09830db5e109e60317b3" and "8d72b148bbe1e807b18a98406991570245e709e3" have entirely different histories.

2 changed files with 3 additions and 23 deletions

View File

@ -15,7 +15,7 @@
<view class="menu-item ss-flex-1 ss-flex-col ss-row-center ss-col-center" v-for="(item, index) in orderMap"
:key="item.title" @tap="sheep.$router.go(item.path, { type: item.value })">
<uni-badge class="uni-badge-left-margin" :text="numData.orderCount[item.count]" absolute="rightTop"
size="small" :type="state.themeType">
size="small">
<image class="item-icon" :src="item.icon" mode="aspectFit" />
</uni-badge>
<view class="menu-title">{{ item.title }}</view>

View File

@ -202,8 +202,8 @@
line-height: 18px;
color: #fff;
border-radius: 100px;
background-color: $uni-error;
// background-color: transparent;
background-color: $uni-info;
background-color: transparent;
border: 1px solid #fff;
text-align: center;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
@ -212,26 +212,6 @@
z-index: 999;
cursor: pointer;
/* #endif */
&--lv {
color: #fff;
background:rgba(72,204,82);
}
&--blue {
color: #fff;
background:rgba(28,165,233);
}
&--pink {
color: #fff;
background:#ff448f ;
}
&--orange {
color: #fff;
background:#fe5c2d;
}
&--info {
color: #fff;