fix: some style problem #5

This commit is contained in:
iczer
2018-08-13 20:54:27 +08:00
parent c4eaac050c
commit 13fdf915d7
4 changed files with 45 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
<template>
<span class="header-item">
<span class="">
<a-icon type="search" style="font-size: 16px; cursor: pointer;" @click="enterSearchMode"/>
<a-auto-complete
ref="input"
@@ -69,7 +69,4 @@ export default {
.fade-leave{
width: 0px;
}
.header-item{
margin: 0 12px;
}
</style>