From f20a554bdb24e9dfde9dc6a69d78595944f61d15 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期二, 25 十月 2022 14:53:57 +0800 Subject: [PATCH] 设备管理 样式调整 --- src/components/IndexHeader.vue | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/components/IndexHeader.vue b/src/components/IndexHeader.vue index a5b8d50..e6f9bca 100644 --- a/src/components/IndexHeader.vue +++ b/src/components/IndexHeader.vue @@ -265,13 +265,14 @@ .right { position: relative; display: flex; + justify-content: flex-end; align-items: center; .el-input ::v-deep { input { - height: 62px; + height: 50px; width: 180px; - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.05) !important; border: none; border-radius: 0; color: #fff; @@ -282,13 +283,14 @@ } .el-input__suffix { - padding-top: 23px; - padding-right: 23px; + padding-top: 17px; + padding-right: 19px; } - - .search { - color: #fff; - cursor: pointer; + .iconList { + .search { + color: #fff !important; + cursor: pointer; + } } } @@ -313,8 +315,8 @@ } .userImg { - height: 48px; - width: 48px; + height: 28px; + width: 28px; margin: 0 20px; } } -- Gitblit v1.8.0