From 61aa46c5c464eb3c2b6674173cd854e1c9afd7ae Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Fri, 19 Aug 2022 17:08:15 +0800
Subject: [PATCH] bug
---
src/views/newHome/index.vue | 33 +++++----------------------------
1 files changed, 5 insertions(+), 28 deletions(-)
diff --git a/src/views/newHome/index.vue b/src/views/newHome/index.vue
index 67f40e0..7b6633b 100644
--- a/src/views/newHome/index.vue
+++ b/src/views/newHome/index.vue
@@ -320,9 +320,10 @@
};
// 去风险大屏
const toRiskPlatform = ()=>{
- router.push({
- name: "bigDataScreen"
- });
+ // router.push({
+ // name: "bigDataScreen"
+ // });
+ window.open('http://39.104.85.193:8585/')
}
const throttle = (renderMenu: any, delay: number) => {
let flag = true;
@@ -424,16 +425,12 @@
font-size: 28px;
line-height: 34px;
height: 40%;
- font-family: 'PingFang SC';
- font-weight: 600;
color: #072270;
}
.enTit{
font-size: 18px;
line-height: 20px;
color: #072270;
- font-family: 'PingFang SC';
- font-weight: 600;
}
.iconImg {
@@ -475,8 +472,6 @@
font-size: 34px;
line-height: 42px;
height: 40%;
- font-family: 'PingFang SC';
- font-weight: 600;
letter-spacing: 1px;
color: #072270;
margin-bottom: 12px;
@@ -485,8 +480,6 @@
font-size: 22px;
line-height: 24px;
color: #072270;
- font-family: 'PingFang SC';
- font-weight: 600;
}
}
.bgImg1 {
@@ -529,16 +522,12 @@
font-size: 26px;
line-height: 30px;
height: 40%;
- font-family: 'PingFang SC';
- font-weight: 600;
color: #072270;
margin-bottom: 2px;
}
.enTit{
font-size: 14px;
color: #072270;
- font-family: 'PingFang SC';
- font-weight: 600;
}
.iconImg {
@@ -580,8 +569,6 @@
font-size: 28px;
line-height: 36px;
height: 40%;
- font-family: 'PingFang SC';
- font-weight: 600;
letter-spacing: 1px;
color: #072270;
margin-bottom: 12px;
@@ -589,8 +576,6 @@
.enTit1{
font-size: 16px;
color: #072270;
- font-family: 'PingFang SC';
- font-weight: 600;
}
}
.bgImg1 {
@@ -630,16 +615,12 @@
.itemTit {
font-size: 18px;
line-height: 22px;
- font-family: 'PingFang SC';
- font-weight: 600;
color: #072270;
}
.enTit{
font-size: 12px;
line-height: 14px;
color: #072270;
- font-family: 'PingFang SC';
- font-weight: 600;
}
.iconImg {
@@ -680,8 +661,6 @@
font-size: 24px;
line-height: 36px;
height: 40%;
- font-family: 'PingFang SC';
- font-weight: 600;
letter-spacing: 1px;
color: #072270;
margin-bottom: 12px;
@@ -689,8 +668,6 @@
.enTit1{
font-size: 14px;
color: #072270;
- font-family: 'PingFang SC';
- font-weight: 600;
}
}
.bgImg1 {
@@ -805,7 +782,7 @@
height: 100%;
z-index: 99;
background: url('../../assets/newMenu/leftbg.png') no-repeat center;
- background-size: 100% auto;
+ background-size: 100% 100%;
}
.topCont{
position: absolute;
--
Gitblit v1.9.2