From 21db0a9c2dc18e88a95d3065658b36bfd783c514 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 25 Jan 2022 09:33:50 +0800 Subject: [PATCH] bug --- src/sass/AppHome/application.vue | 2 ++ src/sass/AppHome/my.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sass/AppHome/application.vue b/src/sass/AppHome/application.vue index 7ee9da95..3affb9ec 100644 --- a/src/sass/AppHome/application.vue +++ b/src/sass/AppHome/application.vue @@ -147,6 +147,8 @@ export default { width: 25%; height: 150px; text-align: center; + padding-top: 20px; + box-sizing: border-box; .app-img { width: 72px; diff --git a/src/sass/AppHome/my.vue b/src/sass/AppHome/my.vue index 418f5741..74ff2f28 100644 --- a/src/sass/AppHome/my.vue +++ b/src/sass/AppHome/my.vue @@ -113,7 +113,7 @@ export default { position: absolute; top: 180px; left: 32px; - width: 686px; + width: calc(100% - 64px); height: 320px; background-color: #FFFFFF; border-radius: 12px;