fix: card main color edit

This commit is contained in:
pengYYY 2021-12-17 15:28:22 +08:00
parent 93814a994d
commit f7ebb1a44b

View File

@ -85,27 +85,6 @@ export default defineComponent({
<style lang="less" scoped> <style lang="less" scoped>
@import '@/style/variables'; @import '@/style/variables';
.main-color {
background: @brand-color;
color: @text-color-primary;
.card-subtitle {
color: @text-color-anti;
}
.dashboard-item-top span {
color: @text-color-anti;
}
.dashboard-item-block {
color: @text-color-anti;
opacity: 0.6;
}
.dashboard-item-bottom {
color: @text-color-anti;
}
}
.card { .card {
&-option { &-option {
display: flex; display: flex;