Browse Source

首页调整

dev
汤建军 2 years ago
parent
commit
e320f32cd0
  1. 5
      src/views/dashboard/HomePage.vue
  2. 10
      src/views/regime/ProcessRegimeList.vue

5
src/views/dashboard/HomePage.vue

@ -137,8 +137,7 @@
<!--全部应用-->
<!-- <div style="width: 100%; height:70%; margin-top: 11px; overflow: hidden" :headStyle="{}" :bodyStyle="{height:'100%' , overflow:'hidden'}">-->
<div style="width: 100%; margin-top: 11px; overflow: hidden" >
<div style="width: 100%; height:70%; margin-top: 11px; overflow: hidden" >
<a-row :gutter="24">
<a-col :span="24">
<a-card class="bottom-card" title="快捷" style="width: 100%; height:100%; margin-top: 11px; overflow-y: hidden" :headStyle="{}" :bodyStyle="{height:'100%' , overflow:'hidden'}" >
@ -390,7 +389,7 @@ export default {
methods: {
getHeight(){
console.log(window.innerHeight)
var baseValue = window.innerHeight * 0.75;
var baseValue = window.innerHeight*0.75;
this.conheight.height=baseValue+'px';
var zoomValue = 190 / baseValue;
this.conheight.bottomCard = baseValue - 400 + 'px';

10
src/views/regime/ProcessRegimeList.vue

@ -28,7 +28,7 @@
<a-button @click="handleAdd" type="primary" icon="plus" style="margin-left: 8px">新增</a-button>
<!-- <a @click="handleToggleSearch" style="margin-left: 8px">-->
<!-- {{ toggleSearchStatus ? '收起' : '展开' }}-->
<!-- {{ toggleSearchStatus ? '收起' : '展开' ·}}-->
<!-- <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>-->
<!-- </a>-->
</span>
@ -290,10 +290,10 @@
initDictConfig(){
},
//
onClearSelected() {
},
//
// onClearSelected() {
//
// },
// //
// handleAdd(){
// this.onClearSelected();
// },

Loading…
Cancel
Save