diff --git a/src/views/iot/device/components/device-detail.vue b/src/views/iot/device/components/device-detail.vue
index 2dc6de9..3549770 100644
--- a/src/views/iot/device/components/device-detail.vue
+++ b/src/views/iot/device/components/device-detail.vue
@@ -3,7 +3,16 @@
- 设备详情
+ $router.go(-1)"
+ >
+
+
+ 设备详情
+
{{renderData.name }}
{{renderData.hardwareVersion }}
{{renderData.firmwareVersion }}
@@ -99,4 +108,9 @@
.attachments a:hover {
text-decoration: underline;
}
+ .nav-btn {
+ border-color: rgb(var(--gray-2));
+ color: rgb(var(--gray-8));
+ font-size: 16px;
+ }
diff --git a/src/views/iot/deviceCard/components/device-detail.vue b/src/views/iot/deviceCard/components/device-detail.vue
index e7ac284..a6c7ac2 100644
--- a/src/views/iot/deviceCard/components/device-detail.vue
+++ b/src/views/iot/deviceCard/components/device-detail.vue
@@ -3,7 +3,14 @@
- 设备详情
+ $router.go(-1)"
+ >
+
+ 设备详情
{{renderData.name }}
{{renderData.hardwareVersion }}
{{renderData.firmwareVersion }}
@@ -99,4 +106,9 @@
.attachments a:hover {
text-decoration: underline;
}
+ .nav-btn {
+ border-color: rgb(var(--gray-2));
+ color: rgb(var(--gray-8));
+ font-size: 16px;
+ }
diff --git a/src/views/iot/product/components/product-detail.vue b/src/views/iot/product/components/product-detail.vue
index 323d7f7..807da7f 100644
--- a/src/views/iot/product/components/product-detail.vue
+++ b/src/views/iot/product/components/product-detail.vue
@@ -3,7 +3,17 @@
- 产品详情
+
+ $router.go(-1)"
+ >
+
+
+ 产品详情
+
{{renderData.name }}
{{renderData.productType }}
{{renderData.model }}
@@ -99,4 +109,9 @@
.attachments a:hover {
text-decoration: underline;
}
+ .nav-btn {
+ border-color: rgb(var(--gray-2));
+ color: rgb(var(--gray-8));
+ font-size: 16px;
+ }
diff --git a/src/views/notification/bulletin/components/detail.vue b/src/views/notification/bulletin/components/detail.vue
index 529ce89..7b400f6 100644
--- a/src/views/notification/bulletin/components/detail.vue
+++ b/src/views/notification/bulletin/components/detail.vue
@@ -1,8 +1,16 @@
-
+
+
$router.go(-1)"
+ >
+
+