|
@@ -42,7 +42,7 @@
|
|
<image class="publish-img" src="@/static/voice/publish.png" mode="widthFix" />
|
|
<image class="publish-img" src="@/static/voice/publish.png" mode="widthFix" />
|
|
</button>
|
|
</button>
|
|
<button class="btn" @click.stop="handlePublish(item)" v-if="item.PublishState==0">
|
|
<button class="btn" @click.stop="handlePublish(item)" v-if="item.PublishState==0">
|
|
- <image class="clock-img" src="./static/clock-icon.png" mode="widthFix" />
|
|
|
|
|
|
+ <image class="publish-img" src="./static/publish.png" mode="widthFix" />
|
|
</button>
|
|
</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -398,6 +398,7 @@ export default {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
line-height: 1;
|
|
line-height: 1;
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
+ overflow: visible;
|
|
&::after{
|
|
&::after{
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|