zen-gitsync 2.0.7 → 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.7",
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
  <!-- 实用提示 -->