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

This commit is contained in:
季圣华
2021-12-08 23:22:31 +08:00
parent f57c667d1a
commit d0fe0f3578
50 changed files with 52 additions and 52 deletions

View File

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

View File

@@ -3,7 +3,6 @@
<a-row :gutter="10">
<a-col :md="12" :sm="24">
<a-card :bordered="false">
<!-- 按钮操作区域 -->
<a-row style="margin-left: 14px">
<a-button v-if="btnEnableList.indexOf(1)>-1" @click="handleAdd()" type="primary">添加类别</a-button>

View File

@@ -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">
<!-- 搜索区域 -->

View File

@@ -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">
<!-- 搜索区域 -->