Skip to content

Commit

Permalink
排班表编辑器站样式适配暗色模式
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 19, 2023
1 parent af78977 commit 399a3af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/components/PlanEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ const avatar_bg = computed(() => {
background-color: rgba(32, 128, 240, 0.22);
}
&.true {
background-color: #fff;
background-color: var(--n-color);
border: 1px solid rgb(32, 128, 240);
}
.facility-name {
Expand All @@ -605,7 +605,7 @@ const avatar_bg = computed(() => {
}
&.true {
background-color: #fff;
background-color: var(--n-color);
border: 1px solid rgb(240, 160, 32);
}
Expand All @@ -627,7 +627,7 @@ const avatar_bg = computed(() => {
}
&.true {
background-color: #fff;
background-color: var(--n-color);
border: 1px solid rgb(24, 160, 88);
}
Expand Down

0 comments on commit 399a3af

Please sign in to comment.