Add search to store

This commit is contained in:
2024-02-19 18:42:29 +08:00
parent b478081600
commit 48ff94a2c9
2 changed files with 44 additions and 14 deletions

View File

@@ -1,11 +1,25 @@
@use '@/assets/css/constants' as constants;
[data-component=tools-store] {
.search {
display: flex;
position: sticky;
width: 100%;
margin-top: 20px;
top: 20px;
z-index: 10;
justify-content: center;
>* {
width: 80%;
}
}
.root-content {
padding: 30px;
gap: 20px;
flex-wrap: wrap;
justify-content: flex-start;
justify-content: center;
> .card-box {
width: 180px;