Commit b450daff authored by youjie's avatar youjie

颜色加深

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