mirror of
https://github.com/certd/certd.git
synced 2026-07-20 05:37:32 +08:00
chore: format
This commit is contained in:
@@ -116,8 +116,7 @@ span.fs-icon-svg {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.ant-btn.ant-btn-default.isPlus {
|
||||||
button.ant-btn.ant-btn-default.isPlus{
|
|
||||||
color: #c5913f;
|
color: #c5913f;
|
||||||
border: 1px solid #c5913f;
|
border: 1px solid #c5913f;
|
||||||
|
|
||||||
@@ -130,10 +129,10 @@ button.ant-btn.ant-btn-default.isPlus{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark{
|
.dark {
|
||||||
button.ant-btn.ant-btn-default.isPlus{
|
button.ant-btn.ant-btn-default.isPlus {
|
||||||
color: #c5913f;
|
color: #c5913f;
|
||||||
border: 1px solid #c5913f;
|
border: 1px solid #c5913f;
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
border-color: hsl(0, 0%, 31%);
|
border-color: hsl(0, 0%, 31%);
|
||||||
@@ -141,4 +140,3 @@ button.ant-btn.ant-btn-default.isPlus{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -21,9 +21,10 @@ div#app {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre{
|
pre {
|
||||||
&.pre,&.helper{
|
&.pre,
|
||||||
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;
|
&.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;
|
max-height: 66vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-input-number {
|
.ant-input-number {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.cd-table {
|
.cd-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
@@ -381,7 +380,8 @@ h6 {
|
|||||||
|
|
||||||
&.cd-table-none-border {
|
&.cd-table-none-border {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
td, th {
|
td,
|
||||||
|
th {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -393,7 +393,7 @@ h6 {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(0, 0, 0, 0.05);
|
background: rgba(0, 0, 0, 0.05);
|
||||||
z-index: 10000
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
@@ -401,7 +401,6 @@ h6 {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
@@ -417,7 +416,7 @@ h6 {
|
|||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -431,7 +430,6 @@ h6 {
|
|||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
border-left: 1px solid #eee;
|
border-left: 1px solid #eee;
|
||||||
@@ -463,7 +461,6 @@ h6 {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tr.hover-color:hover td {
|
tr.hover-color:hover td {
|
||||||
background: #f9f9ff;
|
background: #f9f9ff;
|
||||||
}
|
}
|
||||||
@@ -486,13 +483,12 @@ h6 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag{
|
.ant-tag {
|
||||||
.fs-icon{
|
.fs-icon {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.hidden-important {
|
.hidden-important {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
|
|||||||
@@ -5,9 +5,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vben-normal-menu__item.is-active {
|
||||||
.vben-normal-menu__item.is-active{
|
|
||||||
background-color: #3b3b3b !important;
|
background-color: #3b3b3b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -19,7 +19,6 @@
|
|||||||
-moz-border-radius: 4em;
|
-moz-border-radius: 4em;
|
||||||
border-radius: 4em;
|
border-radius: 4em;
|
||||||
background-color: #757575;
|
background-color: #757575;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
.vben-normal-menu__item.is-active{
|
.vben-normal-menu__item.is-active {
|
||||||
background-color: #ebf1f6 !important;
|
background-color: #ebf1f6 !important;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user