|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="scal">
|
|
<div class="scal">
|
|
- <div class="toolbar-part-detail lbg_color1 ">
|
|
|
|
|
|
+ <div class="toolbar-part-detail lbg_color1 el-tag--primary">
|
|
<!-- <div class="toolbar-content"> -->
|
|
<!-- <div class="toolbar-content"> -->
|
|
<!-- <div class="imgcontent">
|
|
<!-- <div class="imgcontent">
|
|
|
|
|
|
@@ -56,7 +56,7 @@
|
|
<div class="content">
|
|
<div class="content">
|
|
|
|
|
|
<transition name="slide-fade">
|
|
<transition name="slide-fade">
|
|
- <div class="left lbg_color3" v-show="showtrue" style="padding:0;">
|
|
|
|
|
|
+ <div class="left lbg_color3 el-menu" v-show="showtrue" style="padding:0;">
|
|
<el-tabs v-model="activeName1" type="card" @tab-click="handleClick">
|
|
<el-tabs v-model="activeName1" type="card" @tab-click="handleClick">
|
|
<el-tab-pane label="模型导航" name="first">
|
|
<el-tab-pane label="模型导航" name="first">
|
|
<el-tree :data="data" :props="defaultProps" @node-click="handleNodeClick"></el-tree>
|
|
<el-tree :data="data" :props="defaultProps" @node-click="handleNodeClick"></el-tree>
|
|
@@ -99,14 +99,14 @@
|
|
</transition>
|
|
</transition>
|
|
<div class="right lbg_color2 ">
|
|
<div class="right lbg_color2 ">
|
|
<div class="part-panel-collapse-handle lbg_color3" @click="showtrue=!showtrue">
|
|
<div class="part-panel-collapse-handle lbg_color3" @click="showtrue=!showtrue">
|
|
- <i class="el-icon-arrow-left"></i>
|
|
|
|
|
|
+ <i class="el-icon-arrow-down"></i>
|
|
</div>
|
|
</div>
|
|
<el-container class="beij-container">
|
|
<el-container class="beij-container">
|
|
<el-container>
|
|
<el-container>
|
|
<el-main ref="main3d" :class="headMenu_2Show?'maxh400':'maxh221'" style="padding:0">
|
|
<el-main ref="main3d" :class="headMenu_2Show?'maxh400':'maxh221'" style="padding:0">
|
|
<echartsHFCD ref="monitor" v-if="femnum=='HCFDLab'" @getthislog='getthislog' @restimeyear='restimeyear' :projectId='pid' :nmlsteps="Number(numsteps)"></echartsHFCD>
|
|
<echartsHFCD ref="monitor" v-if="femnum=='HCFDLab'" @getthislog='getthislog' @restimeyear='restimeyear' :projectId='pid' :nmlsteps="Number(numsteps)"></echartsHFCD>
|
|
</el-main>
|
|
</el-main>
|
|
- <div class="footerTitle">
|
|
|
|
|
|
+ <div class="footerTitle el-tag--primary">
|
|
<div>{{ $t("FEM.other.console") }}
|
|
<div>{{ $t("FEM.other.console") }}
|
|
<p class="restime" v-show="elodingfalse" style=" margin-left: 50px; font-size:14px">剩余时长:{{restime}}</p>
|
|
<p class="restime" v-show="elodingfalse" style=" margin-left: 50px; font-size:14px">剩余时长:{{restime}}</p>
|
|
</div>
|
|
</div>
|
|
@@ -116,7 +116,7 @@
|
|
<i class="el-icon-loading"></i>
|
|
<i class="el-icon-loading"></i>
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
- <span @click="footerShows('claer')">清空1</span>
|
|
|
|
|
|
+ <span @click="footerShows('claer')">清空</span>
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
<span @click="footerShows('foot')">▲▼</span>
|
|
<span @click="footerShows('foot')">▲▼</span>
|
|
@@ -327,7 +327,8 @@ created(){
|
|
this.init();
|
|
this.init();
|
|
},
|
|
},
|
|
mounted(){
|
|
mounted(){
|
|
-
|
|
|
|
|
|
+ let curcolor = this.$store.state.themecolor;
|
|
|
|
+ this.classH2 = 'custome-' + curcolor;
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
exlodingfalse(res){
|
|
exlodingfalse(res){
|
|
@@ -576,7 +577,6 @@ html,body{
|
|
padding: 5px 20px;
|
|
padding: 5px 20px;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
height: 30px !important;
|
|
height: 30px !important;
|
|
- background-color: #bbb;
|
|
|
|
}
|
|
}
|
|
.footerTitle div {
|
|
.footerTitle div {
|
|
|
|
|
|
@@ -629,6 +629,9 @@ html,body{
|
|
border-bottom:none;
|
|
border-bottom:none;
|
|
border-top: 1px solid transparent;
|
|
border-top: 1px solid transparent;
|
|
}
|
|
}
|
|
|
|
+.part-panel-collapse-handle {
|
|
|
|
+ border-color: transparent transparent #6f6f6f;
|
|
|
|
+}
|
|
.el-dialog__header{
|
|
.el-dialog__header{
|
|
padding: 15px 20px 10px;
|
|
padding: 15px 20px 10px;
|
|
background: #757070;
|
|
background: #757070;
|
|
@@ -641,10 +644,11 @@ html,body{
|
|
.textselsect{
|
|
.textselsect{
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 9;
|
|
z-index: 9;
|
|
- top: 4px;
|
|
|
|
|
|
+ top: 0;
|
|
right: 7px;
|
|
right: 7px;
|
|
z-index: 9;
|
|
z-index: 9;
|
|
height: 30px;
|
|
height: 30px;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
.dialoglocation{
|
|
.dialoglocation{
|
|
position: absolute;
|
|
position: absolute;
|