Compare commits
No commits in common. '9b74e3b9dc461cd66e2c8da57bfa86f8196ce0b4' and '687f3f602cb077334df742ac3cb5bc87f73f9117' have entirely different histories.
9b74e3b9dc
...
687f3f602c
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
@ -1,16 +0,0 @@
|
||||
import React from 'react';
|
||||
import styles from './EventNotification.less';
|
||||
|
||||
const EventNotification = () => {
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<div className={styles.content}>
|
||||
<h2>事件通知</h2>
|
||||
{/* 这里可以添加具体的内容 */}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default EventNotification;
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
|
||||
.content {
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
import React from 'react';
|
||||
import styles from './EventWarningManagement.less';
|
||||
|
||||
const EventWarningManagement = () => {
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<div className={styles.content}>
|
||||
<h2>事件预警管理</h2>
|
||||
{/* 这里可以添加具体的内容 */}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default EventWarningManagement;
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
|
||||
.content {
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue