增加前端格式检查配置

This commit is contained in:
yml2213
2026-06-08 06:40:33 +08:00
parent 79ea3a476c
commit 500f511185
150 changed files with 7254 additions and 4013 deletions
+22 -7
View File
@@ -61,7 +61,9 @@
font-size: 15px;
font-weight: 800;
letter-spacing: 0.5px;
transition: opacity 0.2s, width 0.3s;
transition:
opacity 0.2s,
width 0.3s;
overflow: hidden;
white-space: nowrap;
}
@@ -168,7 +170,9 @@
}
.nav-text {
transition: opacity 0.2s, width 0.3s;
transition:
opacity 0.2s,
width 0.3s;
overflow: hidden;
white-space: nowrap;
}
@@ -256,8 +260,13 @@
}
@keyframes loginPulse {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(5%, 5%); }
0%,
100% {
transform: translate(0, 0);
}
50% {
transform: translate(5%, 5%);
}
}
.admin-login-panel {
@@ -408,7 +417,9 @@ h1 {
background: #ffffff;
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
transition: transform 0.2s, box-shadow 0.2s;
transition:
transform 0.2s,
box-shadow 0.2s;
}
.metric-card:hover {
@@ -1054,7 +1065,9 @@ h1 {
background: #ffffff;
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
transition: transform 0.2s, box-shadow 0.2s;
transition:
transform 0.2s,
box-shadow 0.2s;
}
.notification-item:hover {
@@ -1115,7 +1128,9 @@ h1 {
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
text-decoration: none;
transition: transform 0.2s, box-shadow 0.2s;
transition:
transform 0.2s,
box-shadow 0.2s;
}
.listing-card:hover {