新增:操作栏右侧新增工具条(显示或隐藏搜索栏按钮、刷新按钮)

This commit is contained in:
2023-02-07 20:53:36 +08:00
parent ceba8e9e53
commit 908af28235
6 changed files with 67 additions and 2 deletions

View File

@@ -69,6 +69,13 @@ body {
&-query {
margin-bottom: 8px;
}
&-operation {
&-right {
display: flex;
align-items: center;
justify-content: end;
}
}
}
}