From 4f3e227f703f905c6ee53e45a4f6620355cf70e4 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 23 八月 2024 17:32:42 +0800 Subject: [PATCH] 调整 --- 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