fix: 增加阿里巴巴普惠体字体

This commit is contained in:
dataeaseShu 2023-12-20 14:21:21 +08:00
parent 9199a30cc7
commit 1333f1f0f7
62 changed files with 152 additions and 145 deletions

Binary file not shown.

View File

@ -187,7 +187,7 @@ const resetCustomColor = () => {
.custom-title { .custom-title {
justify-content: space-between; justify-content: space-between;
color: #646a73; color: #646a73;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -90,7 +90,7 @@ const handleCheckAllChange = (val: CheckboxValueType) => {
.title, .title,
.ed-checkbox { .ed-checkbox {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
padding: 5px 0; padding: 5px 0;

View File

@ -57,7 +57,7 @@ defineExpose({
> :nth-child(1) { > :nth-child(1) {
color: var(--deTextSecondary, #1f2329); color: var(--deTextSecondary, #1f2329);
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
@ -71,7 +71,7 @@ defineExpose({
.item, .item,
.more { .more {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
white-space: nowrap; white-space: nowrap;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;

View File

@ -66,7 +66,7 @@ defineExpose({
> :nth-child(1) { > :nth-child(1) {
color: var(--deTextSecondary, #1f2329); color: var(--deTextSecondary, #1f2329);
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;

View File

@ -100,7 +100,7 @@ defineExpose({
> :nth-child(1) { > :nth-child(1) {
color: var(--deTextSecondary, #1f2329); color: var(--deTextSecondary, #1f2329);
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
@ -114,7 +114,7 @@ defineExpose({
.item, .item,
.more { .more {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
white-space: nowrap; white-space: nowrap;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;

View File

@ -72,7 +72,7 @@ defineExpose({
> :nth-child(1) { > :nth-child(1) {
color: var(--deTextSecondary, #1f2329); color: var(--deTextSecondary, #1f2329);
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;

View File

@ -55,7 +55,7 @@ const getAssetsFile = {
color: var(--N600, #646a73); color: var(--N600, #646a73);
text-align: center; text-align: center;
/* 正文-字号 14行高 22字重适中Regular用于列表Feed会话 */ /* 正文-字号 14行高 22字重适中Regular用于列表Feed会话 */
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -71,7 +71,7 @@ watch(
display: flex; display: flex;
align-items: center; align-items: center;
margin: 17px 0; margin: 17px 0;
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-weight: 400; font-weight: 400;
.sum { .sum {

View File

@ -859,7 +859,7 @@ defineExpose({
color: var(--neutral-900, #1f2329); color: var(--neutral-900, #1f2329);
/* 中文/桌面端/正文 14 22 Regular */ /* 中文/桌面端/正文 14 22 Regular */
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -266,7 +266,7 @@ defineExpose({
<style lang="less"> <style lang="less">
.jump-linkage { .jump-linkage {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
.chart-dataset-name { .chart-dataset-name {

View File

@ -495,7 +495,7 @@ const opacityStyle = computed(() => {
justify-content: center; justify-content: center;
color: #646a73; color: #646a73;
text-align: center; text-align: center;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -511,7 +511,7 @@ const opacityStyle = computed(() => {
.title { .title {
color: #1f2329; color: #1f2329;
font-feature-settings: 'clig' off, 'liga' off; font-feature-settings: 'clig' off, 'liga' off;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@ -570,7 +570,7 @@ const opacityStyle = computed(() => {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
color: #1f2329; color: #1f2329;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -1379,7 +1379,7 @@ defineExpose({
<style lang="less"> <style lang="less">
.dataset-parameters { .dataset-parameters {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
.ed-select-dropdown__item { .ed-select-dropdown__item {
@ -1411,7 +1411,7 @@ defineExpose({
} }
.container { .container {
font-size: 14px; font-size: 14px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
width: 1152px; width: 1152px;
height: 454px; height: 454px;
border-radius: 4px; border-radius: 4px;
@ -1432,7 +1432,7 @@ defineExpose({
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@ -1499,7 +1499,7 @@ defineExpose({
} }
.title { .title {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@ -1563,7 +1563,7 @@ defineExpose({
color: #646a73; color: #646a73;
height: 16px; height: 16px;
padding: 0px 4px; padding: 0px 4px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 10px; font-size: 10px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@ -1585,7 +1585,7 @@ defineExpose({
} }
.title { .title {
margin-bottom: 16px; margin-bottom: 16px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@ -32,7 +32,7 @@ const backToMain = () => {
<style lang="less" scoped> <style lang="less" scoped>
.system-header { .system-header {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
.logo { .logo {
width: 134px; width: 134px;

View File

@ -28,7 +28,7 @@ const backToMain = () => {
<style lang="less" scoped> <style lang="less" scoped>
.system-header { .system-header {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
.logo { .logo {
width: 134px; width: 134px;

View File

@ -8,6 +8,10 @@ const DashboardEditor = defineAsyncComponent(() => import('@/views/dashboard/ind
const Dashboard = defineAsyncComponent(() => import('./DashboardPreview.vue')) const Dashboard = defineAsyncComponent(() => import('./DashboardPreview.vue'))
const ViewWrapper = defineAsyncComponent(() => import('./ViewWrapper.vue')) const ViewWrapper = defineAsyncComponent(() => import('./ViewWrapper.vue'))
const Dataset = defineAsyncComponent(() => import('@/views/visualized/data/dataset/index.vue'))
const Datasource = defineAsyncComponent(
() => import('@/views/visualized/data/datasource/index.vue')
)
const props = defineProps({ const props = defineProps({
componentName: propTypes.string.def('DashboardEditor') componentName: propTypes.string.def('DashboardEditor')
}) })
@ -17,7 +21,9 @@ const componentMap = {
DashboardEditor, DashboardEditor,
VisualizationEditor, VisualizationEditor,
ViewWrapper, ViewWrapper,
Dashboard Dashboard,
Dataset,
Datasource
} }
currentComponent.value = componentMap[props.componentName] currentComponent.value = componentMap[props.componentName]

View File

@ -1,5 +1,13 @@
@font-face {
font-family: 'AlibabaPuHuiTi';
src: url('../assets/font/AlibabaPuHuiTi.otf');
font-weight: normal;
font-style: normal;
}
:root { :root {
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, Arial, sans-serif; font-family: AlibabaPuHuiTi, Helvetica Neue, Helvetica, AlibabaPuHuiTi, Hiragino Sans GB, Microsoft YaHei,
\5fae\8f6f\96c5\9ed1, Arial, sans-serif;
line-height: 1.5; line-height: 1.5;
font-weight: 400; font-weight: 400;
@ -54,7 +62,6 @@ body {
white-space: nowrap; white-space: nowrap;
} }
.list-item_primary { .list-item_primary {
height: 40px; height: 40px;
border-radius: 4px; border-radius: 4px;
@ -70,7 +77,7 @@ body {
.label { .label {
width: 85%; width: 85%;
font-size: 14px; font-size: 14px;
.ellipsis .ellipsis;
} }
&:not(.active):hover { &:not(.active):hover {
@ -79,7 +86,7 @@ body {
&.active { &.active {
background: rgba(51, 112, 255, 0.1); background: rgba(51, 112, 255, 0.1);
color: #3370FF; color: #3370ff;
} }
} }
@ -101,7 +108,7 @@ body {
} }
.title-form_primary { .title-form_primary {
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
@ -130,28 +137,28 @@ body {
background-color: #f5f6f7 !important; background-color: #f5f6f7 !important;
.ed-table-v2__header-cell { .ed-table-v2__header-cell {
background-color: transparent background-color: transparent;
} }
} }
.field-icon-text { .field-icon-text {
color: #3370FF; color: #3370ff;
} }
.field-icon-time { .field-icon-time {
color: #3370FF; color: #3370ff;
} }
.field-icon-value { .field-icon-value {
color: #04B49C; color: #04b49c;
} }
.field-icon-location { .field-icon-location {
color: #3370FF; color: #3370ff;
} }
.field-icon-red { .field-icon-red {
color: #F54A45; color: #f54a45;
} }
.field-icon-sort { .field-icon-sort {
@ -161,24 +168,22 @@ body {
} }
.field-icon-dimension { .field-icon-dimension {
color: #3370FF; color: #3370ff;
} }
.field-icon-quota { .field-icon-quota {
color: #04B49C; color: #04b49c;
} }
.hover-icon { .hover-icon {
cursor: pointer; cursor: pointer;
height: 24px !important; height: 24px !important;
width: 24px !important; width: 24px !important;
font-size: 16px !important; font-size: 16px !important;
border-radius: 4px; border-radius: 4px;
color: #646A73 !important; color: #646a73 !important;
&[aria-expanded="true"] { &[aria-expanded='true'] {
background: rgba(31, 35, 41, 0.1); background: rgba(31, 35, 41, 0.1);
} }
@ -198,25 +203,24 @@ body {
} }
.hover-icon-in-table { .hover-icon-in-table {
color: #3370FF !important; color: #3370ff !important;
&[aria-expanded="true"] { &[aria-expanded='true'] {
background: rgba(51,112,255,.1); background: rgba(51, 112, 255, 0.1);
} }
&:hover { &:hover {
background: rgba(51,112,255,.1); background: rgba(51, 112, 255, 0.1);
} }
} }
.custom-popover-dark { .custom-popover-dark {
min-width: 50px!important; min-width: 50px !important;
background: @side-content-background !important; background: @side-content-background !important;
padding: 0px 4px 0 4px !important; padding: 0px 4px 0 4px !important;
border: 1px solid @side-outline-border-color !important; border: 1px solid @side-outline-border-color !important;
} }
.custom-popover-light { .custom-popover-light {
min-width: 50px!important; min-width: 50px !important;
background: @side-content-background-light !important; background: @side-content-background-light !important;
padding: 0px 4px 0 4px !important; padding: 0px 4px 0 4px !important;
border: 1px solid @side-outline-border-color-light !important; border: 1px solid @side-outline-border-color-light !important;
@ -235,7 +239,7 @@ body {
border-radius: 4px; border-radius: 4px;
&:hover { &:hover {
background: rgba(235, 235, 235, 0.10); background: rgba(235, 235, 235, 0.1);
} }
&:active { &:active {
@ -281,7 +285,7 @@ body {
} }
.primary-color { .primary-color {
color: var(--ed-color-primary, #3370FF); color: var(--ed-color-primary, #3370ff);
} }
// .ed-drawer__footer { // .ed-drawer__footer {
@ -294,11 +298,10 @@ body {
// padding: 0 0 64px 0 !important; // padding: 0 0 64px 0 !important;
// } // }
.ed-tree-node.is-current>.ed-tree-node__content:not(.is-menu):after { .ed-tree-node.is-current > .ed-tree-node__content:not(.is-menu):after {
display: none; display: none;
} }
.create-dialog { .create-dialog {
.ed-form-item { .ed-form-item {
margin-bottom: 16px; margin-bottom: 16px;
@ -323,7 +326,6 @@ em {
text-align: left !important; text-align: left !important;
} }
.cell { .cell {
.is-text { .is-text {
.ed-icon { .ed-icon {
@ -337,28 +339,28 @@ em {
max-height: 100vh; max-height: 100vh;
overflow-y: auto; overflow-y: auto;
background: none !important; background: none !important;
.ed-dialog__header{ .ed-dialog__header {
padding: 0px; padding: 0px;
.ed-dialog__headerbtn{ .ed-dialog__headerbtn {
.ed-icon { .ed-icon {
font-size: 24px; font-size: 24px;
color: white; color: white;
} }
background: rgba(31, 35, 41, 0.90); background: rgba(31, 35, 41, 0.9);
height: 48px; height: 48px;
width: 48px; width: 48px;
top:24px; top: 24px;
right: 24px; right: 24px;
padding: 12px; padding: 12px;
border-radius: 50%; border-radius: 50%;
&:hover { &:hover {
background: #646A73; background: #646a73;
} }
} }
} }
.ed-dialog__body{ .ed-dialog__body {
padding: 0px; padding: 0px;
background-color: #1F232999; background-color: #1f232999;
} }
} }
@ -395,4 +397,3 @@ em {
.ed-table { .ed-table {
--ed-table-row-hover-bg-color: #e8e9e9 !important; --ed-table-row-hover-bg-color: #e8e9e9 !important;
} }

View File

@ -220,7 +220,7 @@ const update = (licKey: string) => {
margin-top: -7px; margin-top: -7px;
.item { .item {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -406,7 +406,7 @@ span {
} }
.label-dark { .label-dark {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 20px; line-height: 20px;

View File

@ -318,7 +318,7 @@ span {
} }
.label-dark { .label-dark {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 20px; line-height: 20px;

View File

@ -767,7 +767,7 @@ span {
} }
} }
.label-dark { .label-dark {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 20px; line-height: 20px;

View File

@ -479,7 +479,7 @@ watch(
} }
.remark-label { .remark-label {
color: var(--N600, #646a73); color: var(--N600, #646a73);
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -202,7 +202,7 @@ span {
:deep(span) { :deep(span) {
color: var(--N900, #1f2329); color: var(--N900, #1f2329);
/* 中文/桌面端/正文 14 22 Regular */ /* 中文/桌面端/正文 14 22 Regular */
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -412,7 +412,7 @@ span {
:deep(span) { :deep(span) {
color: var(--N900, #1f2329); color: var(--N900, #1f2329);
/* 中文/桌面端/正文 14 22 Regular */ /* 中文/桌面端/正文 14 22 Regular */
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -2233,7 +2233,7 @@ const onRefreshChange = val => {
height: 35px; height: 35px;
line-height: 35px; line-height: 35px;
color: #3370ff; color: #3370ff;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@ -3097,7 +3097,7 @@ span {
margin-bottom: 16px !important; margin-bottom: 16px !important;
.text { .text {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -3106,7 +3106,7 @@ span {
--ed-input-height: 32px; --ed-input-height: 32px;
:deep(.ed-input__inner) { :deep(.ed-input__inner) {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -3117,7 +3117,7 @@ span {
:deep(.ed-form-item__label) { :deep(.ed-form-item__label) {
color: #1f2329; color: #1f2329;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -409,7 +409,7 @@ const emits = defineEmits(['finish'])
margin-bottom: 8px; margin-bottom: 8px;
} }
span { span {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;

View File

@ -33,7 +33,7 @@ const timestampFormatDate = value => {
<style lang="less" scoped> <style lang="less" scoped>
.info-card { .info-card {
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
padding-left: 4px; padding-left: 4px;
font-weight: 400; font-weight: 400;

View File

@ -407,7 +407,7 @@ onMounted(() => {
text-align: center; text-align: center;
margin-top: 8px; margin-top: 8px;
color: #646a73; color: #646a73;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -445,7 +445,7 @@ onMounted(() => {
:deep(.ed-divider__text) { :deep(.ed-divider__text) {
color: #8f959e; color: #8f959e;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -139,7 +139,7 @@ defineExpose({
} }
.pwd { .pwd {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
@ -158,7 +158,7 @@ defineExpose({
padding: 0 20px; padding: 0 20px;
color: #1f2329; color: #1f2329;
text-align: center; text-align: center;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -32,7 +32,7 @@ const activeName = ref('basic')
.router-title { .router-title {
color: #1f2329; color: #1f2329;
font-feature-settings: 'clig' off, 'liga' off; font-feature-settings: 'clig' off, 'liga' off;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 20px; font-size: 20px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@ -371,7 +371,7 @@ onMounted(() => {
.insert-filter { .insert-filter {
display: inline-block; display: inline-block;
font-weight: 400 !important; font-weight: 400 !important;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
line-height: 1; line-height: 1;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
@ -400,7 +400,7 @@ onMounted(() => {
.insert { .insert {
display: inline-block; display: inline-block;
font-weight: 400 !important; font-weight: 400 !important;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
line-height: 1; line-height: 1;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;

View File

@ -492,7 +492,7 @@ onMounted(() => {
.insert-filter { .insert-filter {
display: inline-block; display: inline-block;
font-weight: 400 !important; font-weight: 400 !important;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
line-height: 1; line-height: 1;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
@ -525,7 +525,7 @@ onMounted(() => {
display: inline-block; display: inline-block;
font-size: 34px; font-size: 34px;
font-weight: 400 !important; font-weight: 400 !important;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
line-height: 1; line-height: 1;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;

View File

@ -132,7 +132,7 @@ const handleCommand = key => {
.de-model-text { .de-model-text {
margin-left: 8px; margin-left: 8px;
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;

View File

@ -152,7 +152,7 @@ defineExpose({
align-items: center; align-items: center;
border-radius: 4px; border-radius: 4px;
color: var(--deTextPrimary, #1f2329); color: var(--deTextPrimary, #1f2329);
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;

View File

@ -419,7 +419,7 @@ onMounted(() => {
.active-template { .active-template {
height: 56px; height: 56px;
padding: 0px 24px; padding: 0px 24px;
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
@ -436,7 +436,7 @@ onMounted(() => {
.router-title { .router-title {
color: #1f2329; color: #1f2329;
font-feature-settings: 'clig' off, 'liga' off; font-feature-settings: 'clig' off, 'liga' off;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 20px; font-size: 20px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@ -36,7 +36,7 @@ const { t } = useI18n()
<style lang="less" scoped> <style lang="less" scoped>
.info-card { .info-card {
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
padding-left: 4px; padding-left: 4px;
font-weight: 400; font-weight: 400;

View File

@ -149,7 +149,7 @@ const del = (index, child) => {
z-index: 10; z-index: 10;
.operate-title { .operate-title {
font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; font-family: AlibabaPuHuiTi, Hiragino Sans GB, Microsoft YaHei, sans-serif;
word-wrap: break-word; word-wrap: break-word;
box-sizing: border-box; box-sizing: border-box;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);

View File

@ -553,7 +553,7 @@ const emits = defineEmits(['update:item', 'del'])
} }
.bottom-line { .bottom-line {
font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; font-family: AlibabaPuHuiTi, Hiragino Sans GB, Microsoft YaHei, sans-serif;
font-variant: tabular-nums; font-variant: tabular-nums;
font-feature-settings: 'tnum'; font-feature-settings: 'tnum';
word-wrap: break-word; word-wrap: break-word;
@ -601,7 +601,7 @@ const emits = defineEmits(['update:item', 'del'])
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
height: 26px; height: 26px;
font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; font-family: AlibabaPuHuiTi, Hiragino Sans GB, Microsoft YaHei, sans-serif;
word-wrap: break-word; word-wrap: break-word;
text-align: left; text-align: left;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
@ -714,7 +714,7 @@ const emits = defineEmits(['update:item', 'del'])
} }
.ed-input { .ed-input {
font-family: Alibaba-PuHuiTi-Regular, Helvetica Neue, Helvetica, Arial, PingFang SC, font-family: Alibaba-PuHuiTi-Regular, Helvetica Neue, Helvetica, Arial, AlibabaPuHuiTi,
Hiragino Sans GB, Microsoft YaHei, sans-serif; Hiragino Sans GB, Microsoft YaHei, sans-serif;
box-sizing: border-box; box-sizing: border-box;
margin: 0; margin: 0;
@ -748,7 +748,7 @@ const emits = defineEmits(['update:item', 'del'])
box-shadow: none; box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.05);
.mod-left { .mod-left {
font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; font-family: AlibabaPuHuiTi, Hiragino Sans GB, Microsoft YaHei, sans-serif;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
font-size: 12px; font-size: 12px;
vertical-align: top; vertical-align: top;
@ -794,7 +794,7 @@ const emits = defineEmits(['update:item', 'del'])
border-left: 1px solid hsla(0, 0%, 59%, 0.1); border-left: 1px solid hsla(0, 0%, 59%, 0.1);
} }
.autochecker-list { .autochecker-list {
font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; font-family: AlibabaPuHuiTi, Hiragino Sans GB, Microsoft YaHei, sans-serif;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
@ -839,7 +839,7 @@ const emits = defineEmits(['update:item', 'del'])
} }
label { label {
font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; font-family: AlibabaPuHuiTi, Hiragino Sans GB, Microsoft YaHei, sans-serif;
font-size: 12px; font-size: 12px;
direction: ltr; direction: ltr;
color: #333; color: #333;

View File

@ -858,7 +858,7 @@ const mousedownDrag = () => {
height: 100%; height: 100%;
width: 240px; width: 240px;
float: left; float: left;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
border-right: 1px solid rgba(31, 35, 41, 0.15); border-right: 1px solid rgba(31, 35, 41, 0.15);
.list-item_primary { .list-item_primary {
@ -960,7 +960,7 @@ const mousedownDrag = () => {
float: right; float: right;
height: calc(100vh - 156px); height: calc(100vh - 156px);
.sql-result { .sql-result {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
overflow-y: auto; overflow-y: auto;
box-sizing: border-box; box-sizing: border-box;
@ -1122,7 +1122,7 @@ const mousedownDrag = () => {
.sql-tips { .sql-tips {
color: #646a73; color: #646a73;
text-align: center; text-align: center;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -1146,7 +1146,7 @@ const mousedownDrag = () => {
.num { .num {
margin-left: auto; margin-left: auto;
color: #646a73; color: #646a73;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -1235,7 +1235,7 @@ const mousedownDrag = () => {
background: #e1eaff; background: #e1eaff;
position: relative; position: relative;
padding: 9px 0 9px 40px; padding: 9px 0 9px 40px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;

View File

@ -498,7 +498,7 @@ initFunction()
& > :nth-child(2) { & > :nth-child(2) {
margin: 0 -0.67px 0 2px; margin: 0 -0.67px 0 2px;
color: #f54a45; color: #f54a45;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -409,7 +409,7 @@ const emits = defineEmits(['finish'])
margin-bottom: 8px; margin-bottom: 8px;
} }
span { span {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;

View File

@ -952,7 +952,7 @@ const emits = defineEmits(['addComplete', 'joinEditor', 'updateAllfields'])
.union-item-drawer { .union-item-drawer {
.ed-drawer__header { .ed-drawer__header {
height: 82px; height: 82px;
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
.ed-drawer__close-btn { .ed-drawer__close-btn {
top: 26px; top: 26px;
@ -983,7 +983,7 @@ const emits = defineEmits(['addComplete', 'joinEditor', 'updateAllfields'])
width: 100%; width: 100%;
border: 1px solid #dee0e3; border: 1px solid #dee0e3;
border-radius: 4px; border-radius: 4px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
color: #1f2329; color: #1f2329;
@ -1103,7 +1103,7 @@ const emits = defineEmits(['addComplete', 'joinEditor', 'updateAllfields'])
} }
p { p {
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;

View File

@ -159,7 +159,7 @@ defineExpose({
width: 50%; width: 50%;
& > p { & > p {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
margin: 0; margin: 0;

View File

@ -145,7 +145,7 @@ watch(
.field-block-style { .field-block-style {
height: 100%; height: 100%;
width: 100%; width: 100%;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
.field-block-body { .field-block-body {
height: 327px; height: 327px;
overflow-y: auto; overflow-y: auto;

View File

@ -171,7 +171,7 @@ init()
<style lang="less" scoped> <style lang="less" scoped>
.union-container { .union-container {
height: 275px; height: 275px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
} }
.union-header { .union-header {
display: flex; display: flex;
@ -217,7 +217,7 @@ init()
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 14px; font-size: 14px;
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
margin: 20px 0 8px 0; margin: 20px 0 8px 0;

View File

@ -1872,7 +1872,7 @@ const getDsIconName = data => {
.name { .name {
color: #fff; color: #fff;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
display: flex; display: flex;
@ -1968,7 +1968,7 @@ const getDsIconName = data => {
width: 240px; width: 240px;
padding-bottom: 16px; padding-bottom: 16px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
border-right: 1px solid rgba(31, 35, 41, 0.15); border-right: 1px solid rgba(31, 35, 41, 0.15);
.select-ds { .select-ds {
@ -2041,7 +2041,7 @@ const getDsIconName = data => {
.drag-right { .drag-right {
height: calc(100vh - 56px); height: calc(100vh - 56px);
.sql-result { .sql-result {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
overflow-y: auto; overflow-y: auto;
box-sizing: border-box; box-sizing: border-box;
@ -2167,7 +2167,7 @@ const getDsIconName = data => {
margin: 1px; margin: 1px;
top: 1px; top: 1px;
height: 49px; height: 49px;
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;

View File

@ -760,7 +760,7 @@ const getMenuList = (val: boolean) => {
width: 100%; width: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
@ -806,7 +806,7 @@ const getMenuList = (val: boolean) => {
.preview-num { .preview-num {
color: var(--deTextSecondary, #606266); color: var(--deTextSecondary, #606266);
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;

View File

@ -36,7 +36,7 @@ defineExpose({
.update-records-time { .update-records-time {
color: #646a73; color: #646a73;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -52,7 +52,7 @@ defineExpose({
.name { .name {
color: #1f2329; color: #1f2329;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@ -17,7 +17,7 @@ defineProps({
<style lang="less"> <style lang="less">
.base-info-item { .base-info-item {
margin-top: 16px; margin-top: 16px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -42,7 +42,7 @@ const del = () => {
} }
.info { .info {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
width: 80%; width: 80%;

View File

@ -87,7 +87,7 @@ const handleChange = (val: boolean) => {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding-top: 83px; padding-top: 83px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -136,7 +136,7 @@ const handleChange = (val: boolean) => {
} }
.info { .info {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
.name { .name {

View File

@ -739,7 +739,7 @@ defineExpose({
cursor: pointer; cursor: pointer;
.name { .name {
color: #1f2329; color: #1f2329;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@ -213,7 +213,7 @@ const emits = defineEmits(['changeId'])
min-height: 200px; min-height: 200px;
:deep(.ed-tabs__item) { :deep(.ed-tabs__item) {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -432,7 +432,7 @@ const emits = defineEmits(['finish', 'handleShowFinishPage'])
margin-bottom: 8px; margin-bottom: 8px;
} }
span { span {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;

View File

@ -973,7 +973,7 @@ defineExpose({
} }
.de-expand { .de-expand {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
@ -1024,7 +1024,7 @@ defineExpose({
width: 100%; width: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -1044,7 +1044,7 @@ defineExpose({
position: relative; position: relative;
color: #1f2329; color: #1f2329;
font-weight: 400; font-weight: 400;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
line-height: 22px; line-height: 22px;
@ -1096,7 +1096,7 @@ defineExpose({
border-radius: 4px; border-radius: 4px;
margin: 0 0 16px 16px; margin: 0 0 16px 16px;
padding: 16px; padding: 16px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
@ -1173,7 +1173,7 @@ defineExpose({
} }
.tips { .tips {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
line-height: 22px; line-height: 22px;

View File

@ -550,7 +550,7 @@ defineExpose({
.upload-tip { .upload-tip {
color: #8f959e; color: #8f959e;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;

View File

@ -817,7 +817,7 @@ defineExpose({
.title { .title {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
color: var(--TextPrimary, #1f2329); color: var(--TextPrimary, #1f2329);
@ -872,7 +872,7 @@ defineExpose({
width: 100%; width: 100%;
padding: 16px 24px; padding: 16px 24px;
color: #1f2329; color: #1f2329;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@ -1462,7 +1462,7 @@ const getMenuList = (val: boolean) => {
border-radius: 4px; border-radius: 4px;
margin: 0 0 16px 16px; margin: 0 0 16px 16px;
padding: 16px; padding: 16px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
.name { .name {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
@ -1524,7 +1524,7 @@ const getMenuList = (val: boolean) => {
} }
.de-expand { .de-expand {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
@ -1580,7 +1580,7 @@ const getMenuList = (val: boolean) => {
width: 100%; width: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
@ -1706,7 +1706,7 @@ const getMenuList = (val: boolean) => {
.table-value, .table-value,
.table-name { .table-name {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
margin: 0; margin: 0;

View File

@ -359,7 +359,7 @@ const handleTabClick = () => {
position: sticky; position: sticky;
top: 0; top: 0;
height: 32px; height: 32px;
font-family: 'PingFang SC'; font-family: 'AlibabaPuHuiTi';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;

View File

@ -258,7 +258,7 @@ const handleCheckedFieldsChange = (value: string[]) => {
<style lang="less"> <style lang="less">
.jump-linkage { .jump-linkage {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
.chart-dataset-name { .chart-dataset-name {

View File

@ -127,7 +127,7 @@ const templateInnerPreview = e => {
} }
.name { .name {
color: #1f2329; color: #1f2329;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@ -433,7 +433,7 @@ initMarketTemplate()
.name-role { .name-role {
margin-bottom: 4px; margin-bottom: 4px;
color: #1f2329; color: #1f2329;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
.name { .name {
font-size: 16px; font-size: 16px;
@ -463,7 +463,7 @@ initMarketTemplate()
} }
.item { .item {
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-style: normal; font-style: normal;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -500,7 +500,7 @@ initMarketTemplate()
.label { .label {
color: #1f2329; color: #1f2329;
font-feature-settings: 'clig' off, 'liga' off; font-feature-settings: 'clig' off, 'liga' off;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@ -534,7 +534,7 @@ initMarketTemplate()
.name { .name {
color: #1f2329; color: #1f2329;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -592,7 +592,7 @@ initMarketTemplate()
.label { .label {
color: #1f2329; color: #1f2329;
font-feature-settings: 'clig' off, 'liga' off; font-feature-settings: 'clig' off, 'liga' off;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@ -637,7 +637,7 @@ initMarketTemplate()
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
padding: 0 8px; padding: 0 8px;
font-family: PingFang SC; font-family: AlibabaPuHuiTi;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;