refactor: class name
This commit is contained in:
parent
d8ab458a6b
commit
e4191e3b93
1 changed files with 2 additions and 2 deletions
|
|
@ -209,7 +209,7 @@ onMounted(async () => {
|
||||||
</AppBox>
|
</AppBox>
|
||||||
|
|
||||||
<AppBox
|
<AppBox
|
||||||
class="bordered branch-main-variable-color"
|
class="bordered branch-container"
|
||||||
:class="{ dark: $q.dark.isActive }"
|
:class="{ dark: $q.dark.isActive }"
|
||||||
style="width: 100%; height: 500px; padding: 0"
|
style="width: 100%; height: 500px; padding: 0"
|
||||||
>
|
>
|
||||||
|
|
@ -572,7 +572,7 @@ onMounted(async () => {
|
||||||
background-size: auto;
|
background-size: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.branch-main-variable-color {
|
.branch-container {
|
||||||
--_color-branch-tree-text: var(--blue-6-hsl);
|
--_color-branch-tree-text: var(--blue-6-hsl);
|
||||||
--_color-branch-title: var(--blue-10-hsl);
|
--_color-branch-title: var(--blue-10-hsl);
|
||||||
--_bg-branch-title: var(--_color-branch-title) / 0.08;
|
--_bg-branch-title: var(--_color-branch-title) / 0.08;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue