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