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 {