统一调整颜色值

This commit is contained in:
kuaifan 2022-05-30 19:23:31 +08:00
parent 13a36fc471
commit 13501eb066
28 changed files with 50 additions and 49 deletions

View File

@ -119,7 +119,7 @@
padding: 24px; padding: 24px;
.ivu-input[disabled] { .ivu-input[disabled] {
color: #666666; color: $primary-text-color;
} }
.report-content { .report-content {

View File

@ -74,7 +74,7 @@
} }
.notification-tip { .notification-tip {
display: inline-block; display: inline-block;
color: #999999; color: $primary-desc-color;
line-height: 22px; line-height: 22px;
padding-top: 4px; padding-top: 4px;
font-size: 12px; font-size: 12px;

View File

@ -13,7 +13,7 @@ body {
} }
.form-tip { .form-tip {
color: #999999; color: $primary-desc-color;
line-height: 22px; line-height: 22px;
padding: 5px 0; padding: 5px 0;
} }

View File

@ -104,7 +104,7 @@
width: 22px; width: 22px;
height: 22px; height: 22px;
font-size: 12px; font-size: 12px;
color: #999999; color: $primary-desc-color;
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-radius: 50%; border-radius: 50%;
opacity: 0; opacity: 0;

View File

@ -280,7 +280,7 @@
} }
.content-text { .content-text {
color: #333333; color: $primary-title-color;
padding: 2px; padding: 2px;
> pre { > pre {
@ -412,7 +412,7 @@
justify-content: center; justify-content: center;
.file-name { .file-name {
color: #333333; color: $primary-title-color;
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
word-break: break-all; word-break: break-all;
@ -425,7 +425,7 @@
.file-size { .file-size {
padding-top: 4px; padding-top: 4px;
color: #666666; color: $primary-text-color;
font-size: 14px; font-size: 14px;
} }
} }
@ -456,7 +456,7 @@
flex-direction: row-reverse; flex-direction: row-reverse;
justify-content: flex-end; justify-content: flex-end;
align-content: center; align-content: center;
color: #333333; color: $primary-title-color;
line-height: 22px; line-height: 22px;
cursor: pointer; cursor: pointer;
@ -641,7 +641,7 @@
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
color: #999999; color: $primary-desc-color;
} }
&.bottom { &.bottom {
@ -669,7 +669,7 @@
> pre { > pre {
.mention { .mention {
color: #333333; color: $primary-title-color;
&.me { &.me {
font-size: 14px; font-size: 14px;
@ -810,7 +810,7 @@
.drag-text { .drag-text {
padding: 12px; padding: 12px;
font-size: 18px; font-size: 18px;
color: #666666; color: $primary-text-color;
} }
} }
} }

View File

@ -71,7 +71,7 @@
z-index: 99; z-index: 99;
.header-title { .header-title {
flex: 1; flex: 1;
color: #333333; color: $primary-title-color;
padding-left: 24px; padding-left: 24px;
padding-right: 24px; padding-right: 24px;
line-height: 24px; line-height: 24px;
@ -80,7 +80,7 @@
text-overflow:ellipsis; text-overflow:ellipsis;
white-space: nowrap; white-space: nowrap;
.file-unsave-tip { .file-unsave-tip {
color: #333333; color: $primary-title-color;
padding-right: 6px; padding-right: 6px;
font-weight: 500; font-weight: 500;
cursor: pointer; cursor: pointer;

View File

@ -9,7 +9,7 @@
flex-direction: column; flex-direction: column;
.archived-title { .archived-title {
color: #333333; color: $primary-title-color;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;

View File

@ -39,7 +39,7 @@
} }
i { i {
color: #666666; color: $primary-text-color;
font-size: 28px; font-size: 28px;
transform: scale(0.92); transform: scale(0.92);
transition: all .2s; transition: all .2s;

View File

@ -111,7 +111,7 @@
.project-name { .project-name {
font-size: 14px; font-size: 14px;
line-height: 22px; line-height: 22px;
color: #333333; color: $primary-title-color;
word-break: break-all; word-break: break-all;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
@ -158,7 +158,7 @@
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
color: #999999; color: $primary-desc-color;
} }
} }
.item-right { .item-right {

View File

@ -13,7 +13,7 @@
overflow: auto; overflow: auto;
.log-title { .log-title {
color: #333333; color: $primary-title-color;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;
@ -174,7 +174,7 @@
line-height: 18px; line-height: 18px;
height: 18px; height: 18px;
max-width: 100%; max-width: 100%;
color: #999999; color: $primary-desc-color;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

View File

@ -9,7 +9,7 @@
flex-direction: column; flex-direction: column;
.management-title { .management-title {
color: #333333; color: $primary-title-color;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;

View File

@ -13,7 +13,7 @@
display: none; display: none;
} }
> h1 { > h1 {
color: #333333; color: $primary-title-color;
font-size: 28px; font-size: 28px;
font-weight: 600; font-weight: 600;
} }
@ -136,7 +136,7 @@
padding: 0 32px; padding: 0 32px;
.project-subtitle { .project-subtitle {
float: left; float: left;
color: #999999; color: $primary-desc-color;
line-height: 24px; line-height: 24px;
margin: 6px 0; margin: 6px 0;
} }
@ -479,7 +479,7 @@
} }
.task-desc { .task-desc {
> pre { > pre {
color: #999999; color: $primary-desc-color;
padding: 0; padding: 0;
margin: 10px 0 0 0; margin: 10px 0 0 0;
line-height: 20px; line-height: 20px;
@ -721,7 +721,7 @@
&.row-title { &.row-title {
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
color: #333333; color: $primary-title-color;
padding-left: 14px; padding-left: 14px;
.taskfont { .taskfont {
cursor: pointer; cursor: pointer;
@ -732,7 +732,7 @@
padding-left: 18px; padding-left: 18px;
} }
.row-num { .row-num {
color: #999999; color: $primary-desc-color;
padding-left: 6px; padding-left: 6px;
} }
} }

View File

@ -7,7 +7,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.workflow-title { .workflow-title {
color: #333333; color: $primary-title-color;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;

View File

@ -12,7 +12,7 @@
margin-right: 4px; margin-right: 4px;
} }
&:hover { &:hover {
color: #666666; color: $primary-text-color;
} }
} }
.priority { .priority {

View File

@ -198,7 +198,7 @@
justify-content: flex-end; justify-content: flex-end;
.ivu-icon { .ivu-icon {
font-size: 16px; font-size: 16px;
color: #999999; color: $primary-desc-color;
} }
} }
.ivu-modal-footer { .ivu-modal-footer {

View File

@ -9,7 +9,7 @@
flex-direction: column; flex-direction: column;
.archived-title { .archived-title {
color: #333333; color: $primary-title-color;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;

View File

@ -9,7 +9,7 @@
flex-direction: column; flex-direction: column;
.deleted-title { .deleted-title {
color: #333333; color: $primary-title-color;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;

View File

@ -479,7 +479,7 @@
} }
} }
&:hover { &:hover {
color: #999999; color: $primary-desc-color;
} }
} }
} }
@ -521,7 +521,7 @@
align-items: center; align-items: center;
padding-left: 18px; padding-left: 18px;
font-weight: 500; font-weight: 500;
color: #666666; color: $primary-text-color;
> p { > p {
display: flex; display: flex;
align-items: center; align-items: center;
@ -628,7 +628,7 @@
.drag-text { .drag-text {
padding: 12px; padding: 12px;
font-size: 18px; font-size: 18px;
color: #666666; color: $primary-text-color;
} }
} }
} }
@ -721,7 +721,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-left: 18px; margin-left: 18px;
color: #999999; color: $primary-desc-color;
} }
.no-input { .no-input {
margin: 0 0 0 18px; margin: 0 0 0 18px;

View File

@ -9,7 +9,7 @@
flex-direction: column; flex-direction: column;
.management-title { .management-title {
color: #333333; color: $primary-title-color;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;

View File

@ -17,7 +17,7 @@
align-items: center; align-items: center;
margin-right: 36px; margin-right: 36px;
> h1 { > h1 {
color: #333333; color: $primary-title-color;
font-size: 28px; font-size: 28px;
font-weight: 600; font-weight: 600;
} }

View File

@ -24,7 +24,7 @@
} }
.dashboard-hello { .dashboard-hello {
padding: 6% 12px 0; padding: 6% 12px 0;
color: #333333; color: $primary-title-color;
font-size: 24px; font-size: 24px;
font-weight: 600; font-weight: 600;
word-wrap: break-word; word-wrap: break-word;

View File

@ -20,7 +20,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
> h1 { > h1 {
color: #333333; color: $primary-title-color;
font-size: 28px; font-size: 28px;
font-weight: 600; font-weight: 600;
} }
@ -476,7 +476,7 @@
.drag-text { .drag-text {
padding: 12px; padding: 12px;
font-size: 18px; font-size: 18px;
color: #666666; color: $primary-text-color;
} }
} }
} }

View File

@ -202,7 +202,7 @@
h3 { h3 {
font-size: 32px; font-size: 32px;
font-weight: 500; font-weight: 500;
color: #333333; color: $primary-title-color;
line-height: 45px; line-height: 45px;
margin-bottom: 17px; margin-bottom: 17px;
} }

View File

@ -119,7 +119,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
cursor: pointer; cursor: pointer;
color: #666666; color: $primary-text-color;
.taskfont { .taskfont {
margin-top: 1px; margin-top: 1px;
margin-left: 3px; margin-left: 3px;
@ -136,7 +136,7 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
.ivu-icon { .ivu-icon {
color: #666666; color: $primary-text-color;
padding-left: 6px; padding-left: 6px;
margin-right: -6px; margin-right: -6px;
} }

View File

@ -104,7 +104,7 @@
} }
.title { .title {
flex: 1; flex: 1;
color: #333333; color: $primary-title-color;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
@ -338,7 +338,7 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
.ivu-icon { .ivu-icon {
color: #666666; color: $primary-text-color;
} }
} }

View File

@ -154,7 +154,7 @@
} }
> span { > span {
flex: 1; flex: 1;
color: #333333; color: $primary-title-color;
font-size: 14px; font-size: 14px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
@ -176,12 +176,12 @@
flex-shrink: 0; flex-shrink: 0;
margin-left: 8px; margin-left: 8px;
font-style: normal; font-style: normal;
color: #999999; color: $primary-desc-color;
font-size: 12px; font-size: 12px;
} }
} }
.dialog-text { .dialog-text {
color: #999999; color: $primary-desc-color;
font-size: 12px; font-size: 12px;
line-height: 24px; line-height: 24px;
display: flex; display: flex;

View File

@ -14,7 +14,7 @@
align-items: center; align-items: center;
> h1 { > h1 {
flex: 1; flex: 1;
color: #333333; color: $primary-title-color;
font-size: 28px; font-size: 28px;
font-weight: 600; font-weight: 600;
} }
@ -142,7 +142,7 @@
} }
} }
.information { .information {
color: #999999; color: $primary-desc-color;
} }
} }
.setting-template { .setting-template {

View File

@ -1,6 +1,7 @@
$primary-color: #84C56A; $primary-color: #84C56A;
$primary-title-color: #303133; $primary-title-color: #303133;
$primary-text-color: #606266; $primary-text-color: #606266;
$primary-desc-color: #909399;
$flow-status-archived-color: #7f7f7f; $flow-status-archived-color: #7f7f7f;
$flow-status-start-color: #FF7070; $flow-status-start-color: #FF7070;