You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
433 B
30 lines
433 B
@import '~@umijs/ui-theme/dark.less';
|
|
|
|
.item {
|
|
&:first-child {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
.list {
|
|
:global(.ant-list-item-meta) {
|
|
width: 80%;
|
|
}
|
|
:global(.ant-list-item-meta-content) {
|
|
width: 80%;
|
|
}
|
|
:global(.ant-list-item-meta-title) {
|
|
* {
|
|
color: @text-color;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
cursor: normal;
|
|
&:hover {
|
|
color: @text-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.drawer {
|
|
}
|