From 48b007543af49c780f6c216c840a965f8a73736f Mon Sep 17 00:00:00 2001 From: wind <zhangmrit@126.com> Date: 星期六, 22 一月 2022 22:05:44 +0800 Subject: [PATCH] fix css class name --- ruoyi-ui/src/layout/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/layout/index.vue b/ruoyi-ui/src/layout/index.vue index 718723e..4d6fe02 100644 --- a/ruoyi-ui/src/layout/index.vue +++ b/ruoyi-ui/src/layout/index.vue @@ -98,7 +98,7 @@ } .hideSidebar .fixed-header { - width: calc(100% - 54px) + width: calc(100% - 54px); } .mobile .fixed-header { -- Gitblit v1.9.2