From f358f667a292973618199b51552d61179181cf1d Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期三, 27 七月 2022 14:23:32 +0800 Subject: [PATCH] bug修复 --- src/views/operateManage/productManage/BannerList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/operateManage/productManage/BannerList.vue b/src/views/operateManage/productManage/BannerList.vue index 895e20c..8163f6a 100644 --- a/src/views/operateManage/productManage/BannerList.vue +++ b/src/views/operateManage/productManage/BannerList.vue @@ -176,7 +176,7 @@ .buttonArea { display: flex; - justify-content: end; + justify-content: flex-end; margin: 20px 20px 0 0px; .addButton { width: 84px; -- Gitblit v1.8.0