From 2fad1ef7d526569e2595f46e6b2e0a1a2f2467a6 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期一, 11 四月 2022 10:00:58 +0800
Subject: [PATCH] 职业培训

---
 src/pages/show/index/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/show/index/index.vue b/src/pages/show/index/index.vue
index 4c30389..e8375c5 100644
--- a/src/pages/show/index/index.vue
+++ b/src/pages/show/index/index.vue
@@ -738,6 +738,7 @@
 </script>
 <style lang="scss" scoped>
   @import "../../../assets/css/base";
+  @import "../../../assets/css/mixin";
   .index-wrap{
     width: 100%;
     height: 100%;
@@ -963,8 +964,7 @@
 
           }
           .shuju-scroll{
-            height: 28rem  /* 280/10 */;
-            overflow-y: auto;
+            @include overflow-y(28rem)
           }
           .shuju-table-line2{
             width: 100%;

--
Gitblit v1.9.1