From b713f20b6676fcbc3fd482adf7a4ac15cce1039c Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:50:25 +0800 Subject: [PATCH] style: Optimize OpenResty Warnings Displayed During Zooming (#7465) Refs https://github.com/1Panel-dev/1Panel/issues/7452 --- frontend/src/components/app-status/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue index 31ad2a7ff..32fa74cdf 100644 --- a/frontend/src/components/app-status/index.vue +++ b/frontend/src/components/app-status/index.vue @@ -243,6 +243,6 @@ defineExpose({ border: 1px solid var(--el-color-warning); background-color: transparent; padding: 8px 8px; - width: 70px; + width: 78px; }