From 28c552b1eb7942e03bec6ded2f9b36cf966eba5f Mon Sep 17 00:00:00 2001 From: wangyanshen <3154583358@qq.com> Date: 星期三, 11 一月 2023 17:32:35 +0800 Subject: [PATCH] 页面小调整 --- src/views/main/istation/fault/faultSet.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/main/istation/fault/faultSet.vue b/src/views/main/istation/fault/faultSet.vue index 9574149..c59e731 100644 --- a/src/views/main/istation/fault/faultSet.vue +++ b/src/views/main/istation/fault/faultSet.vue @@ -15,7 +15,7 @@ > <template v-slot:titleright> <div class="titleSlotRight"> - <fks-button icon="fks-icon-plus" @click="addGroup"></fks-button> + <fks-button icon="fks-icon-plus" type="text" style="margin-right:5px;" @click="addGroup"></fks-button> </div> </template> </left-tree> @@ -23,7 +23,7 @@ <titleBoxVue style="background-color:#fff;" :title="titleName"> <template v-slot:right> <div class="titleSlotRight"> - <fks-button icon="fks-icon-plus" @click="add">娣诲姞</fks-button> + <fks-button icon="fks-icon-plus" type="primary" @click="add">娣诲姞</fks-button> </div> </template> </titleBoxVue> -- Gitblit v1.9.3