From e04fcbf88f842046ee78985a93ce30d9316875ea Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Tue, 14 Nov 2023 21:32:21 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/site/yuYueKeCheng/index.vue | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/src/views/site/yuYueKeCheng/index.vue b/src/views/site/yuYueKeCheng/index.vue
index 6fc95d6..ae977b6 100644
--- a/src/views/site/yuYueKeCheng/index.vue
+++ b/src/views/site/yuYueKeCheng/index.vue
@@ -12,6 +12,8 @@
?
+
+ 当前时间之前的预约课程点击“查看更多”
查看更多
@@ -262,6 +264,20 @@ defineExpose({
border: 1px #1c84c6 solid;
cursor: pointer;
}
+.tipClass{
+ // margin-left: 10%;
+ font-size: 16px;
+ color: red;
+ font-weight: 700;
+}
-
+.ant-card-extra {
+ float: right;
+ margin-left: auto;
+ padding: 16px 0;
+ color: rgba(0, 0, 0, 0.85);
+ font-weight: normal;
+ font-size: 14px;
+ margin-top: 10px;
+}
\ No newline at end of file