From 3552e29a98a68403a61887708f0ac31b26dacc7b Mon Sep 17 00:00:00 2001 From: chenhaizhao <2291973799@qq.com> Date: Fri, 30 Jan 2026 14:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/font/iconfont.css | 27 +++- src/views/device/index.vue | 285 ++++++++++++++++++++++++++++++++++- src/views/surgery/index.vue | 10 +- 3 files changed, 310 insertions(+), 12 deletions(-) diff --git a/src/assets/font/iconfont.css b/src/assets/font/iconfont.css index f60505a..464c2e5 100644 --- a/src/assets/font/iconfont.css +++ b/src/assets/font/iconfont.css @@ -1,8 +1,12 @@ @font-face { font-family: "iconfont"; /* Project id 5110769 */ - src: url('iconfont.woff2?t=1768459731102') format('woff2'), - url('iconfont.woff?t=1768459731102') format('woff'), - url('iconfont.ttf?t=1768459731102') format('truetype'); + src: + url("//at.alicdn.com/t/c/font_5110769_ml1r3nz6si.woff2?t=1769419532686") + format("woff2"), + url("//at.alicdn.com/t/c/font_5110769_ml1r3nz6si.woff?t=1769419532686") + format("woff"), + url("//at.alicdn.com/t/c/font_5110769_ml1r3nz6si.ttf?t=1769419532686") + format("truetype"); } .iconfont { @@ -13,6 +17,22 @@ -moz-osx-font-smoothing: grayscale; } +.icon-shiyongcishu:before { + content: "\e6e8"; +} + +.icon-zuishouhuanyingdeyingyongchengxu:before { + content: "\e6e5"; +} + +.icon-zuishouhuanying:before { + content: "\e602"; +} + +.icon-yisheng1:before { + content: "\e813"; +} + .icon-zongshu:before { content: "\e71e"; } @@ -56,4 +76,3 @@ .icon-shebeipinpai1:before { content: "\e684"; } - diff --git a/src/views/device/index.vue b/src/views/device/index.vue index ff79d5b..969e259 100644 --- a/src/views/device/index.vue +++ b/src/views/device/index.vue @@ -1,7 +1,284 @@ - + - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/surgery/index.vue b/src/views/surgery/index.vue index bd896c7..b0697d9 100644 --- a/src/views/surgery/index.vue +++ b/src/views/surgery/index.vue @@ -32,7 +32,10 @@ const rederLine = () => { }, xAxis: { type: 'category', - data: ['2026/07/08', '2026/07/08', '2026/07/08', '2026/07/08'] + data: ['2026/07/08', '2026/07/08', '2026/07/08', '2026/07/08'], + axisLabel: { + rotate: 50 + } }, yAxis: { type: 'value' @@ -194,8 +197,8 @@ const openDialog = () => { -
- +
+
@@ -271,7 +274,6 @@ const openDialog = () => { margin: 20px 0; width: 960px; height: 300px; - background-color: antiquewhite; } .affect {