mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-30 22:08:36 +08:00
(feature)(webapp) agent defaults to list mode, supports switching to card mode (#362)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user