🔨 设置页适配暗黑

This commit is contained in:
layyback
2023-04-08 20:30:01 +08:00
parent edbc4d0749
commit 794235c72d
4 changed files with 69 additions and 37 deletions

View File

@@ -222,13 +222,19 @@ const deletePlugin = async (plugin) => {
};
</script>
<style lang="less">
<style lang="less" scoped>
.installed {
box-sizing: border-box;
width: 100%;
overflow: hidden;
background: var(--color-body-bg);
height: calc(~'100vh - 46px');
:deep(.ant-result-title) {
color: var(--color-text-primary);
}
:deep(.ant-result-subtitle) {
color: var(--color-text-desc);
}
.container {
box-sizing: border-box;
@@ -298,7 +304,7 @@ const deletePlugin = async (plugin) => {
}
}
.ant-tabs {
.ant-tabs-bar {
:deep(.ant-tabs-bar) {
color: var(--color-text-content);
border-bottom: 1px solid var(--color-border-light);
}