From d16b36bb98e3aca85daafd3fecd1859c6876997a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C002001lixiaobang=E2=80=9D?= <2547956374@qq.com> Date: Fri, 17 Feb 2023 10:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 +- src/views/HomePop/ringMainUnit.vue | 19 +- src/views/index.vue | 2336 +++++++++++++++------------- 3 files changed, 1246 insertions(+), 1113 deletions(-) diff --git a/public/index.html b/public/index.html index 63cb08a..f0e690d 100644 --- a/public/index.html +++ b/public/index.html @@ -4,8 +4,8 @@ - - + yanduscreen diff --git a/src/views/HomePop/ringMainUnit.vue b/src/views/HomePop/ringMainUnit.vue index a282177..3bee1d3 100644 --- a/src/views/HomePop/ringMainUnit.vue +++ b/src/views/HomePop/ringMainUnit.vue @@ -12,8 +12,8 @@
- - + +
@@ -588,9 +588,6 @@ export default { token: localStorage.getItem("token"), }; if (index == 1) { - if (this.JSMpeg != null) { - this.closeJSMpeg() - } let that = this; Object.keys(this.vectorgraphData).forEach((key) => { @@ -663,9 +660,6 @@ export default { } }); } else if (index == 2) { - if (this.JSMpeg != null) { - this.closeJSMpeg() - } let that = this; Object.keys(this.vectorgraphData).forEach((key) => { this.vectorgraphData[ @@ -941,7 +935,7 @@ export default { justify-content: space-between; align-items: center; .title { - font-size: 22px; + font-size: 28px; font-weight: 700; color: transparent; -webkit-background-clip: text; @@ -1078,6 +1072,11 @@ export default { } } } +.content1{ + height: 100%; + width: 100%; + overflow: hidden; +} /deep/.el-tabs__content { height: 100%; overflow: auto; @@ -1118,9 +1117,11 @@ export default { } .el-tabs__item.is-active { color: #56fefe !important; + font-size: 23px; } .el-tabs__item { color: rgb(60, 127, 127) !important; + font-size: 18px; } .el-tabs__active-bar { diff --git a/src/views/index.vue b/src/views/index.vue index cd9c3e9..9b4d45e 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,6 +1,6 @@