| 1234567891011121314151617181920212223242526 |
- .listWrap {
- padding: 32px;
- background-color: #fff;
- border-radius: 20px;
- min-height: 100%;
- }
- .addBtnIcon {
- width: 16px;
- height: 17px;
- }
- .addBtn {
- margin-bottom: 30px;
- height: 43px;
- background: #198cfe;
- border-radius: 8px;
- line-height: 41px;
- width: 144px;
- padding: 0 24px;
- :global {
- .n-button__content {
- font-size: 18px;
- font-weight: 600;
- }
- }
- }
|