AppGridReview
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!--suppress ALL -->
|
||||
<template>
|
||||
<div class="AppFormReview">
|
||||
<div class="AppGridReview">
|
||||
<AiTopFixed v-if="tabs.length">
|
||||
<u-search class="serach_content" placeholder="请输入内容" :show-action="false" v-model="keyword" @clear="clearSearch"
|
||||
@search="getListInit"></u-search>
|
||||
@@ -41,7 +41,7 @@
|
||||
import {mapState} from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'AppFormReview',
|
||||
name: 'AppGridReview',
|
||||
appName: '网格动态',
|
||||
components: {},
|
||||
props: {},
|
||||
@@ -180,7 +180,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.AppFormReview {
|
||||
.AppGridReview {
|
||||
height: 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user