Commit 3efc1c40 authored by zhangyichen's avatar zhangyichen

测试修改

parent 5bb9b906
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
// new标签主页 // new标签主页
.newTag{ .newTag{
transform: scale(.99,.99);
position: absolute; position: absolute;
right: 1.86667vw; right: 1.86667vw;
border-radius: 2.3vw 2.3vw 2.3vw 0.6vw; border-radius: 2.3vw 2.3vw 2.3vw 0.6vw;
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
> >
<template #title> <van-icon name="more-o" /> <template #title> <van-icon name="more-o" />
{{item.title}} {{item.title}}
<diyTag :num="1" v-if="item.title === '未开始'" :type="3" style="top: -2px;left: -6px"/> <diyTag :num="Number(notStartCount)" v-if="item.title === '未开始'" :type="3"/>
</template> </template>
</tab> </tab>
</tabs> </tabs>
......
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