소스 검색

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 });

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.