feat:overview 全屏功能bug修复 & 图标等其他调整
1.修复overview取消全屏排版错乱的bug 2.部分图标更换 3.修复F11下方没有铺满的问题
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<loading ref="loading"></loading>
|
||||
<template v-if="showData&&showData.screen">
|
||||
<div class="table-box-left" :class="{'table-box-left-half':showData.screen.total.direction == 'column'}" v-show="showData.screen.show">
|
||||
<div class="table-screen" :class="{'fill-flex-cavity':!showData.screen.stat.show&&showData.screen.total.direction != 'column'}">
|
||||
<div class="table-screen" :class="{'fill-flex-cavity':!showData.screen.stat.show&&showData.screen.total.direction != 'column'&&showData.screen.direction!='column'}">
|
||||
<div class="screen-top" v-show="showData.screen.total.show" >
|
||||
<div :class="{'screen-row':showData.screen.total.direction == 'row','screen-column':showData.screen.total.direction == 'column'}">
|
||||
<div class="screen-col"><i class="super-icon" :class="showData.screen.total.icon"></i></div>
|
||||
@@ -127,6 +127,9 @@
|
||||
},
|
||||
endLoading(){
|
||||
this.$refs.loading.endLoading();
|
||||
},
|
||||
layoutTable:function(){
|
||||
this.$refs.dataTable.doLayout();
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user