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