1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| :host ::ng-deep {
| .ant-card-meta-title {
| margin-bottom: 4px;
| }
| nz-list nz-card {
| margin-bottom: 0 !important;
| }
| .card-item-content {
| display: flex;
| margin-top: 16px;
| margin-bottom: -4px;
| line-height: 20px;
| height: 20px;
| justify-content: space-between;
| }
| }
|
|