zen-gitsync 2.0.8 → 2.0.9
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 +1 -1
- package/src/ui/client/src/App.vue +1 -1
- package/src/ui/client/src/components/GitStatus.vue +5 -2
- package/src/ui/client/stats.html +1 -1
- package/src/ui/public/assets/{index-P9BcPWc5.js → index-VigI_HzC.js} +2 -2
- package/src/ui/public/assets/{index-C3BbS3PG.css → index-gLYHlw0f.css} +1 -1
- package/src/ui/public/index.html +2 -2
- package/src/ui/server/index.js +37 -27
package/package.json
CHANGED
|
@@ -721,7 +721,9 @@ defineExpose({
|
|
|
721
721
|
<el-dialog
|
|
722
722
|
v-model="isDirectoryDialogVisible"
|
|
723
723
|
title="切换工作目录"
|
|
724
|
-
width="
|
|
724
|
+
width="80vw"
|
|
725
|
+
top="10vh"
|
|
726
|
+
style="height: 200px;"
|
|
725
727
|
>
|
|
726
728
|
<el-form>
|
|
727
729
|
<el-form-item label="目录路径">
|
|
@@ -743,7 +745,8 @@ defineExpose({
|
|
|
743
745
|
<el-dialog
|
|
744
746
|
v-model="isDirectoryBrowserVisible"
|
|
745
747
|
title="浏览目录"
|
|
746
|
-
width="
|
|
748
|
+
width="80vw"
|
|
749
|
+
top="70px"
|
|
747
750
|
>
|
|
748
751
|
<div class="browser-current-path">
|
|
749
752
|
<span>当前路径: {{ currentBrowsePath }}</span>
|