This commit is contained in:
Taric Xin
2021-12-02 17:35:43 +08:00
parent d1467d4f45
commit 436dd750d3
18 changed files with 2900 additions and 10 deletions

View File

@ -0,0 +1,11 @@
:host::ng-deep {
.ant-list-items {
max-height: 600px;
overflow : auto;
}
}
.select-type {
color : #1890ff;
background-color: rgb(230 247 255);
}