fix style

This commit is contained in:
Qiuxia Fan 2022-04-06 11:55:57 +08:00
parent 402e9b0830
commit 8f200e0cbc
3 changed files with 4 additions and 4 deletions

View File

@ -199,7 +199,7 @@ const msg = {
dayCutTip: "Last 1 day", dayCutTip: "Last 1 day",
weekCutTip: "Last 1 week", weekCutTip: "Last 1 week",
monthCutTip: "Last 1 month", monthCutTip: "Last 1 month",
serverZone: "Time Zone", serverZone: "OAP Server Time Zone",
exportImage: "Export image", exportImage: "Export image",
object: "Object", object: "Object",
profile: "Profile", profile: "Profile",

View File

@ -201,7 +201,7 @@ const msg = {
dayCutTip: "最近1天", dayCutTip: "最近1天",
weekCutTip: "最近1周", weekCutTip: "最近1周",
monthCutTip: "最近1月", monthCutTip: "最近1月",
serverZone: "时区", serverZone: "OAP Server 时区",
exportImage: "导出为图片", exportImage: "导出为图片",
object: "粒度", object: "粒度",
profile: "性能剖析", profile: "性能剖析",

View File

@ -178,7 +178,7 @@ const setUTCMin = () => {
.settings { .settings {
color: #222; color: #222;
font-size: 14px; font-size: 13px;
padding: 20px; padding: 20px;
.item { .item {
@ -195,7 +195,7 @@ const setUTCMin = () => {
} }
.label { .label {
width: 100px; width: 160px;
display: inline-block; display: inline-block;
font-weight: 500; font-weight: 500;
} }