perf: llm card and pipeline card

This commit is contained in:
Junyan Qin
2025-05-09 10:45:35 +08:00
parent 6c6f4ff076
commit 4b2ffcda12
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
height: 10rem; height: 10rem;
background-color: #fff; background-color: #fff;
border-radius: 10px; border-radius: 10px;
box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.2);
padding: 1.2rem; padding: 1.2rem;
cursor: pointer; cursor: pointer;
} }
@@ -3,7 +3,7 @@
height: 10rem; height: 10rem;
background-color: #fff; background-color: #fff;
border-radius: 10px; border-radius: 10px;
box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.2);
padding: 1.2rem; padding: 1.2rem;
cursor: pointer; cursor: pointer;
display: flex; display: flex;