Fixed style error.

pull/3445/head
ruibaby 2019-04-12 13:39:40 +08:00
parent d30a5b5ca1
commit d41b27c3b0
3 changed files with 297 additions and 294 deletions

View File

@ -1,4 +1,5 @@
<template> <template>
<div class="page-header-index-wide">
<a-row :gutter="12"> <a-row :gutter="12">
<a-col <a-col
:xl="10" :xl="10"
@ -106,6 +107,7 @@
</a-card> </a-card>
</a-col> </a-col>
</a-row> </a-row>
</div>
</template> </template>
<script> <script>

View File

@ -1,4 +1,5 @@
<template> <template>
<div class="page-header-index-wide">
<a-row :gutter="12"> <a-row :gutter="12">
<a-col <a-col
:xl="18" :xl="18"
@ -32,6 +33,7 @@
</a-card> </a-card>
</a-col> </a-col>
</a-row> </a-row>
</div>
</template> </template>
<script> <script>

View File

@ -1,6 +1,5 @@
<template> <template>
<div> <div class="page-header-index-wide">
<a-row <a-row
:gutter="12" :gutter="12"
type="flex" type="flex"
@ -166,7 +165,7 @@
</a-col> </a-col>
</a-row> </a-row>
</a-drawer> </a-drawer>
</div> </div>
</template> </template>
<script> <script>