Compare commits
2 Commits
b8d29b5006
...
14906a83d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14906a83d2 | ||
|
|
f182a7d736 |
@@ -1,5 +1,5 @@
|
||||
@use '@/style/iconfont.css';
|
||||
@use "./transition.scss";
|
||||
@use './transition.scss';
|
||||
|
||||
.html-grey {
|
||||
filter: grayscale(100%);
|
||||
@@ -18,11 +18,11 @@
|
||||
|
||||
.gva-btn-list {
|
||||
@apply mb-3 flex items-center flex-wrap gap-2;
|
||||
.el-button+.el-button{
|
||||
.el-button + .el-button {
|
||||
@apply ml-0 !important;
|
||||
}
|
||||
.el-upload{
|
||||
.el-button{
|
||||
.el-upload {
|
||||
.el-button {
|
||||
@apply ml-0 !important;
|
||||
}
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user