From f3d9e9f22e115c399af7adf9759f5846c8c33bd5 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期一, 25 九月 2023 14:57:49 +0800 Subject: [PATCH] ”样式重置,布局修改“ --- src/components/bottomRail/bottomRail.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/bottomRail/bottomRail.vue b/src/components/bottomRail/bottomRail.vue index 237b398..35cb2f7 100644 --- a/src/components/bottomRail/bottomRail.vue +++ b/src/components/bottomRail/bottomRail.vue @@ -47,6 +47,7 @@ <style scoped lang="scss"> ul{ + margin-top: 30px; width: 100%; display: flex; align-items: center; @@ -70,6 +71,7 @@ color: #CCCCCC; cursor: pointer; font-size: 14px; + margin: 10px 0; } p:last-child{ padding: 0 0 30px 0; -- Gitblit v1.8.0