2 Commits

Author SHA1 Message Date
xiaozhiyong
14906a83d2 更新 2026-06-08 09:19:44 +08:00
xiaozhiyong
f182a7d736 更新 2026-06-08 09:19:34 +08:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
@use '@/style/iconfont.css';
@use "./transition.scss";
@use './transition.scss';
.html-grey {
filter: grayscale(100%);
@@ -41,6 +41,7 @@
.gva-search-box {
@apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2;
padding-bottom: 0;
}
.gva-form-box {

View File

@@ -250,7 +250,7 @@
.device-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 36px;
gap: 12px;
width: 100%;
background-color: var(--el-bg-color, #f5f7fa);
}