Csy817 7 лет назад
Родитель
Сommit
3ba0325880
1 измененных файлов с 16 добавлено и 0 удалено
  1. 16 0
      src/components/app/App.jsx

+ 16 - 0
src/components/app/App.jsx

@@ -138,6 +138,14 @@ class App extends Component {
                                                 <Menu.Item key="appointment"><Link to="/graphql-service/trial-case/appointment">appointment</Link></Menu.Item>
                                             </SubMenu>
 
+                                            <Menu.Item key="1"><Icon type="edit" theme="twoTone" /><span>Create</span>
+                                                <Icon type="plus" style={{
+                                                    position: 'absolute',
+                                                    top: '35%',
+                                                    right: '6px',
+                                                    color: 'white'}}/>
+                                            </Menu.Item>
+
                                             <SubMenu key="my-create"
                                                      title={<span><Icon type="user" theme="outlined"/><span>My Create</span></span>}>
                                                 <Menu.Item key="my graphql"><Link to="/graphql-service/my-create/my graphql">my graphql</Link></Menu.Item>
@@ -230,6 +238,14 @@ class App extends Component {
                                                 <Menu.Item key="appointment"><Link to="/graphql-service/trial-case/appointment">appointment</Link></Menu.Item>
                                             </SubMenu>
 
+                                            <Menu.Item key="1"><Icon type="edit" theme="twoTone" /><span>Create</span>
+                                                <Icon type="plus" style={{
+                                                    position: 'absolute',
+                                                    top: '35%',
+                                                    right: '6px',
+                                                    color: 'white'}}/>
+                                            </Menu.Item>
+
                                             <SubMenu key="my-create"
                                                      title={<span><Icon type="user" theme="outlined"/><span>My Create</span></span>}>
                                                 <Menu.Item key="my graphql"><Link to="/graphql-service/my-create/my graphql">my graphql</Link></Menu.Item>