流程完善
This commit is contained in:
@@ -195,6 +195,7 @@ onUnmounted(() => {
|
||||
:start="start"
|
||||
:tips="tips"
|
||||
:total="countDown"
|
||||
:melee="true"
|
||||
/>
|
||||
<view v-if="start" class="user-row">
|
||||
<Avatar :src="user.avatar" :size="35" />
|
||||
@@ -248,15 +249,4 @@ onUnmounted(() => {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.half-time-tip {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.half-time-tip > text:last-child {
|
||||
margin-top: 20px;
|
||||
color: #fff9;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user