Update StatusMonitor.vue

This commit is contained in:
Baobhan Sith
2025-05-28 14:35:00 +08:00
parent dd74814e67
commit d826aed607
@@ -360,6 +360,8 @@ const copyIpToClipboard = async (ipAddress: string | null) => {
} }
::v-deep(.el-progress-bar__innerText) { ::v-deep(.el-progress-bar__innerText) {
font-size: 10px; font-size: 10px;
transform: translateY(-2px); position: relative; /* 使用相对定位进行微调 */
top: -0.5px; /* 将文本向上移动2像素 */
/* 保留 Element Plus 默认的文本对齐方式,使其跟随进度 */
} }
</style> </style>