"eladmin-system/vscode:/vscode.git/clone" did not exist on "bc5187a7ad3b1c9cad2f6b3e124726189ac0255b"
Commit d0fe0f35 authored by 季圣华's avatar 季圣华
Browse files

调整页面的高度,改为自适应

parent f57c667d
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -54,19 +54,19 @@
<a-col :sm="24" :md="12" :xl="8" :style="{ paddingRight: '0px',marginBottom: '12px' }">
<a-card :loading="loading" :bordered="false" :body-style="{paddingRight: '5'}" data-step="7" data-title="采购统计"
data-intro="统计往前6个月每月采购的总金额">
<bar title="采购统计" :height="410" :yaxisText="yaxisText" :dataSource="buyPriceData"/>
<bar title="采购统计" :height="barHeight" :yaxisText="yaxisText" :dataSource="buyPriceData"/>
</a-card>
</a-col>
<a-col :sm="24" :md="12" :xl="8" :style="{ paddingRight: '0px',marginBottom: '12px' }">
<a-card :loading="loading" :bordered="false" :body-style="{paddingRight: '5'}" data-step="8" data-title="销售统计"
data-intro="统计往前6个月每月销售的总金额">
<bar title="销售统计" :height="410" :yaxisText="yaxisText" :dataSource="salePriceData"/>
<bar title="销售统计" :height="barHeight" :yaxisText="yaxisText" :dataSource="salePriceData"/>
</a-card>
</a-col>
<a-col :sm="24" :md="12" :xl="8" :style="{ paddingRight: '0px',marginBottom: '12px' }">
<a-card :loading="loading" :bordered="false" :body-style="{paddingRight: '5'}" data-step="9" data-title="零售统计"
data-intro="统计往前6个月每月零售的总金额">
<bar title="零售统计" :height="410" :yaxisText="yaxisText" :dataSource="retailPriceData"/>
<bar title="零售统计" :height="barHeight" :yaxisText="yaxisText" :dataSource="retailPriceData"/>
</a-card>
</a-col>
</a-row>
......@@ -122,6 +122,7 @@
loading: true,
center: null,
statistics: {},
barHeight: document.documentElement.clientHeight-465,
yaxisText: '金额',
buyPriceData: [],
salePriceData: [],
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......
......@@ -2,7 +2,7 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<a-card :style="cardStyle" :bordered="false">
<!-- table区域-begin -->
<div>
<a-table
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment