From d309de80fcb5d328399be02ee93fbd4e9aa3c8c3 Mon Sep 17 00:00:00 2001 From: lenghui Date: Thu, 5 Dec 2024 11:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E6=A8=A1=E5=9D=97=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vueHomilyLink/src/views/LiveView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vueHomilyLink/src/views/LiveView.vue b/vueHomilyLink/src/views/LiveView.vue index 56400e5..557674f 100644 --- a/vueHomilyLink/src/views/LiveView.vue +++ b/vueHomilyLink/src/views/LiveView.vue @@ -100,7 +100,7 @@ function cancelBooking(liveId, userId) { margin-left: auto; margin-right: auto; /*宽度*/ - width: 916px; + width: 1000px; font-family: Arial, sans-serif; padding: 0; flex-wrap: wrap; @@ -113,7 +113,7 @@ function cancelBooking(liveId, userId) { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); - margin: 10px; + margin: 20px; overflow: hidden; border: #666; height: 190px;