mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
feat: 升级前端框架,适配手机端
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user