修改配色
This commit is contained in:
@@ -247,7 +247,7 @@ const emit = defineEmits([
|
||||
}
|
||||
|
||||
.content {
|
||||
background: white;
|
||||
background: var(--color-header-bg);
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
padding: 0 $space;
|
||||
|
||||
@@ -135,7 +135,7 @@ header {
|
||||
|
||||
.info {
|
||||
font-size: 18rem;
|
||||
color: black;
|
||||
color: var(--color-font-1);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
border-radius: 4rem;
|
||||
padding: 10rem;
|
||||
color: var(--color-font-1);
|
||||
background: var(--color-header-bg);
|
||||
box-shadow: 1px 1px 6px #bbbbbb;
|
||||
background: var(--color-tooltip-bg);
|
||||
//box-shadow: 1px 1px 6px #bbbbbb;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -311,7 +311,7 @@ function format(val: number, suffix: string = '') {
|
||||
width: var(--toolbar-width);
|
||||
box-sizing: border-box;
|
||||
border-radius: 10rem;
|
||||
background: white;
|
||||
background: var(--color-header-bg);
|
||||
padding: 2rem 10rem 10rem 10rem;
|
||||
margin-top: 20rem;
|
||||
transition: all .3s;
|
||||
|
||||
Reference in New Issue
Block a user