fix: 调整状态监视器进度条百分比文字垂直居中显示

This commit is contained in:
Baobhan Sith
2025-05-28 14:23:40 +08:00
parent 887b85f125
commit dd74814e67
@@ -360,6 +360,6 @@ const copyIpToClipboard = async (ipAddress: string | null) => {
}
::v-deep(.el-progress-bar__innerText) {
font-size: 10px;
transform: translateY(-2px);
}
</style>