From c46d8df84b7eefe4cfeb433571112eb6be71a893 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 07 八月 2024 14:13:10 +0800 Subject: [PATCH] 点位去掉设备类型 --- src/views/system/monitor/platform/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/monitor/platform/index.vue b/src/views/system/monitor/platform/index.vue index 396d400..8c52ec6 100644 --- a/src/views/system/monitor/platform/index.vue +++ b/src/views/system/monitor/platform/index.vue @@ -170,8 +170,8 @@ </el-form-item> </el-form> <div slot="footer" class="dialog-footer"> - <el-button type="primary" @click="submitForm">纭� 瀹�</el-button> <el-button @click="cancel">鍙� 娑�</el-button> + <el-button type="primary" @click="submitForm">纭� 瀹�</el-button> </div> </el-dialog> </div> @@ -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