no message

This commit is contained in:
kuaifan 2022-05-25 22:14:21 +08:00
parent f9c01f0a7d
commit 3ce2ec0a46
14 changed files with 35 additions and 31 deletions

View File

@ -197,7 +197,7 @@
.ivu-radio-wrapper-checked:not(.ivu-radio-wrapper-disabled) {
background: #fff !important;
color: #8BCF70 !important;
color: $primary-color !important;
box-shadow: none !important;
border: none !important;
border-radius: 4px !important;
@ -225,7 +225,7 @@
background: #F4F5F7 !important;
box-shadow: none !important;
border: none !important;
color: #8BCF70 !important;
color: $primary-color !important;
height: 36px;
line-height: 34px;

View File

@ -18,8 +18,8 @@
font-size: 14px;
border-radius: 4px;
color: #fff;
background-color: #8bcf70;
border-color: #8bcf70;
background-color: $primary-color;
border-color: $primary-color;
&:hover {
color: #fff;
opacity: 0.9;

View File

@ -192,7 +192,7 @@ body.dark-mode-reverse {
.dialog-view {
.dialog-head {
.dialog-content {
background-color: #8bcf70;
background-color: $primary-color;
.content-text {
> pre {
a {

View File

@ -143,7 +143,7 @@
border-radius: 50%;
text-align: center;
color: #ffffff;
background-color: #8bcf70;
background-color: $primary-color;
overflow: hidden;
}
@ -275,7 +275,7 @@
left: 2px;
z-index: 1;
border-radius: 50%;
background-color: #8bcf70;
background-color: $primary-color;
display: flex;
align-items: center;
justify-content: center;

View File

@ -140,7 +140,7 @@
padding: 0 6px;
border-radius: 4px;
margin-left: 10px;
background-color: #8BCF70;
background-color: $primary-color;
color: #FFFFFF;
text-align: center;
white-space: nowrap;
@ -162,6 +162,10 @@
color: #888888;
}
}
&.online {
color: $primary-color;
}
}
}
}

View File

@ -105,7 +105,7 @@
line-height: 24px;
font-size: 12px;
border: 2px solid #ffffff;
background-color: #8bcf70;
background-color: $primary-color;
color: #ffffff;
z-index: 1;
border-radius: 50%;

View File

@ -164,7 +164,7 @@
&:hover {
opacity: 1;
> em {
color: #8bcf70;
color: $primary-color;
}
}
> em {

View File

@ -33,7 +33,7 @@
padding: 0 6px;
margin-top: 3px;
margin-left: 10px;
background-color: #8BCF70;
background-color: $primary-color;
color:#FFFFFF;
text-align: center;
white-space: nowrap;
@ -410,8 +410,8 @@
line-height: 18px;
padding: 0 3px;
border-radius: 3px;
color: #8bcf70;
border: 1px solid #8bcf70;
color: $primary-color;
border: 1px solid $primary-color;
margin-right: 4px;
text-align: center;
&.start {
@ -695,7 +695,7 @@
transition: color .2s ease-in-out;
font-size: 16px;
&.on {
color: #8bcf70
color: $primary-color
}
&:hover {
color: inherit
@ -775,8 +775,8 @@
line-height: 16px;
padding: 0 2px;
border-radius: 3px;
color: #8bcf70;
border: 1px solid #8bcf70;
color: $primary-color;
border: 1px solid $primary-color;
display: inline-block;
vertical-align: top;
margin-top: 3px;

View File

@ -141,7 +141,7 @@
min-width: 20px;
line-height: 20px;
border-radius: 10px;
background: #8bcf70;
background: $primary-color;
color: #fff;
text-align: center;
padding: 0 6px;

View File

@ -56,8 +56,8 @@
line-height: 24px;
padding: 0 8px;
border-radius: 4px;
color: #8bcf70;
border: 1px solid #8bcf70;
color: $primary-color;
border: 1px solid $primary-color;
display: inline-block;
text-align: center;
cursor: pointer;
@ -142,7 +142,7 @@
align-items: center;
.ivu-icon {
font-size: 22px;
color: #606266;
color: $primary-text-color;
}
}
}
@ -351,8 +351,8 @@
line-height: 16px;
padding: 0 2px;
border-radius: 3px;
color: #8bcf70;
border: 1px solid #8bcf70;
color: $primary-color;
border: 1px solid $primary-color;
display: inline-block;
margin-right: 3px;
text-align: center;

View File

@ -180,8 +180,8 @@
line-height: 16px;
padding: 0 2px;
border-radius: 3px;
color: #8bcf70;
border: 1px solid #8bcf70;
color: $primary-color;
border: 1px solid $primary-color;
display: inline-block;
vertical-align: top;
margin-top: 3px;

View File

@ -46,8 +46,8 @@
cursor: pointer;
> button {
color: #ffffff;
background: #8bcf70;
border-color: #8bcf70;
background: $primary-color;
border-color: $primary-color;
}
}
.file-search {
@ -502,7 +502,7 @@
.title {
font-weight: 700;
font-size: 16px;
color: #303133;
color: $primary-title-color;
margin: 0;
> em {
padding-left: 4px;
@ -517,7 +517,7 @@
font-size: 14px;
line-height: 21px;
margin: 12px 0 0;
color: #606266;
color: $primary-text-color;
max-height: 500px;
max-width: 100%;
overflow: auto;

View File

@ -12,7 +12,7 @@
.page-header {
width: 100%;
background: #8bcf70;
background: $primary-color;
position: relative;
padding-bottom: 40px;

View File

@ -357,8 +357,8 @@
line-height: 16px;
padding: 0 2px;
border-radius: 3px;
color: #8bcf70;
border: 1px solid #8bcf70;
color: $primary-color;
border: 1px solid $primary-color;
margin-right: 6px;
&.start {
background-color: rgba($flow-status-start-color, 0.1);