|
@@ -1,24 +0,0 @@
|
|
|
-import React, {Component} from 'react';
|
|
|
|
|
-import {Input} from 'antd';
|
|
|
|
|
-import './index1.css';
|
|
|
|
|
-
|
|
|
|
|
-class Notification1 extends Component {
|
|
|
|
|
- constructor() {
|
|
|
|
|
- super();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- render() {
|
|
|
|
|
- return (
|
|
|
|
|
- <div>
|
|
|
|
|
- <span className='table-title'> Notification Settings</span>
|
|
|
|
|
- <div className='kind'>
|
|
|
|
|
- <p><b>Ding Talk</b></p>
|
|
|
|
|
- <p><span className='item-title'>Web hook</span><Input style={{width: 900}}/></p>
|
|
|
|
|
- <p><span className='item-title'>Notification Name</span><Input style={{width: 300}}/></p>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- )
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-export default Notification1;
|
|
|