mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: code format
This commit is contained in:
@@ -1,74 +1,69 @@
|
||||
.ant-layout .ant-layout-sider{
|
||||
background-color: #ebf1f6;
|
||||
}
|
||||
|
||||
.ant-layout .ant-layout-header{
|
||||
.ant-layout .ant-layout-sider {
|
||||
background-color: #ebf1f6;
|
||||
}
|
||||
|
||||
.fs-multiple-page-control-group .fs-multiple-page-control-content{
|
||||
.ant-layout .ant-layout-header {
|
||||
background-color: #ebf1f6;
|
||||
}
|
||||
|
||||
.fs-multiple-page-control-group .fs-multiple-page-control-content {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.fs-multiple-page-control-group .fs-multiple-page-control-btn .ant-btn{
|
||||
border-bottom-left-radius:0;
|
||||
border-bottom-right-radius:0;
|
||||
.fs-multiple-page-control-group .fs-multiple-page-control-btn .ant-btn {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.ant-menu-horizontal{
|
||||
.ant-menu-horizontal {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.fs-framework .header-menu{
|
||||
.fs-framework .header-menu {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.ant-btn.ant-btn-icon-only{
|
||||
padding-inline:revert;
|
||||
.ant-btn.ant-btn-icon-only {
|
||||
padding-inline: revert;
|
||||
}
|
||||
|
||||
.fs-form-wrapper .fs-form-header {
|
||||
padding-right: 30px !important;
|
||||
}
|
||||
|
||||
|
||||
.fs-values-format .fs-tag{
|
||||
.fs-values-format .fs-tag {
|
||||
display: inline-flex;
|
||||
.fs-icon{
|
||||
.fs-icon {
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.fs-search .ant-row{
|
||||
|
||||
.fs-search .ant-row {
|
||||
}
|
||||
|
||||
|
||||
//适配手机端
|
||||
.ant-tour{
|
||||
max-width: 90vw
|
||||
.ant-tour {
|
||||
max-width: 90vw;
|
||||
}
|
||||
|
||||
.fs-page{
|
||||
.fs-page-header{
|
||||
.fs-page {
|
||||
.fs-page-header {
|
||||
background-color: hsl(var(--card));
|
||||
}
|
||||
.fs-crud-table{
|
||||
.fs-crud-table {
|
||||
background-color: hsl(var(--card));
|
||||
}
|
||||
}
|
||||
|
||||
footer{
|
||||
footer {
|
||||
background-color: hsl(var(--card)) !important;
|
||||
}
|
||||
|
||||
|
||||
.ant-select-multiple .ant-select-selection-item-remove{
|
||||
.ant-select-multiple .ant-select-selection-item-remove {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
.ant-progress.ant-progress-show-info .ant-progress-outer {
|
||||
margin-inline-end: calc(-3em - 8px);
|
||||
padding-inline-end: calc(3em + 8px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user