大屏项目初始化

This commit is contained in:
2026-03-03 23:47:22 +08:00
parent 424527c62f
commit 9d4d641fa8
3 changed files with 39 additions and 28 deletions

View File

@@ -66,13 +66,15 @@ const getPlaceHolderCount = () => {
gap: 15px;
width: 100%;
box-sizing: border-box;
align-items: center;
align-items: stretch;
}
.search-grid-container :deep(.search-item) {
margin-bottom: 0 !important;
width: 100%;
box-sizing: border-box;
display: flex;
align-items: center;
}
.search-grid-container :deep(.search-input),
@@ -91,9 +93,10 @@ const getPlaceHolderCount = () => {
display: flex;
gap: 8px;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
box-sizing: border-box;
justify-content: flex-end;
}
@media (max-width: 768px) {
@@ -105,7 +108,8 @@ const getPlaceHolderCount = () => {
display: none;
}
.search-btn-group {
justify-content: flex-start;
justify-content: center;
padding: 8px 0;
}
}
</style>