feat: 升级前端框架,适配手机端

This commit is contained in:
xiaojunnuo
2025-03-06 21:11:07 +08:00
659 changed files with 37406 additions and 873 deletions
+15 -5
View File
@@ -43,10 +43,20 @@
}
.ant-modal {
max-width: calc(100% - 32px) !important ;
//适配手机端
.ant-tour{
max-width: 90vw
}
.fs-search .ant-row{
flex-flow: row wrap !important;
}
.fs-page{
.fs-page-header{
background-color: hsl(var(--card));
}
.fs-crud-table{
background-color: hsl(var(--card));
}
}
footer{
background-color: hsl(var(--card)) !important;
}