feat: 新增分段控制器组件并适配暗黑模式

This commit is contained in:
xiaoxian521
2023-05-15 14:41:35 +08:00
parent 4e3d752fb6
commit ecebb98ab6
9 changed files with 477 additions and 0 deletions

View File

@@ -138,4 +138,18 @@ html.dark {
}
}
}
/* ReSegmented 组件 */
.pure-segmented {
color: rgb(255 255 255 / 65%);
background-color: #000;
.pure-segmented-item-selected {
background-color: #1f1f1f;
}
.pure-segmented-item-disabled {
color: rgb(255 255 255 / 25%);
}
}
}