Commit 249d2f19 authored by 刘玉宏's avatar 刘玉宏
parents a353097d 131f6b61
...@@ -49,7 +49,13 @@ ...@@ -49,7 +49,13 @@
</view> </view>
<wd-count-down <wd-count-down
:time="timeLeft" :time="timeLeft"
style="position: absolute; z-index: 999; left: 440rpx; margin-top: 10rpx" style="
position: absolute;
z-index: 999;
left: 440rpx;
margin-top: 10rpx;
width: max-content;
"
> >
<template #default="{ current }"> <template #default="{ current }">
<span class="custom-count-down">{{ current.days }}</span> <span class="custom-count-down">{{ current.days }}</span>
......
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