diff --git a/src/assets/images/dw.png b/src/assets/images/dw.png new file mode 100644 index 0000000..8639bb4 Binary files /dev/null and b/src/assets/images/dw.png differ diff --git a/src/assets/images/jwd.png b/src/assets/images/jwd.png new file mode 100644 index 0000000..836b159 Binary files /dev/null and b/src/assets/images/jwd.png differ diff --git a/src/assets/images/ly.png b/src/assets/images/ly.png new file mode 100644 index 0000000..a176176 Binary files /dev/null and b/src/assets/images/ly.png differ diff --git a/src/assets/images/lz.png b/src/assets/images/lz.png new file mode 100644 index 0000000..8185826 Binary files /dev/null and b/src/assets/images/lz.png differ diff --git a/src/assets/images/zk.png b/src/assets/images/zk.png new file mode 100644 index 0000000..b43c6dc Binary files /dev/null and b/src/assets/images/zk.png differ diff --git a/src/assets/images/zt.png b/src/assets/images/zt.png new file mode 100644 index 0000000..09acd24 Binary files /dev/null and b/src/assets/images/zt.png differ diff --git a/src/views/controlCenter/100J/index.vue b/src/views/controlCenter/100J/index.vue index ae44c01..43cc5ae 100644 --- a/src/views/controlCenter/100J/index.vue +++ b/src/views/controlCenter/100J/index.vue @@ -74,27 +74,19 @@ 语音管理
- - - + 录制语音
- - - + 上传语音
- - - + 文字转语音
- - - + 所有语音
@@ -113,7 +105,9 @@

位置信息

- 📍 + + +
经纬度
{{ deviceDetail && deviceDetail.longitude ? Number(deviceDetail.longitude).toFixed(4) : '0.00' }} @@ -124,7 +118,7 @@
-
地址
+
  地址
查看
@@ -175,40 +169,31 @@
-
- -
-
- -
+
- - - +
{{ formatTime(recordDuration) }}
- - - - - - - - - - +
+ +
+
+ +
+
@@ -242,7 +227,7 @@
-
@@ -1223,7 +1208,7 @@ onUnmounted(() => { .location-item { display: flex; - align-items: center; + // align-items: center; margin-bottom: 15px; font-size: 14px; color: #606266; @@ -1389,8 +1374,8 @@ onUnmounted(() => { .mic-icon { width: 60px; height: 60px; - border-radius: 50%; - background: rgba(64, 158, 255, 0.1); + // border-radius: 50%; + // background: rgba(64, 158, 255, 0.1); display: flex; align-items: center; justify-content: center;