From 9cf8e0a47fe69d46489c3e5b7029499cd315e434 Mon Sep 17 00:00:00 2001
From: Jimgo
Date: Mon, 31 Mar 2025 17:15:02 +0800
Subject: [PATCH] =?UTF-8?q?:ok:=20=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8?=
=?UTF-8?q?=E6=89=93=E5=8D=A1=E8=BE=B9=E6=A1=86=E7=9A=84=E5=9C=86=E8=A7=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/static/style.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css
index 94fb33b..62fc788 100644
--- a/src/main/resources/static/style.css
+++ b/src/main/resources/static/style.css
@@ -670,7 +670,7 @@ body > div > div.userinfo_dialog > div > div > div input {
.job-card {
padding: 20px 16px;
background-color: var(--header-bg-color);
- border-radius: 8px;
+ border-radius: 16px;
cursor: pointer;
-webkit-transition: .2s;
transition: .2s;
@@ -682,6 +682,7 @@ body > div > div.userinfo_dialog > div > div > div input {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
+
.job-card svg {
width: 46px;
padding: 10px;