jobdone-shared-files 1.1.14 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
</template>
|
|
57
57
|
</div>
|
|
58
58
|
</div>
|
|
59
|
-
<div v-if="fileListPreview.length === 0" class="
|
|
59
|
+
<div v-if="fileListPreview.length === 0" class="text-center p-4 bg-gray-500">
|
|
60
60
|
<p class="mt-3">暫存媒體庫中沒有任何檔案</p>
|
|
61
61
|
</div>
|
|
62
|
-
<div ref="getNextPagesTarget" style="height: 1rem"></div>
|
|
62
|
+
<div ref="getNextPagesTarget" class="bg-gray-500" style="height: 1rem"></div>
|
|
63
63
|
</div>
|
|
64
64
|
<div class="modal-footer">
|
|
65
65
|
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">取消</button>
|