diff --git a/core/core-frontend/src/components/drawer-filter/src/DrawerTimeFilter.vue b/core/core-frontend/src/components/drawer-filter/src/DrawerTimeFilter.vue index 2820e02397..1cfbd21d06 100644 --- a/core/core-frontend/src/components/drawer-filter/src/DrawerTimeFilter.vue +++ b/core/core-frontend/src/components/drawer-filter/src/DrawerTimeFilter.vue @@ -88,7 +88,6 @@ defineExpose({ > :nth-child(1) { color: var(--deTextSecondary, #1f2329); - font-family: 'PingFang SC'; font-style: normal; font-weight: 400; font-size: 14px; diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index a53b0471a2..65b56f5dd2 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -2607,7 +2607,6 @@ const drop = (ev: MouseEvent, type = 'xAxis') => { border-radius: 4px; border: 1px solid transparent; color: #a6a6a6; - font-family: PingFang SC; font-size: 12px; font-style: normal; font-weight: 400; @@ -2620,6 +2619,10 @@ const drop = (ev: MouseEvent, type = 'xAxis') => { background: #1f23291a; } + &.item-dimension--dark:hover { + background: #ebebeb1a; + } + .ed-icon { font-size: 14px; } diff --git a/core/core-frontend/src/views/share/link/pwd.vue b/core/core-frontend/src/views/share/link/pwd.vue index c45764989a..2ed369e492 100644 --- a/core/core-frontend/src/views/share/link/pwd.vue +++ b/core/core-frontend/src/views/share/link/pwd.vue @@ -125,7 +125,6 @@ onMounted(() => { -o-user-select: none; user-select: none; color: #3d4d66; - // font: normal 12px Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Heiti,黑体,sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none; diff --git a/core/core-frontend/src/views/share/share/ShareHandler.vue b/core/core-frontend/src/views/share/share/ShareHandler.vue index 0a2b87bfa2..fb26f15b7e 100644 --- a/core/core-frontend/src/views/share/share/ShareHandler.vue +++ b/core/core-frontend/src/views/share/share/ShareHandler.vue @@ -558,7 +558,6 @@ onMounted(() => { .copy-link { font-weight: 400; - font-family: PingFang SC; .open-share { margin: -18px 0 8px 0; diff --git a/core/core-frontend/src/views/system/modify-pwd/index.vue b/core/core-frontend/src/views/system/modify-pwd/index.vue index a1981bf98a..fdc7afdce2 100644 --- a/core/core-frontend/src/views/system/modify-pwd/index.vue +++ b/core/core-frontend/src/views/system/modify-pwd/index.vue @@ -33,7 +33,6 @@ const { t } = useI18n() padding-top: 24px; .user-center-container { display: flex; - font-family: PingFang SC; font-style: normal; } @@ -55,7 +54,6 @@ const { t } = useI18n() .tabs-title { padding-left: 8px; color: #8d9199; - font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 500; @@ -85,7 +83,6 @@ const { t } = useI18n() } .info { - font-family: PingFang SC; font-style: normal; font-weight: 400; width: 80%; @@ -163,7 +160,6 @@ const { t } = useI18n()