diff --git a/package.json b/package.json index a5ea3614..97466635 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "pinia": "^2.1.6", "sentence-splitter": "^4.2.1", "tesseract.js": "^4.1.1", - "uuid": "^9.0.1", "vue": "^3.3.4", "vue-activity-calendar": "^1.2.2", "vue-i18n": "9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee3effac..b93afae5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,9 +53,6 @@ dependencies: tesseract.js: specifier: ^4.1.1 version: 4.1.2 - uuid: - specifier: ^9.0.1 - version: 9.0.1 vue: specifier: ^3.3.4 version: 3.3.4 @@ -4957,11 +4954,6 @@ packages: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: true - /uuid@9.0.1: - resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} - hasBin: true - dev: false - /v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} requiresBuild: true diff --git a/src/components/EditAbleText.vue b/src/components/EditAbleText.vue index 72f74436..de0f1371 100644 --- a/src/components/EditAbleText.vue +++ b/src/components/EditAbleText.vue @@ -43,7 +43,7 @@ function toggle() { autosize autofocus type="textarea" - :input-style="`color:black;font-size: 16rem;`" + :input-style="`color: var(--color-font-1);font-size: 16rem;`" />
取消 @@ -62,7 +62,7 @@ function toggle() {