feat(web): 统一字体展示

This commit is contained in:
v-zhangjc9
2025-06-19 11:09:05 +08:00
parent 0f5ae1c4d4
commit 1b3045dfd4
4 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
<!--suppress CssUnknownTarget, HtmlUnknownTarget -->
<!doctype html> <!doctype html>
<html lang="zh"> <html lang="zh">
<head> <head>
@@ -13,6 +14,15 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
@font-face {
font-family: 'LXGWWenKai';
src: url('fonts/LXGWNeoXiHei.ttf') format('truetype');
}
*:not(.fa,.fas) {
font-family: LXGWWenKai, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', serif !important;
}
</style> </style>
</head> </head>
<body> <body>

Binary file not shown.

View File

@@ -91,7 +91,7 @@ function Table() {
columns: [ columns: [
{ {
label: 'Flink job id', label: 'Flink job id',
width: 195, width: 200,
fixed: 'left', fixed: 'left',
type: 'wrapper', type: 'wrapper',
size: 'none', size: 'none',

View File

@@ -99,7 +99,7 @@ function Version() {
columns: [ columns: [
{ {
label: 'Flink job id', label: 'Flink job id',
width: 195, width: 200,
fixed: 'left', fixed: 'left',
type: 'wrapper', type: 'wrapper',
size: 'none', size: 'none',