1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| .config .ant-row {
| line-height: 32px;
| margin: 8px 0;
| }
| .config .ant-row .result {
| background: #eee;
| color: #333333;
| padding: 3px 7px;
| border-radius: 10px;
| display: inline-block;
| font-size: 12px;
| margin-left: 8px;
| line-height: 1.25;
| margin-top: 8px;
| }
|
|