From aa0660420a79b8f1e07992eab5df664d571a47b5 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 04 九月 2024 01:40:11 +0800
Subject: [PATCH] 车辆、人脸mongo重构
---
src/views/system/monitor/platform/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/system/monitor/platform/index.vue b/src/views/system/monitor/platform/index.vue
index 692d19b..39950ec 100644
--- a/src/views/system/monitor/platform/index.vue
+++ b/src/views/system/monitor/platform/index.vue
@@ -98,14 +98,14 @@
>鍒犻櫎</el-button>
</el-col> -->
<el-col :span="1.5">
- <el-button
+ <!-- <el-button
type="warning"
plain
icon="el-icon-download"
size="mini"
@click="handleExport"
v-hasPermi="['platform:platform:export']"
- >瀵煎嚭</el-button>
+ >瀵煎嚭</el-button> -->
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
@@ -366,7 +366,7 @@
display: flex;
justify-content: center;
align-items: center;
- border-radius: 4px;
+ border-radius: 10px;
width: 130px;
height: 80px;
margin-left: 5%;
--
Gitblit v1.8.0