refactor: ♻️ 样式优化

Former-commit-id: 0675ba9b86e52bf1bba568c9bbbcbf8a8aff1dfe
This commit is contained in:
haoxr
2023-06-17 09:15:37 +08:00
parent 0f7a3b5f09
commit d46935d1ab
8 changed files with 28 additions and 20 deletions

View File

@@ -3,14 +3,14 @@
@import "./dark";
.app-container {
margin: 20px;
.search {
padding: 18px 0 0 10px;
margin-bottom: 10px;
background-color: var(--el-bg-color-overlay);
border: 1px solid var(--el-border-color-light);
border-radius: 4px;
box-shadow: var(--el-box-shadow-light);
}
padding: 10px;
}
.search-container {
padding: 18px 0 0 10px;
margin-bottom: 10px;
background-color: var(--el-bg-color-overlay);
border: 1px solid var(--el-border-color-light);
border-radius: 4px;
box-shadow: var(--el-box-shadow-light);
}