You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
547 B
Plaintext
33 lines
547 B
Plaintext
// 左侧列表的active样式
|
|
.tagactive {
|
|
background-color: #ff6a00 !important;
|
|
color: #fff !important;
|
|
span {
|
|
span {
|
|
color: #fff !important;
|
|
}
|
|
i {
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
i {
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
// 右侧title的样式
|
|
.contenttitle {
|
|
display: flex;
|
|
padding-bottom: 16px;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid rgba(77, 87, 94, 0.1);
|
|
margin-top: 16px;
|
|
margin-bottom: 24px;
|
|
span {
|
|
font-size: 20px;
|
|
color: #ff6a00;
|
|
}
|
|
}
|
|
// .ant-table-thead {
|
|
// height: 40px !important;
|
|
// }
|