Update StatusMonitor.vue
This commit is contained in:
@@ -359,7 +359,9 @@ const copyIpToClipboard = async (ipAddress: string | null) => {
|
|||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
::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>
|
||||||
|
|||||||
Reference in New Issue
Block a user