Browse Source

优化

master
陈裕财 2 years ago
parent
commit
40586000f4
  1. 2
      src/views/xm/core/xmIteration/XmIterationOverview.vue
  2. 2
      src/views/xm/core/xmProduct/XmProductOverview.vue
  3. 2
      src/views/xm/core/xmProject/XmProjectOverview.vue

2
src/views/xm/core/xmIteration/XmIterationOverview.vue

@ -1,6 +1,6 @@
<template>
<section>
<el-row :style="{overflowX: 'hidden',height:(maxTableHeight-24)+'px'}" ref="table">
<el-row height="100px" v-adaptive="{bottomOffset:30}" ref="table">
<el-row :gutter="10" style="margin-bottom:10px">
<el-col :span="8" >
<el-card class="box-card" style="padding:0px ;height:425px">

2
src/views/xm/core/xmProduct/XmProductOverview.vue

@ -1,6 +1,6 @@
<template>
<section>
<el-row :style="{overflowX: 'hidden',height:(maxTableHeight-24)+'px'}" ref="table">
<el-row height="100px" v-adaptive="{bottomOffset:30}" ref="table">
<el-row :gutter="10" style="margin-bottom:10px">
<el-col :span="8" >
<el-card class="box-card" style="padding:0px ;height:425px">

2
src/views/xm/core/xmProject/XmProjectOverview.vue

@ -1,6 +1,6 @@
<template>
<section>
<el-row :style="{overflowX: 'hidden',height:(maxTableHeight-24)+'px'}" ref="table">
<el-row height="100px" v-adaptive="{bottomOffset:50}" ref="table">
<el-row :gutter="10" style="margin-bottom:10px">
<el-col :span="8" >
<el-card class="box-card" style="padding:0px ;height:425px">

Loading…
Cancel
Save