mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
no message
This commit is contained in:
parent
f9c01f0a7d
commit
3ce2ec0a46
4
resources/assets/sass/components/report.scss
vendored
4
resources/assets/sass/components/report.scss
vendored
@ -197,7 +197,7 @@
|
|||||||
|
|
||||||
.ivu-radio-wrapper-checked:not(.ivu-radio-wrapper-disabled) {
|
.ivu-radio-wrapper-checked:not(.ivu-radio-wrapper-disabled) {
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
color: #8BCF70 !important;
|
color: $primary-color !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
border-radius: 4px !important;
|
border-radius: 4px !important;
|
||||||
@ -225,7 +225,7 @@
|
|||||||
background: #F4F5F7 !important;
|
background: #F4F5F7 !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
color: #8BCF70 !important;
|
color: $primary-color !important;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
|
|
||||||
|
|||||||
@ -18,8 +18,8 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #8bcf70;
|
background-color: $primary-color;
|
||||||
border-color: #8bcf70;
|
border-color: $primary-color;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
|||||||
2
resources/assets/sass/dark.scss
vendored
2
resources/assets/sass/dark.scss
vendored
@ -192,7 +192,7 @@ body.dark-mode-reverse {
|
|||||||
.dialog-view {
|
.dialog-view {
|
||||||
.dialog-head {
|
.dialog-head {
|
||||||
.dialog-content {
|
.dialog-content {
|
||||||
background-color: #8bcf70;
|
background-color: $primary-color;
|
||||||
.content-text {
|
.content-text {
|
||||||
> pre {
|
> pre {
|
||||||
a {
|
a {
|
||||||
|
|||||||
@ -143,7 +143,7 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #8bcf70;
|
background-color: $primary-color;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -275,7 +275,7 @@
|
|||||||
left: 2px;
|
left: 2px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: #8bcf70;
|
background-color: $primary-color;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@ -140,7 +140,7 @@
|
|||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
background-color: #8BCF70;
|
background-color: $primary-color;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -162,6 +162,10 @@
|
|||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.online {
|
||||||
|
color: $primary-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -105,7 +105,7 @@
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border: 2px solid #ffffff;
|
border: 2px solid #ffffff;
|
||||||
background-color: #8bcf70;
|
background-color: $primary-color;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|||||||
@ -164,7 +164,7 @@
|
|||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
> em {
|
> em {
|
||||||
color: #8bcf70;
|
color: $primary-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> em {
|
> em {
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
background-color: #8BCF70;
|
background-color: $primary-color;
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -410,8 +410,8 @@
|
|||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #8bcf70;
|
color: $primary-color;
|
||||||
border: 1px solid #8bcf70;
|
border: 1px solid $primary-color;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
&.start {
|
&.start {
|
||||||
@ -695,7 +695,7 @@
|
|||||||
transition: color .2s ease-in-out;
|
transition: color .2s ease-in-out;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
&.on {
|
&.on {
|
||||||
color: #8bcf70
|
color: $primary-color
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
color: inherit
|
color: inherit
|
||||||
@ -775,8 +775,8 @@
|
|||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #8bcf70;
|
color: $primary-color;
|
||||||
border: 1px solid #8bcf70;
|
border: 1px solid $primary-color;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
|
|||||||
@ -141,7 +141,7 @@
|
|||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #8bcf70;
|
background: $primary-color;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
|
|||||||
@ -56,8 +56,8 @@
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: #8bcf70;
|
color: $primary-color;
|
||||||
border: 1px solid #8bcf70;
|
border: 1px solid $primary-color;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -142,7 +142,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
.ivu-icon {
|
.ivu-icon {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #606266;
|
color: $primary-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -351,8 +351,8 @@
|
|||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #8bcf70;
|
color: $primary-color;
|
||||||
border: 1px solid #8bcf70;
|
border: 1px solid $primary-color;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@ -180,8 +180,8 @@
|
|||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #8bcf70;
|
color: $primary-color;
|
||||||
border: 1px solid #8bcf70;
|
border: 1px solid $primary-color;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
|
|||||||
8
resources/assets/sass/pages/page-file.scss
vendored
8
resources/assets/sass/pages/page-file.scss
vendored
@ -46,8 +46,8 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
> button {
|
> button {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #8bcf70;
|
background: $primary-color;
|
||||||
border-color: #8bcf70;
|
border-color: $primary-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.file-search {
|
.file-search {
|
||||||
@ -502,7 +502,7 @@
|
|||||||
.title {
|
.title {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #303133;
|
color: $primary-title-color;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
> em {
|
> em {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
@ -517,7 +517,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
margin: 12px 0 0;
|
margin: 12px 0 0;
|
||||||
color: #606266;
|
color: $primary-text-color;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
2
resources/assets/sass/pages/page-index.scss
vendored
2
resources/assets/sass/pages/page-index.scss
vendored
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #8bcf70;
|
background: $primary-color;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
|
|
||||||
|
|||||||
4
resources/assets/sass/pages/page-manage.scss
vendored
4
resources/assets/sass/pages/page-manage.scss
vendored
@ -357,8 +357,8 @@
|
|||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #8bcf70;
|
color: $primary-color;
|
||||||
border: 1px solid #8bcf70;
|
border: 1px solid $primary-color;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
&.start {
|
&.start {
|
||||||
background-color: rgba($flow-status-start-color, 0.1);
|
background-color: rgba($flow-status-start-color, 0.1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user