|
|
@ -114,7 +114,7 @@ export default {
|
|
|
|
isActive: 0,
|
|
|
|
isActive: 0,
|
|
|
|
menusTwo: [
|
|
|
|
menusTwo: [
|
|
|
|
{ id: 1, name: "态势感知", path: "/screen/security" },
|
|
|
|
{ id: 1, name: "态势感知", path: "/screen/security" },
|
|
|
|
{ id: 2, name: "供应链管理", path: "/screen/supplyChain" },
|
|
|
|
{ id: 2, name: "供应链安全", path: "/screen/supplyChain" },
|
|
|
|
{ id: 3, name: "处置与应急", path: "/screen/disposeMeet" },
|
|
|
|
{ id: 3, name: "处置与应急", path: "/screen/disposeMeet" },
|
|
|
|
],
|
|
|
|
],
|
|
|
|
isShow: true,
|
|
|
|
isShow: true,
|
|
|
@ -188,22 +188,24 @@ export default {
|
|
|
|
.left-tabs-box {
|
|
|
|
.left-tabs-box {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: 50px;
|
|
|
|
width: 30px;
|
|
|
|
top: 15%;
|
|
|
|
top: 130px;
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
z-index: 1000;
|
|
|
|
z-index: 1000;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
background-color: #001832;
|
|
|
|
|
|
|
|
height: $iframeHeight;
|
|
|
|
.nav_item_two {
|
|
|
|
.nav_item_two {
|
|
|
|
// width: 281px;
|
|
|
|
// width: 281px;
|
|
|
|
// width: 250px;
|
|
|
|
// width: 250px;
|
|
|
|
// height: 69px;
|
|
|
|
// height: 69px;
|
|
|
|
// height: 50px;
|
|
|
|
// height: 50px;
|
|
|
|
width: 50px;
|
|
|
|
width: 30px;
|
|
|
|
height: 250px;
|
|
|
|
height: 250px;
|
|
|
|
font-family: PangMenZhengDao;
|
|
|
|
font-family: PangMenZhengDao;
|
|
|
|
font-size: 40px;
|
|
|
|
// font-size: 40px;
|
|
|
|
// font-size: 27px;
|
|
|
|
font-size: 27px;
|
|
|
|
letter-spacing: 4px;
|
|
|
|
letter-spacing: 4px;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
@ -211,7 +213,7 @@ export default {
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #85c9ff;
|
|
|
|
color: #85c9ff;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
// z-index: 1000;
|
|
|
|
// z-index: 1000;
|
|
|
|
// display: inline-block; /* 使得 transform 属性生效 */
|
|
|
|
// display: inline-block; /* 使得 transform 属性生效 */
|
|
|
|
// transform: rotate(90deg); /* 旋转90度 */
|
|
|
|
// transform: rotate(90deg); /* 旋转90度 */
|
|
|
@ -223,7 +225,7 @@ export default {
|
|
|
|
// width: 250px;
|
|
|
|
// width: 250px;
|
|
|
|
// height: 69px;
|
|
|
|
// height: 69px;
|
|
|
|
// height: 50px;
|
|
|
|
// height: 50px;
|
|
|
|
width: 50px;
|
|
|
|
width: 30px;
|
|
|
|
height: 250px;
|
|
|
|
height: 250px;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
// display: flex;
|
|
|
|
// display: flex;
|
|
|
@ -240,9 +242,9 @@ export default {
|
|
|
|
content:'';
|
|
|
|
content:'';
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
|
top: -50px;
|
|
|
|
top: -30px;
|
|
|
|
width: 250px;
|
|
|
|
width: 250px;
|
|
|
|
height: 50px;
|
|
|
|
height: 30px;
|
|
|
|
background: url("~@/assets/privateOrder/topNar/seleted_nav.png");
|
|
|
|
background: url("~@/assets/privateOrder/topNar/seleted_nav.png");
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
transform: rotate(90deg); /* 旋转90度 */
|
|
|
|
transform: rotate(90deg); /* 旋转90度 */
|
|
|
|