From 70fea04ccbf03d14568c6af605102a161aa9c58b Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周四, 17 10月 2024 16:54:12 +0800 Subject: [PATCH] 细节 --- yiqi_screen/src/components/Content.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/yiqi_screen/src/components/Content.vue b/yiqi_screen/src/components/Content.vue index 05d4aa9..cf4a7e3 100644 --- a/yiqi_screen/src/components/Content.vue +++ b/yiqi_screen/src/components/Content.vue @@ -339,6 +339,9 @@ position: relative; .title { + display: flex; + vertical-align: middle; + align-items: center; color: #41c7de; font-size: 0.38rem; font-weight: 700; @@ -349,9 +352,7 @@ letter-spacing: 8px; .imgTitle{ width: 0.7rem; - position: absolute; - /* top: 0.08rem; */ - left: -0.8rem; + margin-right: .2rem; } } -- Gitblit v1.9.3