From 6f0a85022f6eaf42576860c54528c3eed6c1b20b Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 27 二月 2024 16:57:15 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/ethicalExpertFeeApply/index.vue |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/views/project/fund/ethicalExpertFeeApply/index.vue b/src/views/project/fund/ethicalExpertFeeApply/index.vue
index 87efc48..adb5071 100644
--- a/src/views/project/fund/ethicalExpertFeeApply/index.vue
+++ b/src/views/project/fund/ethicalExpertFeeApply/index.vue
@@ -247,10 +247,11 @@
                       "
                       size="mini"
                       type="text"
-                      icon="el-icon-delete"
                       @click="handleDelete(scope.row)"
                       v-hasPermi="['project:ethicalfund:delete']"
-                      >鍒犻櫎</el-button
+                      ><span class="button-delete"
+              ><i class="el-icon-delete"></i>鍒犻櫎</span
+            ></el-button
                     >
                     <el-button
                       size="mini"
@@ -704,7 +705,9 @@
                   type="text"
                   size="small"
                 >
-                  鍒犻櫎
+                <span class="button-delete"
+              ><i class="el-icon-delete"></i>鍒犻櫎</span
+            >
                 </el-button>
               </template>
             </el-table-column>
@@ -2086,6 +2089,9 @@
 </script>
 <style lang="scss" scoped>
 /* @import url(); 寮曞叆鍏叡css绫� */
+.button-delete{
+  color: rgb(236, 69, 69);
+}
 ::v-deep.el-table .error-row {
   background: #fcebeb;
 }

--
Gitblit v1.9.3