🎨 更新用户版本

This commit is contained in:
2025-09-02 22:56:30 +08:00
parent 8276b3e87f
commit a1906d2a36
71 changed files with 4790 additions and 962 deletions

View File

@@ -17,7 +17,15 @@
}
.gva-btn-list {
@apply mb-3 flex items-center;
@apply mb-3 flex items-center flex-wrap gap-2;
.el-button+.el-button{
@apply ml-0 !important;
}
.el-upload{
.el-button{
@apply ml-0 !important;
}
}
}
#nprogress .bar {
@@ -34,9 +42,7 @@
.gva-search-box {
@apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2;
}
.search-form{
@apply p-4 bg-white dark:text-slate-400 dark:bg-slate-900
}
.gva-form-box {
@apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2;
}
@@ -51,18 +57,3 @@
outline: none;
}
}
.container-wrapper{
min-height: calc(100vh - 12rem);
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}
.footer-box{
display: flex;
justify-content: center;
padding: 1rem 0;
position: sticky;
bottom: 0;
//border-top: 1px solid #ededed;
}