From 84ee818b62841c0799df1554e371a4d519a233db Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 八月 2023 09:56:52 +0800
Subject: [PATCH] 入职申请单:民族推荐,鼠标悬停改变背景色
---
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 2 +-
WebTM/views/人事管理/入职申请/HR_EmpEngageRequestBill.html | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 7130507..f458745 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -1734,7 +1734,7 @@
<publishTime>04/11/2023 16:34:43</publishTime>
</File>
<File Include="views/浜轰簨绠$悊/鍏ヨ亴鐢宠/HR_EmpEngageRequestBill.html">
- <publishTime>08/16/2023 09:35:01</publishTime>
+ <publishTime>08/16/2023 09:54:34</publishTime>
</File>
<File Include="views/浜轰簨绠$悊/鍏ヨ亴鐢宠/HR_EmpEngageRequestBillList.html">
<publishTime>07/21/2023 08:25:45</publishTime>
diff --git "a/WebTM/views/\344\272\272\344\272\213\347\256\241\347\220\206/\345\205\245\350\201\214\347\224\263\350\257\267/HR_EmpEngageRequestBill.html" "b/WebTM/views/\344\272\272\344\272\213\347\256\241\347\220\206/\345\205\245\350\201\214\347\224\263\350\257\267/HR_EmpEngageRequestBill.html"
index e489644..b6151ab 100644
--- "a/WebTM/views/\344\272\272\344\272\213\347\256\241\347\220\206/\345\205\245\350\201\214\347\224\263\350\257\267/HR_EmpEngageRequestBill.html"
+++ "b/WebTM/views/\344\272\272\344\272\213\347\256\241\347\220\206/\345\205\245\350\201\214\347\224\263\350\257\267/HR_EmpEngageRequestBill.html"
@@ -53,8 +53,8 @@
width: 175px;
border: 1px solid #b6b6b6;
border-top: none;
- background-color:white;
- z-index:5;
+ background-color: white;
+ z-index: 5;
}
.search-res li {
@@ -63,6 +63,10 @@
padding: 2px 5px;
}
+ .search-res li:hover {
+ background-color: cornflowerblue;
+ }
+
.ac {
display: none;
}
--
Gitblit v1.9.1