feat:change scss to less

develop
chunquansang 1 year ago
parent d106371d4c
commit e1da11ba2f

@ -29,7 +29,6 @@
}
.doLeftBtn {
@extend .dobtn;
border-right: 1px solid #f0f0f0;
}

@ -7,7 +7,7 @@ import type { NotificationPlacement } from 'antd/es/notification/interface';
// import { getallnotices, getUidNotices } from "@/api/caravan/User";
import styles from "./index.module.scss";
import styles from "./index.module.less";
enum EventStatus {
todo = "rgba(255,255,255,1)",

Loading…
Cancel
Save