feat: add i18n for mask

This commit is contained in:
Yidadaa
2023-04-27 01:16:21 +08:00
parent 3cda44e05b
commit c7c58ef031
22 changed files with 890 additions and 81 deletions

View File

@@ -20,11 +20,36 @@
padding: 20px;
overflow-y: auto;
.search-bar {
.mask-filter {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
margin-bottom: 10px;
animation: search-in ease 0.3s;
display: flex;
.search-bar {
flex-grow: 1;
max-width: 100%;
min-width: 0;
margin-bottom: 20px;
animation: search-in ease 0.3s;
}
.mask-filter-lang {
height: 100%;
margin-left: 10px;
}
.mask-create {
height: 100%;
margin-left: 10px;
box-sizing: border-box;
button {
padding: 10px;
}
}
}
.mask-item {