From 0d9171575f211a05337408c9dd44570f1e8dc295 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Mon, 26 Aug 2024 17:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue b/src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue index 2103550..2d68495 100644 --- a/src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue +++ b/src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue @@ -49,7 +49,7 @@ class="borderstyle" > - + {{ item.title }} @@ -342,7 +342,7 @@ class="borderstyle" > - + {{ item.title }} @@ -1278,16 +1278,16 @@ onMounted(() => { .borderstyle{ margin:8px auto; border:1px solid #e6e6e6; - padding:12px; background:#fff; - border-radius:5px; + border-radius:6px; + padding: 5px; } .borderstyle:hover{ margin:8px auto; border:1px solid #e6e6e6; - padding:12px; background:#fff; - border-radius:5px; + border-radius:6px; + padding: 5px; box-shadow: 2px 2px 10px 1px #d4d4d4; } \ No newline at end of file