From 5baafe6ea11a9249b98e1b02f882bd273a201d04 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 24 Nov 2022 11:22:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/study/courseStudy.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/study/courseStudy.vue b/pages/study/courseStudy.vue index 86c5f37..88dcb91 100644 --- a/pages/study/courseStudy.vue +++ b/pages/study/courseStudy.vue @@ -1484,6 +1484,12 @@ display: none; } } + /deep/ .interact-bar{ + // padding-left: 0; + } + /deep/ .field{ + width: 448upx; + } /deep/ .field-right{ margin-right: 60upx; }