| 123456789101112131415161718192021222324252627282930 |
- 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;
- word-wrap: break-word;
- word-break: break-all;
- }
|