jobdone-shared-files 1.1.14 → 1.1.16

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.
@@ -15,7 +15,7 @@
15
15
  <small><span>已選擇</span><span class="text-primary mx-1">{{ selectedFilesSet.size
16
16
  }}</span><span>個檔案</span></small>
17
17
  <button class="btn btn-link btn-sm" @click='clearSelected'><span
18
- class="material-icons me-1">close</span>取消選取</button>
18
+ class="material-icons me-1">close</span><span>取消選取</span></button>
19
19
  </div>
20
20
  </template>
21
21
  <template v-else>
@@ -56,10 +56,10 @@
56
56
  </template>
57
57
  </div>
58
58
  </div>
59
- <div v-if="fileListPreview.length === 0" class="border-bottom text-center p-4 bg-gray-500">
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,4 +1,16 @@
1
1
  #ModalFileRepository {
2
+ .btn>* {
3
+ vertical-align: middle;
4
+ }
5
+
6
+ .btn-link {
7
+ text-decoration: none;
8
+
9
+ }
10
+ .material-icons {
11
+ font-size: inherit;
12
+ }
13
+
2
14
  &.modal.sub-modal {
3
15
  backdrop-filter: none;
4
16
  background-color: rgba(#000000, 0.1);