From b609f77709c4646daf155341475ae14fc0c7943d Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期五, 27 六月 2025 13:25:30 +0800
Subject: [PATCH] 修改

---
 src/assets/icons/info.png          |    0 
 src/views/components/loginForm.vue |    6 ++++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/assets/icons/info.png b/src/assets/icons/info.png
new file mode 100644
index 0000000..d1af1f6
--- /dev/null
+++ b/src/assets/icons/info.png
Binary files differ
diff --git a/src/views/components/loginForm.vue b/src/views/components/loginForm.vue
index 4c05aa3..5a2c5af 100644
--- a/src/views/components/loginForm.vue
+++ b/src/views/components/loginForm.vue
@@ -62,8 +62,9 @@
           <el-button link type="primary" style="color: #fff" @click="openApply()" v-preReClick>专家申请</el-button>
           <el-button link type="primary" style="color: #fff" @click="openCheck" v-preReClick>专家评定进度查询</el-button>
         </div>
-        <div class="other-btns" style="margin-top: 10px">
-          <el-button link type="primary" style="color: #fff;text-decoration: underline" @click="openFile()" v-preReClick>2025年第三方评定工作的通知</el-button>
+        <div style="margin-top: 10px;display: flex;align-items: center">
+          <img :src="info" style="width: 20px;height: auto;margin-right: 6px"/>
+          <el-button link type="primary" style="color: yellow;text-decoration: underline;font-size: 18px" @click="openFile()" v-preReClick>2025年第三方评定工作的通知</el-button>
         </div>
       </div>
     </el-col>
@@ -76,6 +77,7 @@
 import {onMounted, ref, watch, defineAsyncComponent, nextTick, computed} from "vue"
 import { getCodeImg } from "@/api/login";
 import {getSettings} from "@/api/backManage/evaluate";
+import info from '@/assets/icons/info.png'
 import Cookies from "js-cookie";
 import { encrypt, decrypt } from "@/utils/jsencrypt";
 import useUserStore from '@/store/modules/user'

--
Gitblit v1.9.2