mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 16:06:32 +08:00
fix: card main color edit
This commit is contained in:
parent
93814a994d
commit
f7ebb1a44b
|
@ -85,27 +85,6 @@ export default defineComponent({
|
|||
<style lang="less" scoped>
|
||||
@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 {
|
||||
&-option {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue
Block a user