From 2229240bd329ede0f08a2f9e8b3d9ce917caf7bf Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 13 Oct 2023 10:41:07 +0800
Subject: [PATCH] 删除按钮 颜色
---
src/views/system/role/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
index fb3b5ef..913c391 100644
--- a/src/views/system/role/index.vue
+++ b/src/views/system/role/index.vue
@@ -130,6 +130,7 @@
<el-button
size="mini"
type="text"
+ style="color: #f56c6c"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['system:role:remove']"
@@ -602,4 +603,4 @@
}
}
};
-</script>
\ No newline at end of file
+</script>
--
Gitblit v1.9.2