mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-20 19:07:42 +08:00
fix: 修复整个按钮都在转的问题
This commit is contained in:
@@ -30,7 +30,9 @@
|
|||||||
>
|
>
|
||||||
发布
|
发布
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="post-submit-loading loading-icon"><loading-four /> 发布中...</div>
|
<div v-else class="post-submit-loading">
|
||||||
|
<loading-four class="loading-icon" /> 发布中...
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<LotteryForm v-if="postType === 'LOTTERY'" :data="lottery" />
|
<LotteryForm v-if="postType === 'LOTTERY'" :data="lottery" />
|
||||||
|
|||||||
@@ -26,7 +26,9 @@
|
|||||||
>
|
>
|
||||||
更新
|
更新
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="post-submit-loading loading-icon"><loading-four /> 更新中...</div>
|
<div v-else class="post-submit-loading">
|
||||||
|
<loading-four class="loading-icon" /> 更新中...
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user