perf: styles of pipelines

This commit is contained in:
Junyan Qin
2025-05-07 11:53:39 +08:00
parent bcba5162b7
commit 4a41a4cf95
10 changed files with 169 additions and 95 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
align-self: flex-start;
justify-self: flex-start;
width: calc(100% - 60px);
margin: auto;
margin: auto;
display: grid;
grid-template-rows: repeat(auto-fill, minmax(220px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
@@ -42,7 +42,7 @@
}
.basicInfoDescription {
font-size: 1.2rem;
font-size: 1rem;
font-weight: 300;
color: #b1b1b1;
}
+2 -1
View File
@@ -150,8 +150,9 @@ export default function BotConfigPage() {
<div className={`${styles.botListContainer}`}>
<CreateCardComponent
width={'24rem'}
height={'10rem'}
plusSize={'4rem'}
plusSize={'90px'}
onClick={handleCreateBotClick}
/>
{botList.map((cardVO) => {