jobdone-shared-files 1.1.15 → 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>
|
package/package.json
CHANGED
|
@@ -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);
|