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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-gitsync",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "一个 git 自动查看差异并提交的工具",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -447,7 +447,7 @@ function stopHResize() {
447
447
  </template>
448
448
  </div>
449
449
  <div class="commit-form-panel" v-else>
450
- <div class="card">
450
+ <div class="card" style="padding: 20px;">
451
451
  <h2>Git仓库初始化</h2>
452
452
  <p>当前目录不是Git仓库,请先初始化Git仓库或切换到Git仓库目录。</p>
453
453
  <!-- 实用提示 -->
@@ -721,7 +721,9 @@ defineExpose({
721
721
  <el-dialog
722
722
  v-model="isDirectoryDialogVisible"
723
723
  title="切换工作目录"
724
- width="500px"
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="600px"
748
+ width="80vw"
749
+ top="70px"
747
750
  >
748
751
  <div class="browser-current-path">
749
752
  <span>当前路径: {{ currentBrowsePath }}</span>