Prechádzať zdrojové kódy

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

SunZehao 2 rokov pred
rodič
commit
d6a61ed687

+ 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>