summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhanyuxia <[email protected]>2024-09-11 15:27:05 +0800
committerhanyuxia <[email protected]>2024-09-11 15:27:05 +0800
commit28fac5af3d0ad40ae6743232fcc7db60c84b757e (patch)
tree6e419c64ffbf1afccfbb80d5b4f150012ebfdab1
parent048db8f9075a64691feadae0f7e355ac7baa112b (diff)
feat: 1.Profile下environment页面(列表,新增/编辑,删除)开发;2.member等列表无数据时报错问题修改;
-rw-r--r--src/views/environments/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/environments/index.vue b/src/views/environments/index.vue
index 2dcc7ce..8c726eb 100644
--- a/src/views/environments/index.vue
+++ b/src/views/environments/index.vue
@@ -464,7 +464,7 @@ const packets = (summary) => {
color: #fff;
margin-right: 6px;
}
- i:hover {
+ .asw-icon:hover {
color: #fff;
}
}