whychw
2020-12-04 f47e8219393309793058dee26d1d37b9fe844f3a
U 细节修改
9个文件已修改
37 ■■■■■ 已修改文件
src/assets/css/common.css 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/css/custom.css 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/general/index.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/main.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/motor/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/other/circuit.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/rectifier/group.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/rectifier/main.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/css/common.css
@@ -511,9 +511,6 @@
.el-drawer__header {
    color: #fff;
}
.p_motor_drawer {
    background: url('~@/assets/images/dw_bg.png') 50% 50% / auto no-repeat;
}
.p_motor_drawer.drawer_alarm {
    height: 60%;
}
src/assets/css/custom.css
@@ -270,12 +270,15 @@
    -ms-user-select: none;
}
.global_bg,
.root_node {
    background: #041b3f;
    color: #fff;
    background-image: radial-gradient(100% 200% at 50% 0, #084675 0, transparent 30%);
}
.el-drawer {
    background: #0c4d76;
}
/*指示灯*/
.cell-indicator,
.cell_indicator div,
src/views/general/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="ele-map-wrap posR">
    <div class="btn_grp">
      <div class="btn_3d" @click="goTo('/other/circuit')">电路二视图</div>
    <div class="btns_grp">
      <div class="btn" @click="goTo('/other/circuit')">电路二视图</div>
    </div>
    <!-- 图 -->
    <div class="wraper-canvas" ref="container" @click="handleClick">
@@ -1270,6 +1270,14 @@
  .ele-map-container {
    height: 100%;
  }
  .btn {
    line-height: 30px;
    border: 1px #00f7f9 solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #0c4d76;
    text-align: center;
  }
  .ele-map-mask {
    position: absolute;
    top: 0;
@@ -1277,13 +1285,13 @@
    left: 0;
    right: 0;
  }
  .btn_grp {
  .btns_grp {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
  }
  .btn_grp .btn_3d {
  .btns_grp .btn {
    width: 8em;
  }
  .wraper-canvas {
src/views/index.vue
@@ -69,7 +69,7 @@
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url('~@/assets/images/dw_bg.png') no-repeat;
    background: #041b3f;
    background-size: 100% 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
src/views/main.vue
@@ -213,7 +213,6 @@
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background: url('~@/assets/images/dw_bg.png') no-repeat;*/
    background-size: 100% 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
src/views/motor/index.vue
@@ -1783,7 +1783,7 @@
    right: 0;
    bottom: 0;
    height: auto;
    background: url(~@/assets/images/dw_bg.png) no-repeat;
    background: #041b3f;
    z-index: 99;
  }
  .temp_grp {
src/views/other/circuit.vue
@@ -164,7 +164,7 @@
<style scoped>
.page_circuit {
  /*background: #fff;*/
  background: rgba(100, 100, 100, .8);
  /*background: rgba(100, 100, 100, .8);*/
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
@@ -179,7 +179,7 @@
.page_circuit.fullScreen {
  position: fixed;
  padding: 10px;
  background: url('~@/assets/images/dw_bg.png') 50% 50% / auto no-repeat;
  background: #041b3f;
}
.p_main {
  overflow-y: auto;
src/views/rectifier/group.vue
@@ -1403,7 +1403,7 @@
    top: 0;
    right: 0;
    bottom: 0;
    background: url('~@/assets/images/dw_bg.png') no-repeat;
    background: #041b3f;
    z-index: 9;
  }
  .footer .fullScreen .table_wrap {
src/views/rectifier/main.vue
@@ -1462,7 +1462,7 @@
    top: 0;
    right: 0;
    bottom: 0;
    background: url('~@/assets/images/dw_bg.png') no-repeat;
    background: #041b3f;
    z-index: 9;
  }
  .footer .fullScreen .table_wrap {