chore: format

This commit is contained in:
xiaojunnuo
2026-05-31 01:48:14 +08:00
parent e834e31510
commit 94459fe922
5 changed files with 22 additions and 31 deletions
@@ -116,8 +116,7 @@ span.fs-icon-svg {
}
}
button.ant-btn.ant-btn-default.isPlus{
button.ant-btn.ant-btn-default.isPlus {
color: #c5913f;
border: 1px solid #c5913f;
@@ -130,10 +129,10 @@ button.ant-btn.ant-btn-default.isPlus{
}
}
.dark{
button.ant-btn.ant-btn-default.isPlus{
color: #c5913f;
border: 1px solid #c5913f;
.dark {
button.ant-btn.ant-btn-default.isPlus {
color: #c5913f;
border: 1px solid #c5913f;
&:disabled {
border-color: hsl(0, 0%, 31%);
@@ -141,4 +140,3 @@ button.ant-btn.ant-btn-default.isPlus{
}
}
}
+11 -15
View File
@@ -21,9 +21,10 @@ div#app {
height: 100%;
}
pre{
&.pre,&.helper{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
pre {
&.pre,
&.helper {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
}
@@ -365,14 +366,12 @@ h6 {
max-height: 66vh;
overflow-y: auto;
}
}
.ant-input-number {
min-width: 100px;
}
.cd-table {
width: 100%;
border-collapse: separate;
@@ -381,7 +380,8 @@ h6 {
&.cd-table-none-border {
border: 0 !important;
td, th {
td,
th {
border: 0 !important;
}
}
@@ -393,7 +393,7 @@ h6 {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.05);
z-index: 10000
z-index: 10000;
}
table {
@@ -401,7 +401,6 @@ h6 {
min-width: 100%;
table-layout: fixed;
font-size: 16px;
}
thead {
@@ -417,7 +416,7 @@ h6 {
border-left: 0px;
&::before {
content: '';
content: "";
position: absolute;
left: 0;
top: 0;
@@ -431,7 +430,6 @@ h6 {
th,
td {
text-align: left;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
@@ -463,7 +461,6 @@ h6 {
background-color: #fff;
}
tr.hover-color:hover td {
background: #f9f9ff;
}
@@ -486,14 +483,13 @@ h6 {
}
}
.ant-tag{
.fs-icon{
.ant-tag {
.fs-icon {
margin-right: 5px;
}
}
.hidden-important {
display: none !important;
visibility: hidden !important;
}
}
+3 -5
View File
@@ -5,9 +5,7 @@
}
}
.vben-normal-menu__item.is-active{
.vben-normal-menu__item.is-active {
background-color: #3b3b3b !important;
}
}
}
}
@@ -19,7 +19,6 @@
-moz-border-radius: 4em;
border-radius: 4em;
background-color: #757575;
}
::-webkit-scrollbar-thumb:hover {
+3 -3
View File
@@ -1,3 +1,3 @@
.vben-normal-menu__item.is-active{
background-color: #ebf1f6 !important;
}
.vben-normal-menu__item.is-active {
background-color: #ebf1f6 !important;
}