modify css

This commit is contained in:
Hunlongyu
2020-08-06 09:58:39 +08:00
parent 3db281c87f
commit 904ef5ccea
3 changed files with 12 additions and 0 deletions

View File

@@ -336,4 +336,8 @@
background-color: var(--g-bgc-1);
}
}
.history{
background-color: var(--g-bgc-1);
box-shadow: var(--g-bsc);
}
}

View File

@@ -336,4 +336,8 @@
background-color: var(--l-bgc-1);
}
}
// .history{
// background-color: var(--l-bgc-1);
// box-shadow: var(--l-bsc);
// }
}

View File

@@ -336,4 +336,8 @@
background-color: var(--p-bgc-1);
}
}
.history{
background-color: var(--p-bgc-1);
box-shadow: var(--p-bsc);
}
}