更新样式

This commit is contained in:
xiaoqi.cxq 2022-08-09 09:02:08 +08:00
parent 9239541df8
commit 08e81f39b0

View File

@ -222,5 +222,9 @@ $preview-background-dark: #252525;
width: 300px;
height: auto;
border-top-right-radius: $border-radius-base;
.app--dark & {
background-color: #4d5160;
}
}
</style>