From 0d29d3255ba93a930153eb0cef2cab39b885f2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Fri, 19 Jul 2024 15:52:03 +0800 Subject: [PATCH] =?UTF-8?q?CMS=E6=89=8B=E7=8A=B6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E5=89=8D=E5=90=8E=E5=8F=B0=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E8=BD=AC=E8=B7=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main-home/components/homePage/index.vue | 7 +- .../matchEvaluation/components/MCh.vue | 7 +- .../src/views/demo/main-home/index.vue | 10 +-- .../src/views/system/loginmini/MiniLogin.vue | 68 +++++++++++++++++++ 4 files changed, 81 insertions(+), 11 deletions(-) diff --git a/jeecgboot-vue3-master/src/views/demo/main-home/components/homePage/index.vue b/jeecgboot-vue3-master/src/views/demo/main-home/components/homePage/index.vue index 8c6b76a3..f831fa93 100644 --- a/jeecgboot-vue3-master/src/views/demo/main-home/components/homePage/index.vue +++ b/jeecgboot-vue3-master/src/views/demo/main-home/components/homePage/index.vue @@ -24,7 +24,7 @@ @@ -60,7 +60,7 @@
- +
{{ o.title}}
@@ -185,7 +185,7 @@ function lookMore(i){ cursor: pointer; .img-box { - width: 20px; + width: 20px; height: 20px; img { @@ -294,6 +294,7 @@ function lookMore(i){ height: 189px; .img-box { + cursor: pointer; width: 100%; height: 158px; margin-bottom: 10px; diff --git a/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/MCh.vue b/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/MCh.vue index af53c2f3..df8e9c5d 100644 --- a/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/MCh.vue +++ b/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/MCh.vue @@ -18,9 +18,10 @@
{{ parseTime(o.createTime,'b') }}
{{parseTime(o.createTime,'a')}}
- +
-
+
+

{{ o.title }}

{{ o.info }} @@ -49,7 +50,7 @@

-
{{ o.publishTime }}
diff --git a/jeecgboot-vue3-master/src/views/demo/main-home/index.vue b/jeecgboot-vue3-master/src/views/demo/main-home/index.vue index 3c161a5a..67c5b24c 100644 --- a/jeecgboot-vue3-master/src/views/demo/main-home/index.vue +++ b/jeecgboot-vue3-master/src/views/demo/main-home/index.vue @@ -21,13 +21,13 @@
-
+ +
-
-
选手查询
+
+
后台管理
diff --git a/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue b/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue index 37f9b681..16e647ba 100644 --- a/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue +++ b/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue @@ -1,5 +1,17 @@