|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
>
|
|
|
|
|
<el-card class="box-card">
|
|
|
|
|
<div slot="header" class="clearfix">
|
|
|
|
|
<span> IEC服务器状态</span>
|
|
|
|
|
<span> 61850服务端</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="concard">
|
|
|
|
|
<p>
|
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
</el-card>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<!-- <el-divider direction="vertical"></el-divider> -->
|
|
|
|
|
<div class="right">
|
|
|
|
|
<div
|
|
|
|
|
class="cardBox2"
|
|
|
|
@ -78,6 +78,8 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-switch
|
|
|
|
|
v-model="scope.row.start"
|
|
|
|
|
:active-value="1"
|
|
|
|
|
:inactive-value="0"
|
|
|
|
|
active-text="开启"
|
|
|
|
|
inactive-text="关闭"
|
|
|
|
|
active-color="#13ce66"
|
|
|
|
@ -284,18 +286,23 @@ export default {
|
|
|
|
|
</script>
|
|
|
|
|
<style lang="less">
|
|
|
|
|
.iceConfig {
|
|
|
|
|
width: calc(100% - 24px);
|
|
|
|
|
width: calc(100% - 0px);
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
background: rgba(8, 9, 36, 0.28);
|
|
|
|
|
box-shadow: inset 0 4px 44px 0 #106cde;
|
|
|
|
|
padding: 0px 12px;
|
|
|
|
|
// background: rgba(8, 9, 36, 0.28);
|
|
|
|
|
// box-shadow: inset 0 4px 44px 0 #106cde;
|
|
|
|
|
padding: 0px 0px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
.left {
|
|
|
|
|
width: 50%;
|
|
|
|
|
width: 49%;
|
|
|
|
|
background: rgba(8, 9, 36, 0.28);
|
|
|
|
|
box-shadow: inset 0 4px 44px 0 #106cde;
|
|
|
|
|
}
|
|
|
|
|
.right {
|
|
|
|
|
width: 50%;
|
|
|
|
|
width: 49%;
|
|
|
|
|
background: rgba(8, 9, 36, 0.28);
|
|
|
|
|
box-shadow: inset 0 4px 44px 0 #106cde;
|
|
|
|
|
}
|
|
|
|
|
.el-divider--vertical {
|
|
|
|
|
height: 100%;
|
|
|
|
|