1
0
This commit is contained in:
lucashu 2025-08-20 18:23:15 +08:00
parent 29f21a4fc8
commit f15cb125ea

View File

@ -92,7 +92,7 @@ const getStatusColor = (status: string) => {
.title-prefix {
width: 40px;
height: 35px;
background-color: #1e55a7;
background-image: linear-gradient(to bottom, #2e69e0, #1e55a7);
clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
display: flex;
justify-content: center;
@ -105,7 +105,7 @@ const getStatusColor = (status: string) => {
height: 35px;
display: flex;
align-items: center;
background-color: #17325f;
background-image: linear-gradient(to bottom, #17325f, #0e2142);
padding: 0 20px 0 20px;
margin-left: -10px;
clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);