From f355b7f223b97c3c949a7e05bef065ae315cb0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czyyzyykk=E2=80=9D?= Date: Tue, 7 Jan 2025 00:50:18 +0800 Subject: [PATCH] style: webpage display --- front/terminal/src/components/StyleSetting.vue | 16 ++++++++-------- .../src/components/preview/TxtPreview.vue | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/front/terminal/src/components/StyleSetting.vue b/front/terminal/src/components/StyleSetting.vue index 4f8f44f..27f2637 100644 --- a/front/terminal/src/components/StyleSetting.vue +++ b/front/terminal/src/components/StyleSetting.vue @@ -32,11 +32,11 @@
{{ $t('字体') }}
- {{ setInfo.fontFamily }} + {{ setInfo.fontFamily }} @@ -45,11 +45,11 @@
{{ $t('字号') }}
- {{ setInfo.fontSize }} + {{ setInfo.fontSize }} @@ -61,11 +61,11 @@
{{ $t('样式') }}
- {{ setInfo.cursorStyle }} + {{ setInfo.cursorStyle }} @@ -93,11 +93,11 @@
{{ $t('语言') }}
- {{ mapValueToLabel(setInfo.lang) }} + {{ mapValueToLabel(setInfo.lang) }} diff --git a/front/terminal/src/components/preview/TxtPreview.vue b/front/terminal/src/components/preview/TxtPreview.vue index 43d7726..93e2450 100644 --- a/front/terminal/src/components/preview/TxtPreview.vue +++ b/front/terminal/src/components/preview/TxtPreview.vue @@ -19,11 +19,11 @@
{{ $t('保存编码') }}:
- {{ encode }} + {{ encode }} @@ -33,11 +33,11 @@
{{ $t('模式') }}:
- {{ mode }} + {{ mode }}