fix bug remarks for refund

This commit is contained in:
edmondlang
2024-05-10 00:16:43 +08:00
parent f03d91ba42
commit 111bfac6b7
@@ -14,22 +14,22 @@
<div class="row align-items-center justify-content-center p-t-50 p-b-50" v-if="!data.remarks.length">
<div class="col-10">
<div class="row align-items-center justify-content-center hint-text">
<div class="col-4 hint-text"><img src="/images/not-found-illustration.png"
class="w-100 hint-text" /></div>
<div class="col-4 hint-text">
<img src="/images/not-found-illustration.png" class="w-100 hint-text" />
</div>
</div>
<div class="row text-center">
<div class="col">
<div class="row m-t-20">
<div class="col">
<p class="all-caps no-margin fs-11" style="letter-spacing: 2px;">Nothing To
Show Here Yet!</p>
<p class="all-caps no-margin fs-11" style="letter-spacing: 2px;">Nothing To Show Here Yet!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<remark-comment-form-component :section="section" :module_type="module_type" id="data.id"></remark-comment-form-component>
<remark-comment-form-component :section="section" :module_type="module_type" :id="data.id"></remark-comment-form-component>
</div>
</div>
</div>