From 562aa8ca254faf1587970a708a5dffb5c69fedcc Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 17 Nov 2022 16:56:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE):=20=E5=AF=8C?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E8=A7=86=E5=9B=BE=E5=85=81=E8=AE=B8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvas/components/editor/EditBar.vue | 2 +- frontend/src/views/background/index.vue | 2 +- frontend/src/views/chart/chart/util.js | 10 +- .../componentStyle/TitleSelectorAntV.vue | 45 ++- frontend/src/views/chart/view/ChartStyle.vue | 316 +++++++++--------- 5 files changed, 202 insertions(+), 173 deletions(-) diff --git a/frontend/src/components/canvas/components/editor/EditBar.vue b/frontend/src/components/canvas/components/editor/EditBar.vue index 5802d847ca..6a4d7bd3c2 100644 --- a/frontend/src/components/canvas/components/editor/EditBar.vue +++ b/frontend/src/components/canvas/components/editor/EditBar.vue @@ -137,7 +137,7 @@ :target="curComponent.hyperlinks.openMode " :href="curComponent.hyperlinks.content " > - + diff --git a/frontend/src/views/background/index.vue b/frontend/src/views/background/index.vue index 9d119dcf56..f8a6679f35 100644 --- a/frontend/src/views/background/index.vue +++ b/frontend/src/views/background/index.vue @@ -112,7 +112,7 @@ :http-request="upload" :file-list="fileList" > - + {{ $t('chart.show') }} + >{{ $t('chart.show') }} + -
+
{{ $t('chart.italic') }} + >{{ $t('chart.italic') }} + {{ $t('chart.bolder') }} + >{{ $t('chart.bolder') }} + {{ $t('chart.font_shadow') }} + >{{ $t('chart.font_shadow') }} + {{ $t('chart.show') }} + >{{ $t('chart.show') }} + {{ $t('chart.cancel') }} + >{{ $t('chart.cancel') }} + {{ $t('chart.confirm') }} + >{{ $t('chart.confirm') }} +
@@ -350,7 +357,7 @@ export default { +.no-senior { + width: 100%; + text-align: center; + font-size: 12px; + padding-top: 40px; + overflow: auto; + border-right: 1px solid #e6e6e6; + height: 100%; +} + +.form-item-slider ::v-deep .el-form-item__label { + font-size: 12px; + line-height: 38px; +} + +.form-item ::v-deep .el-form-item__label { + font-size: 12px; +} + +.no-properties { + width: 100%; + text-align: center; + font-size: 12px; + padding-top: 40px; + overflow: auto; + height: 100%; +} +