派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-26 08271621c9a7096cc29a3cfeeb67b772b13a4dfd
src/components/table/summarySheets.vue
@@ -51,6 +51,7 @@
// import '@/components/plugin/DialogDrag'
import bus from '@/eventBus'
export default {
  name: 'summary-sheet.vue',
  components: {
@@ -130,13 +131,16 @@
  /*width: 850px;*/
  /*height: 265px;*/
  z-index: 500;
  .subtopic{
    display: inline-flex;
    .iconBtn{
      margin-left: 0.03rem;
      border-color:#00fff6;
      color:#00fff6;
    }
    .iconBtn.active-button{
      //border-color:#00fff6 !important;
      //color:#00fff6 !important;
@@ -150,6 +154,7 @@
    top: 15%;
    left: 3rem;
  }
    .animationChange-enter-active, .animationChange-leave-active {
        transition: all 0.5s;
    }
@@ -158,6 +163,7 @@
        opacity: 0;
        transform: translateX(-100px);
    }
  /*color: #fff;*/
  .el-icon-c-scale-to-original {