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

View File

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

View File

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