whychdw
2021-08-03 a82b6eb05820368bd047d7a47fac6797567e99b3
内容调成
5个文件已修改
58 ■■■■ 已修改文件
src/pages/AFEinverter/afeInverter.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/boostingTransformer/boostingTransformer.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dcSwitchboard/dcSwitchboard.vue 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/monitoring/intoLineMonitoring.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/switchboard/switchboard.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/AFEinverter/afeInverter.vue
@@ -381,7 +381,7 @@
    padding: 1%;
}
.content_top{
    height: 22%;
    height: 16%;
}
.content_cent{
    height: 42%;
@@ -389,6 +389,9 @@
.content_cent{
    margin: 1% 0;
}
.content_bottom {
    height: 40%;
}
.title_into{
    padding-left: 1%;
    color: #ffff18;
src/pages/boostingTransformer/boostingTransformer.vue
@@ -326,13 +326,13 @@
    padding: 1%;
}
.content_top{
    height: 25%;
    height: 12%;
}
.content_cent{
    height: 40%;
    height: 28%;
}
.content_bottom{
    height: 33%;
    height: 58%;
}
.content_cent{
    margin: 1% 0;
src/pages/dcSwitchboard/dcSwitchboard.vue
@@ -131,6 +131,7 @@
// import ContentBox from "@/components/ContentBox";
import gridCircuitDiagram from '@/pages/dcSwitchboard/js/gridCircuitDiagram'
import diagramStates from '@/pages/dcSwitchboard/js/diagramStates'
let diagram;
export default {
    chart: {},
@@ -223,7 +224,6 @@
                self.echartsList[3].echartsVol.push(result.data.powerRT.rectifierVol);
                self.formData.thisInfo.volA = result.data.dcMainBoard.volA + "V";
                self.formData.thisInfo.volB = result.data.dcMainBoard.volB + "V";
                self.formData.thisInfo.currA = result.data.dcMainBoard.currA + "A";
@@ -242,7 +242,7 @@
            });
        },
        getTime(){
            var myDate = new Date(); //实例一个时间对象;
            var myDate = new Date(); //实例一个时间对象;
                // myDate.getFullYear();   //获取系统的年;
                // myDate.getMonth()+1;   //获取系统月份,由于月份是从0开始计算,所以要加1
                // myDate.getDate(); // 获取系统日,
@@ -349,64 +349,88 @@
.width_80{
    width: 80px;
}
.clear{
    clear: both;
}
.partition{
    height: 1px;
    width: 100%;
    border-bottom:1px solid #fff;
}
.batteryrHistoryquery{
    overflow: auto;
}
.echarts-right{
    width: 100%;
    height: 160px;
}
.title_echarts{
    padding: 0 0 0 20px;
    font-size: 12px;
}
/deep/.el-input__inner{
    padding: 0 0.5rem;
}
/deep/.el-table th, /deep/.el-table tr{
    background: #171350 !important;
    color: #fff;
}
.body_box{
    width: 100%;
    height: 100%;
}
.left_Box,.content_box,.right_box{
    float: left;
    height: 96%;
    margin: 0 4px;
}
.right_box{
    border: 1px solid #1e9ff2;
}
.content_box{
    width: 39%;
    margin-left: 10px;
    
}
.content_top,.content_cent,.content_bottom{
.content_cent, .content_bottom {
    height: 30%;
    border:1px solid #1e9ff2;
    padding: 1%;
}
.content_bottom {
    height: 48%;
}
.content_top {
    height: 12%;
    border: 1px solid #1e9ff2;
    padding: 1%;
}
.content_cent{
    height: 38%;
}
.content_cent{
    margin: 1% 0;
}
.title_into{
    padding-left: 1%;
    color: #ffff18;
}
.detail_info{
    float: left;
    width: 12%;
@@ -414,15 +438,19 @@
    font-size: 12px;
    padding-top: 2%;
}
.detail_info .el-form-item{
    margin-bottom:0;
}
.detail_form{
    width: 28%;
}
.right_box{
    width: 39%;
}
.left_Box{
    background: url("../../assets/images/leftBg.png") 0 0 no-repeat;
    background-size: 100% 100%;
@@ -430,11 +458,13 @@
    height: 96%;
    padding: 0.75rem 1rem;
}
.diagram-content{
    height: 100%;
    width: 100%;
    position: relative;
}
.diagram-stc {
        width: 100%;
        height: 100%;
@@ -450,6 +480,7 @@
    z-index: 9;
    overflow: hidden;
}
.diagram-stc /deep/ canvas,.diagram-flush /deep/ canvas{
    object-fit:fill !important;
}
src/pages/monitoring/intoLineMonitoring.vue
@@ -399,6 +399,12 @@
    border:1px solid #1e9ff2;
    padding: 1%;
}
.content_top {
    height: 20%;
}
.content_bottom {
    height: 40%;
}
.content_cent{
    height: 38%;
}
src/pages/switchboard/switchboard.vue
@@ -390,13 +390,13 @@
    padding: 1%;
}
.content_top{
    height: 25%;
    height: 18%;
}
.content_cent{
    height: 40%;
}
.content_bottom{
    height: 33%;
    height: 40%;
}
.content_cent{
    margin: 1% 0;