Commit b450daff authored by youjie's avatar youjie

颜色加深

parent 1e0b3bfa
...@@ -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"
......
...@@ -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 }}
......
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