模板库
parent
faaccaf82a
commit
818ae26f43
@ -0,0 +1,6 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import './ReportTask.less';
|
||||||
|
|
||||||
|
const ReportTask = () => <div className="report-task">待开发三个字</div>;
|
||||||
|
|
||||||
|
export default ReportTask;
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
.report-task {
|
||||||
|
font-size: 20px;
|
||||||
|
color: #888;
|
||||||
|
text-align: center;
|
||||||
|
padding: 40px 0;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue