From 8bffcbb7f5fca4e1e7a308f6f786b63d0773704c Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 四月 2025 19:28:29 +0800 Subject: [PATCH] 页面优化 --- src/views/home/index.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 7518d17..9259896 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -7,7 +7,7 @@ <p>瀛︽湳鎬濇兂浼犳壙澶氱淮搴︽暟鎹簱</p> </div> <div class="searchBox"> - <SearchBox /> + <SearchBox @searchFun="handleSearch" /> </div> </div> <div class="menuBox"> @@ -94,6 +94,10 @@ console.log(row); this.$router.push(row.path); }, + + handleSearch(type, value) { + console.log(type, value); + }, //鑾峰彇浜虹墿浠嬬粛 getPersonInfo() { this.MG.resource @@ -125,6 +129,8 @@ background-size: 98% 95%; position: relative; box-sizing: border-box; + font-family: siyuan; + } .bgBox { width: 100%; @@ -202,10 +208,13 @@ font-size: 40px; font-weight: 600; margin-top: 20px; + font-family: siyuan; } .menuSubTitle { font-size: 28px; margin-top: 20px; + font-family: siyuan; + } .menuLine { margin-top: 40px; -- Gitblit v1.9.1