Explorar el Código

右上角按钮样式修改;升压站顺序调整;

SunZehao hace 2 años
padre
commit
d6a61ed687
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1 0
      src/components/focus/syzDetails.vue
  2. 2 2
      src/views/TitleBar.vue

+ 1 - 0
src/components/focus/syzDetails.vue

@@ -257,6 +257,7 @@ export default {
                     if (this.activeTab === 'all') {
                         let allMsg = res.data
                         this.allSvgMsgData = []
+                        this.stationSort = []
                         allMsg.forEach(it =>{
                             if (it.id !== 'all') {
                                 this.stationSort.push(it.name)

+ 2 - 2
src/views/TitleBar.vue

@@ -206,8 +206,8 @@
                     >
                 </div>
                 </el-popover>
-                <div style="margin-top: 7px; position: absolute; right: 10px">
-                <button class="closeButton" v-on:click="mainClose">×</button>
+                <div style="top: 7px; position: absolute; right: 10px">
+                    <button class="closeButton" v-on:click="mainClose">×</button>
                 </div>
             </el-col>
         </el-row>