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