mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
chore: code format
This commit is contained in:
@@ -2,18 +2,17 @@
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size:16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.fs-icon {
|
||||
font-size:16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.ant-btn {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.fs-iconify{
|
||||
|
||||
.fs-iconify {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
@@ -37,7 +36,6 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
.ant-drawer-content {
|
||||
&.fullscreen {
|
||||
position: fixed;
|
||||
@@ -51,10 +49,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.icon-button {
|
||||
cursor: pointer;
|
||||
font-size: 22px
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.ant-drawer {
|
||||
@@ -76,7 +73,7 @@
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.fs-crud-table{
|
||||
.fs-crud-table {
|
||||
.ant-table-body {
|
||||
height: 60vh;
|
||||
table {
|
||||
@@ -84,40 +81,39 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body a{
|
||||
color: #1890ff;
|
||||
&:hover{
|
||||
body a {
|
||||
color: #1890ff;
|
||||
&:hover {
|
||||
color: #40a9ff;
|
||||
}
|
||||
}
|
||||
|
||||
span.fs-icon-svg{
|
||||
span.fs-icon-svg {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.ant-btn .fs-icon:last-child{
|
||||
margin-right:0px
|
||||
.ant-btn .fs-icon:last-child {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.fs-iconify fs-icon{
|
||||
svg{
|
||||
vertical-align:0 !important;
|
||||
.fs-iconify fs-icon {
|
||||
svg {
|
||||
vertical-align: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.fs-button{
|
||||
span{
|
||||
&:first-child{
|
||||
.fs-button {
|
||||
span {
|
||||
&:first-child {
|
||||
margin-right: 5px;
|
||||
}
|
||||
&:last-child{
|
||||
&:last-child {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
.fs-icon,.fs-button-icon{
|
||||
.fs-icon,
|
||||
.fs-button-icon {
|
||||
margin: 0 !important;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user