From 604b428f23517bff3d263c0530f1b781d919bba6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 12 Jun 2024 10:48:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DSQL=E5=8F=82=E6=95=B0=E8=AE=BE=E7=BD=AE=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 1 - .../src/views/visualized/data/dataset/form/AddSql.vue | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 9e585eb051..4e79048f4c 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -7,7 +7,6 @@ color-scheme: light dark; - font-synthesis: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue b/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue index c676af546b..121a0caa07 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/form/AddSql.vue @@ -790,6 +790,8 @@ const mousedownDrag = () => { v-if="scope.row.type[0] === 'DATETIME-YEAR'" v-model="scope.row.defaultValue" type="year" + format="YYYY" + value-format="YYYY" :placeholder="t('dataset.select_year')" />