| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 | $color: #c0c4cc;$bgColor: #232526;$hover-color: #304156;.realtime_equ_box { display: flex; overflow-y: auto; .station_tree {  min-width: 260px;  max-width: 450px;  overflow-y: auto;  height: calc(100vh - 70px);  border-right: 1px solid #606266;  overflow-y: auto;  @import './tree-data.scss'; } /**工具栏*/ .tools {  position: absolute;  top: 5px;  padding: 5px;  font-size: 28px;  color: #909399;  z-index: 100; } .show_left {  left: 265px; } .nono_left {  left: 25px; } .show_org {  cursor: pointer; } /**end*/ .charts {  flex: 1;  position: relative;  margin: 0 auto;  overflow: auto;  .times {   display: flex;   margin-top: 5px;  }  #station_svg {   //    width: 100%;   height: calc(100vh - 85px);  }  .full_icon {   position: absolute;   right: 20px;   top: 20px;   padding: 5px;   font-size: 28px;   color: #909399;   cursor: pointer;  }  .full_icon:hover {   color: white;   border-radius: 5px;  } }}.svg_full { #full_svg {  width: 92%; }}// .svg_full /deep/ .el-dialog {//  border-radius: 17px;//  background-color: $bgColor;//  //   头部//  .el-dialog__header {//   border-radius: 0;//   padding: 0;//  }//  // 主要内容//  .el-dialog__body {//   padding: 0;//  }// }
 |