Commit db6e36c9 authored by Z's avatar Z

Z: Dot: Jumps add.

parent c568a389
......@@ -39,7 +39,7 @@
<img class="menu-logo" :src="test.menuInfo.icon['5']">
<div class="menu-text">活动模版</div>
</div>
<div class="menu">
<div class="menu" @click="menu06Click">
<img class="menu-logo" :src="test.menuInfo.icon['6']">
<div class="menu-text">商品管理</div>
</div>
......@@ -226,6 +226,7 @@
this.$router.push("ActTemplate")
},
menu06Click() {
this.$router.push("goodManage")
},
buttonMainMarketingClick() {
// this.$router.push("home")
......
......@@ -40,7 +40,8 @@
<div class="content-tasks">
<div class="task-title">{{item.type}}</div>
<div v-if="item.type === '月销售'" class="task-money">¥{{item.content}}</div>
<div v-if="item.type === '月拉新'" class="task-money">{{item.nowNum}}/{{item.taskNum}}</div>
<div v-if="item.type === '月拉新'" class="task-money">{{item.nowNum}}/{{item.taskNum}}
</div>
</div>
</div>
......@@ -49,7 +50,6 @@
</div>
</div>
<div class="my"></div>
......@@ -65,8 +65,8 @@
icon: {
arrowRightDark: "/mainSale/icon-arrow-right-dark.png",
},
style:{
noBorderTop: "border-top: none;",
style: {
noBorderTop: "border-top: none;",
},
},
list: {
......@@ -260,7 +260,7 @@
object-fit: cover;
}
.my-infos{
.my-infos {
/*border: 1px solid red;*/
width: 100%;
height: auto;
......@@ -272,7 +272,8 @@
box-shadow: 0px 2px 4px 0px #DDDDDD;
}
.my-info{
.my-info {
border-top: 1px solid #EEEEEE;
width: 100%;
height: auto;
......@@ -282,12 +283,15 @@
justify-content: flex-start;
align-items: center;
}
.my-logo{
.my-logo {
width: 80px;
height: 80px;
border-radius: 4px;
}
.my-contents{
.my-contents {
border: 0px solid red;
width: 100%;
height: 80px;
padding: 0px 12px;
......@@ -297,7 +301,8 @@
justify-content: center;
align-items: flex-start;
}
.content-title{
.content-title {
width: auto;
max-width: 100%;
word-wrap: unset;
......@@ -307,7 +312,8 @@
color: #2D476A;
padding-bottom: 16px;
}
.content-tasks{
.content-tasks {
width: 100%;
height: auto;
display: flex;
......@@ -315,7 +321,8 @@
justify-content: flex-start;
align-items: center;
}
.task-title{
.task-title {
width: auto;
font-size: 12px;
font-weight: normal;
......@@ -323,7 +330,8 @@
color: #2D476A;
}
.task-money{
.task-money {
width: auto;
font-size: 12px;
font-weight: normal;
......@@ -332,5 +340,4 @@
}
</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