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
+62 -66
View File
@@ -1,12 +1,13 @@
@import './theme/index.less';
@import './theme/default.less';
@import './scroll.less';
@import './transition.less';
@import './fix-windicss.less';
@import './antdv4.less';
@import './certd.less';
@import "./theme/index.less";
@import "./theme/default.less";
@import "./scroll.less";
@import "./transition.less";
@import "./fix-windicss.less";
@import "./antdv4.less";
@import "./certd.less";
html, body {
html,
body {
margin: 0;
padding: 0;
height: 100%;
@@ -15,10 +16,15 @@ html, body {
}
div#app {
height: 100%
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 0;
margin-top: 0;
}
@@ -30,17 +36,14 @@ h1, h2, h3, h4, h5, h6 {
margin-right: 5px;
}
.ant-btn-link {
height: 24px;
}
.ant-input-affix-wrapper {
padding: 4px 11px;
}
.anticon {
vertical-align: 0 !important;
}
@@ -54,17 +57,17 @@ h1, h2, h3, h4, h5, h6 {
justify-content: center;
align-items: center;
}
.flex-vc{
.flex-vc {
align-items: center;
}
.flex-vb{
.flex-vb {
align-items: baseline;
}
.flex-o {
display: flex !important;
align-items: center;
}
.flex-baseline{
.flex-baseline {
display: flex !important;
align-items: baseline;
}
@@ -94,77 +97,76 @@ h1, h2, h3, h4, h5, h6 {
display: flex;
flex-direction: column;
}
.align-left{
.align-left {
text-align: left;
}
.align-right{
.align-right {
text-align: right;
}
.scroll-y {
overflow-y: auto;
}
.m-0{
margin:0 !important;
.m-0 {
margin: 0 !important;
}
.m-2{
margin:2px !important;
.m-2 {
margin: 2px !important;
}
.m-3{
margin:3px !important;
.m-3 {
margin: 3px !important;
}
.m-5{
margin:5px !important;
.m-5 {
margin: 5px !important;
}
.m-10 {
margin: 10px !important;;
margin: 10px !important;
}
.m-20{
margin:20px !important;
.m-20 {
margin: 20px !important;
}
.mb-2 {
margin-bottom: 2px !important;;
margin-bottom: 2px !important;
}
.mb-5 {
margin-bottom: 5px !important;;
margin-bottom: 5px !important;
}
.ml-5 {
margin-left: 5px !important;;
margin-left: 5px !important;
}
.ml-10 {
margin-left: 10px !important;;
margin-left: 10px !important;
}
.ml-20 {
margin-left: 20px !important;;
margin-left: 20px !important;
}
.ml-15 {
margin-left: 15px !important;;
margin-left: 15px !important;
}
.mr-5 {
margin-right: 5px !important;;
margin-right: 5px !important;
}
.mr-10 {
margin-right: 10px !important;;
margin-right: 10px !important;
}
.mr-20 {
margin-right: 20px !important;;
margin-right: 20px !important;
}
.mr-15 {
margin-right: 15px !important;;
margin-right: 15px !important;
}
.mt-5 {
margin-top: 5px !important;;
margin-top: 5px !important;
}
.mt-10 {
@@ -172,20 +174,19 @@ h1, h2, h3, h4, h5, h6 {
}
.mb-10 {
margin-bottom: 10px !important;;
margin-bottom: 10px !important;
}
.p-5 {
padding: 5px !important;;
padding: 5px !important;
}
.p-10 {
padding: 10px !important;;
padding: 10px !important;
}
.p-20 {
padding: 20px !important;;
padding: 20px !important;
}
.ellipsis {
white-space: nowrap;
@@ -212,7 +213,7 @@ h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #dedede;
}
.color-plus{
.color-plus {
color: #c5913f;
}
.color-blue {
@@ -230,8 +231,8 @@ h1, h2, h3, h4, h5, h6 {
color: gray;
}
.iconify{
//font-size: 16px;
.iconify {
//font-size: 16px;
}
.icon-box {
@@ -250,7 +251,6 @@ h1, h2, h3, h4, h5, h6 {
color: #c5913f !important;
}
.deleted {
color: #c7c7c7;
//删除线
@@ -268,18 +268,17 @@ h1, h2, h3, h4, h5, h6 {
.helper {
color: #aeaeae;
font-size: 12px;
margin-top:3px;
margin-bottom:3px;
&.error{
margin-top: 3px;
margin-bottom: 3px;
&.error {
color: #ff4d4f;
}
}
.fs-copyable {
display: inline-flex;
.text {
flex: 1
flex: 1;
}
.copy-button {
@@ -288,23 +287,20 @@ h1, h2, h3, h4, h5, h6 {
}
}
.fs-16{
font-size: 16px;
.fs-16 {
font-size: 16px;
}
.w-50\%{
width: 50%;
.w-50\% {
width: 50%;
}
.ant-drawer-content-wrapper {
max-width: 90vw;
}
.block-title{
.block-title {
font-size: 14px;
padding:10px;
color : #6e6e6e;
}
padding: 10px;
color: #6e6e6e;
}