| 12345678910111213141516171819202122232425262728 |
- nz-sider {
- background: #f5f7fa;
- color: rgba(131, 61, 176, 0.51);
- line-height: 120px;
- margin-right: 15px;
- height: 100%;
- }
- nz-content {
- background: #fff;
- color: rgba(131, 61, 176, 0.51);
- min-height: 100%;
- line-height: 120px;
- }
- nz-layout {
- margin-bottom: 10px;
- height: 100%;
- background: #f5f7fa;
- }
- nz-layout:last-child {
- margin: 0;
- }
- p {
- font-size: xx-small;
- }
|