Browse Source

add caseNotification page

xy 7 years ago
parent
commit
958c46a438

+ 0 - 24
src/components/common/notification/Notification1.jsx

@@ -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;

+ 0 - 23
src/components/common/notification/index1.css

@@ -1,23 +0,0 @@
-.table-title {
-  font-weight: bold;
-  font-size: large;
-  display: block;
-  height: 35px;
-}
-
-.table-title::before {
-  content: '|';
-  display: inline-block;
-  font-weight: 900;
-  color: #0B7FC7;
-  /*border-right: */
-}
-
-.kind {
-  margin-top: 20px
-}
-
-.item-title {
-  width: 200px;
-  display: inline-block;
-}