Commit b450daff authored by youjie's avatar youjie

颜色加深

parent 1e0b3bfa
......@@ -70,7 +70,7 @@
tick-strategy="leaf"
@update:ticked="handleTicked"
:ticked="ticked"
/>
/>
</q-card ></popup>
<popup mode="top" v-model="showDate">
<q-card flat class="rounded-borders q-mt-lg overflow-hidden">
......@@ -308,7 +308,7 @@
/>
</div>
<div
class="text-subtitle2 text-grey-6 text-weight-regular ellipsis-2-lines"
class="text-subtitle2 text-grey text-weight-regular ellipsis-2-lines"
style="line-height: 1.6"
@click="GotoDetails(x)"
>
......@@ -326,7 +326,7 @@
<template v-if="x.startDateList.length > 1">
<q-badge
outline
:color="x.index == index ? 'secondary' : 'blue-grey-11'"
:color="x.index == index ? 'secondary' : 'blue-grey-4'"
:label="item"
v-for="(item, index) in x.startDateList"
:key="index"
......@@ -522,7 +522,7 @@ export default {
this.dateRange = { from: this.msg.startDate, to: this.msg.endDate };
},
mounted() {
},
methods: {
handleSelected(target) {
......
......@@ -5,7 +5,7 @@
>
<!-- 移动端 -->
<div v-if="$q.platform.is.mobile">
<div class="flex">
<div @click="showAddress = true" class="nav-item">目的地<i class="iconfont iconarrowdown text-grey-6" style="margin-top: 3px; margin-left:4px"></i></div>
<div @click="showCategory = true" class="nav-item">商品類別<i class="iconfont iconarrowdown text-grey-6" style="margin-top: 3px; margin-left:4px"></i></div>
......@@ -38,7 +38,7 @@
/>
</q-card>
</popup>
<popup mode="top" v-model="showCategory">
<q-card flat class="rounded-borders q-py-md q-mt-lg">
<div class="text-subtitle1 text-weight-bold q-mx-md">所有商品類別</div>
......@@ -308,7 +308,7 @@
/>
</div>
<div
class="text-subtitle2 text-grey-6 text-weight-regular ellipsis-2-lines"
class="text-subtitle2 text-grey text-weight-regular ellipsis-2-lines"
style="line-height: 1.6"
>
{{ x.productRecommend }}
......@@ -960,5 +960,5 @@ export default {
}
.nav-item:hover {
background: #f5f5f5;
}
}
</style>
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