chore: code format

This commit is contained in:
xiaojunnuo
2025-06-29 14:09:09 +08:00
parent 04422a4637
commit 4fcfd089d8
644 changed files with 10845 additions and 13184 deletions
+21 -25
View File
@@ -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;
}
}
}