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