1
0
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:
Elsio Sanchez 2021-06-29 13:55:01 -04:00 committed by GitHub
parent 1a51f6bce9
commit 3b0190af18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View File

@ -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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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">

View File

@ -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">