AppGridReview

This commit is contained in:
liuye
2024-10-11 17:47:23 +08:00
parent a7643117e9
commit 6f820ced1b
3 changed files with 3 additions and 3 deletions

View File

@@ -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%;