瀏覽代碼

feat:conflict

ananzhusen 1 年之前
父節點
當前提交
17599aebba
共有 2 個文件被更改,包括 269 次插入235 次删除
  1. 267 235
      pnpm-lock.yaml
  2. 2 0
      src/views/components/Actions.vue

文件差異過大導致無法顯示
+ 267 - 235
pnpm-lock.yaml


+ 2 - 0
src/views/components/Actions.vue

@@ -147,6 +147,7 @@
                       >
                         <t-input
                           v-model="a.input"
+                          style="pointer-events: auto;"
                           placeholder="自定义"
                           @enter="
                             onAddValue(a, { key: a.input });
@@ -254,6 +255,7 @@
                       >
                         <t-input
                           v-model="a.input"
+                          style="pointer-events: auto;"
                           placeholder="自定义"
                           @enter="
                             onAddValue(a, { key: a.input });

部分文件因文件數量過多而無法顯示