zkqh-lagrange-utils 0.0.60 → 0.0.61

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zkqh-lagrange-utils",
3
3
  "private": false,
4
- "version": "0.0.60",
4
+ "version": "0.0.61",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -19,13 +19,7 @@
19
19
  :on-load="onLoadTreeNode"
20
20
  @update:expanded-keys="onExpandedKeysUpdate"
21
21
  @update:value="onDirChange" />
22
- <span
23
- v-if="initLoading"
24
- class="_pds_loading lc_fs_s">
25
- <n-spin :size="14" />
26
- 加载目录中…
27
- </span>
28
- <template v-else-if="diskUsageText">
22
+ <template v-if="diskUsageText">
29
23
  <span class="_pds_folder_icon">
30
24
  <i class="lc lc-tuxing1"></i>
31
25
  </span>
@@ -10,14 +10,6 @@
10
10
  flex-shrink: 0;
11
11
  }
12
12
 
13
- ._pds_loading {
14
- display: inline-flex;
15
- align-items: center;
16
- gap: 6px;
17
- color: var(--lc_text_color_secondary);
18
- flex-shrink: 0;
19
- }
20
-
21
13
  ._pds_folder_icon {
22
14
  display: inline-flex;
23
15
  align-items: center;