Browse Source

reactor:优化菜单中名字过长;

zhangchong 1 year ago
parent
commit
d95b1d5475
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/statistics/order/visitCount.vue

+ 2 - 2
src/views/statistics/order/visitCount.vue

@@ -27,7 +27,7 @@
 				</el-form-item>
 			</el-form>
 		</el-card>
-		<el-row :gutter="20">
+<!--		<el-row :gutter="20">
 			<el-col :xs="24" :sm="12" :md="12" :lg="6" :xl="6">
 				<el-card shadow="never" v-loading="state.loading" class="statistics-item">
 					<el-statistic :value="state.data.aboutExpire">
@@ -64,7 +64,7 @@
 					</el-statistic>
 				</el-card>
 			</el-col>
-		</el-row>
+		</el-row>-->
 		<el-card shadow="never">
 			<ProTable
 				ref="proTableRef"