init dark mode

This commit is contained in:
layyback
2023-03-26 19:35:07 +08:00
parent 958e20fef9
commit 9e2b6f52a4
4 changed files with 53 additions and 9 deletions

View File

@@ -119,6 +119,7 @@ const clearSearchValue = () => {
</script>
<style lang="less">
@import "./assets/var.less";
.drag-bar {
-webkit-app-region: drag;
width: 100%;
@@ -131,6 +132,7 @@ const clearSearchValue = () => {
#components-layout {
height: 100vh;
overflow: hidden;
background: var(--color-body-bg);
::-webkit-scrollbar {
width: 0;
}