- @import "../../../node_modules/antd/lib/style/themes/default.less";
- .link {
- font-weight: 500;
- }
- .editBtn {
- margin-right: 10px;
- background: @primary-5;
- color: #fff;
- font-weight: 500;
- }
- .deleteBtn {
- background: #f5222d;
- color: #fff;
- font-weight: 500;
- }
|