From 00ef473d3b7508fd898549fc9f4c74eef52a7d71 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期三, 20 三月 2024 09:54:26 +0800
Subject: [PATCH] feat:详情跳转

---
 src/views/screen/components/screen-detection/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/screen/components/screen-detection/index.vue b/src/views/screen/components/screen-detection/index.vue
index 923c948..1eccea9 100644
--- a/src/views/screen/components/screen-detection/index.vue
+++ b/src/views/screen/components/screen-detection/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="detection-container">
-    <wrapper-title :title="'杩愯鐩戞帶鏁版嵁'"></wrapper-title>
+    <wrapper-title :title="'杩愯鐩戞帶鏁版嵁'" :path="'/dataManage'"></wrapper-title>
 
     <div class="detection-content">
       <div class="water-item">
@@ -28,7 +28,7 @@
 </template>
 
 <script>
-import WrapperTitle from '../wrapper-title/index'
+import WrapperTitle from '../wrapper-title/index';
 export default {
   components: {
     WrapperTitle
@@ -73,7 +73,7 @@
 }
 
 .water-item {
-  font-size: 18px;
+  font-size: 16px;
   color: #fff;
 
   .water-text {
@@ -85,7 +85,7 @@
   }
 
   .water-label {
-    font-size: 24px;
+    font-size: 20px;
   }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0