Kaynağa Gözat

Merge branch 'master' of http://gogs.ioobot.com:6680/kulley/online

xy 7 yıl önce
ebeveyn
işleme
507bf9e2e4
1 değiştirilmiş dosya ile 16 ekleme ve 0 silme
  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>