mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-07 18:25:45 +08:00
fix size dashboard (#947)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
This commit is contained in:
parent
1a51f6bce9
commit
3b0190af18
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<el-calendar>
|
||||
<el-calendar style="max-height: 40vh;">
|
||||
<!-- Use 2.5 slot syntax. If you use Vue 2.6, please use new slot syntax-->
|
||||
<template
|
||||
slot="dateCell"
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<div :class="className" :style="{height:height,width:width}" />
|
||||
<div :class="className" :style="{height:height,width:width + 'max-height: 40vh;'}" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<div :class="className" :style="{height:height,width:width}" />
|
||||
<div :class="className" :style="{height:height,width:width + 'max-height: 40vh;'}" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<div :class="className" :style="{height:height,width:width}" />
|
||||
<div :class="className" :style="{height:height,width:width + 'max-height: 40vh;'}" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<div :class="className" :style="{height:height,width:width}" />
|
||||
<div :class="className" :style="{height:height,width:width + 'max-height: 40vh;'}" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<div :class="className" :style="{height:height,width:width}" />
|
||||
<div :class="className" :style="{height:height,width:width + 'max-height: 40vh;'}" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<div :class="className" :style="{height:height,width:width}" />
|
||||
<div :class="className" :style="{height:height,width:width + 'max-height: 40vh;'}" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<el-card class="box-card" :body-style="{ padding: '0px' }" shadow="never">
|
||||
<el-card class="box-card" :body-style="{ padding: '0px' }" shadow="never" style="max-height: 40vh;">
|
||||
<div class="recent-items">
|
||||
<el-table :data="dataResult" max-height="455" @row-click="handleClick">
|
||||
<el-table-column
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<el-card class="box-card" :body-style="{ padding: '0px' }" shadow="never">
|
||||
<el-card class="box-card" :body-style="{ padding: '0px' }" shadow="never" style="max-height: 40vh;">
|
||||
<div class="recent-items">
|
||||
<el-table :data="dataResult" max-height="455" @row-click="handleClick">
|
||||
<el-table-column width="40">
|
||||
|
@ -16,7 +16,7 @@
|
||||
along with this program. If not, see <https:www.gnu.org/licenses/>.
|
||||
-->
|
||||
<template>
|
||||
<el-card class="box-card" :body-style="{ padding: '0px' }" shadow="never">
|
||||
<el-card class="box-card" :body-style="{ padding: '0px' }" shadow="never" style="max-height: 40vh;">
|
||||
<div class="recent-items">
|
||||
<el-table :data="dataResult" max-height="455" @row-click="handleClick">
|
||||
<el-table-column width="40">
|
||||
|
Loading…
x
Reference in New Issue
Block a user