(feature)(webapp) agent defaults to list mode, supports switching to card mode (#362)

This commit is contained in:
williamhliu
2023-11-10 18:21:59 +08:00
committed by GitHub
parent f998f27c6f
commit bd541e1199
6 changed files with 263 additions and 93 deletions

View File

@@ -1,5 +1,4 @@
.agent {
// background: #fff;
height: calc(100vh - 48px);
}
@@ -20,7 +19,7 @@
.searchBar {
display: flex;
align-items: center;
column-gap: 20px;
column-gap: 30px;
margin-bottom: 40px;
.searchControl {
@@ -290,3 +289,16 @@
}
}
}
.switchShowTypeLabel {
color: #999;
font-weight: 500;
font-size: 14px;
margin-right: 12px;
}
.operateIcons {
display: flex;
align-items: center;
column-gap: 12px;
}