diff --git a/src/renderer/src/assets/iconfont/iconfont.css b/src/renderer/src/assets/iconfont/iconfont.css index 6e771ca..adc9d80 100644 --- a/src/renderer/src/assets/iconfont/iconfont.css +++ b/src/renderer/src/assets/iconfont/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 4622943 */ - src: url('iconfont.woff2?t=1750322442953') format('woff2'), - url('iconfont.woff?t=1750322442953') format('woff'), - url('iconfont.ttf?t=1750322442953') format('truetype'); + src: url('iconfont.woff2?t=1751007258575') format('woff2'), + url('iconfont.woff?t=1751007258575') format('woff'), + url('iconfont.ttf?t=1751007258575') format('truetype'); } .iconfont { @@ -13,6 +13,14 @@ -moz-osx-font-smoothing: grayscale; } +.icon-xwtubiaoku-13:before { + content: "\e61a"; +} + +.icon-xwtubiaoku-15:before { + content: "\e61d"; +} + .icon-rizhi:before { content: "\e61c"; } diff --git a/src/renderer/src/assets/iconfont/iconfont.ttf b/src/renderer/src/assets/iconfont/iconfont.ttf index a19d60a..d73afde 100644 Binary files a/src/renderer/src/assets/iconfont/iconfont.ttf and b/src/renderer/src/assets/iconfont/iconfont.ttf differ diff --git a/src/renderer/src/assets/iconfont/iconfont.woff b/src/renderer/src/assets/iconfont/iconfont.woff index d4dd5d7..f71075b 100644 Binary files a/src/renderer/src/assets/iconfont/iconfont.woff and b/src/renderer/src/assets/iconfont/iconfont.woff differ diff --git a/src/renderer/src/assets/iconfont/iconfont.woff2 b/src/renderer/src/assets/iconfont/iconfont.woff2 index c673084..f7fa963 100644 Binary files a/src/renderer/src/assets/iconfont/iconfont.woff2 and b/src/renderer/src/assets/iconfont/iconfont.woff2 differ diff --git a/src/renderer/src/views/calibration/index.vue b/src/renderer/src/views/calibration/index.vue index 0e07bc2..fd0ed59 100644 --- a/src/renderer/src/views/calibration/index.vue +++ b/src/renderer/src/views/calibration/index.vue @@ -52,7 +52,7 @@

标定结果: {{ - device.result === 1 ? '成功' : device.result === -1 ? '失败' : '' || '无' + device.result === 1 ? '成功' : device.result === -1 ? '失败' : '未标定' || '无' }}

@@ -70,28 +70,23 @@

-
-
- - - - - - - - - - - - - - - - - - {{ item.time }} {{ item.msg }} -
-
+
+
+ + + + + + + + + + + + + {{ item.time }} {{ item.msg }} +
+