Explorar o código

fix some name

Csy817 %!s(int64=7) %!d(string=hai) anos
pai
achega
a57113f040

+ 5 - 5
src/components/app/App.jsx

@@ -209,7 +209,7 @@ class App extends Component {
                                             <Menu.Item key="instructions" >
                                                 <a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
                                                     <Icon type="file-text" theme="twoTone" />
-                                                    <span>instructions</span>
+                                                    <span>Instructions</span>
                                                 </a>
                                             </Menu.Item>
                                         </Menu>
@@ -243,7 +243,7 @@ class App extends Component {
                                             }}
                                         >
                                             <SubMenu key="trial-case"
-                                                     title={<span><Icon type="appstore" theme="twoTone"/><span>Trial Case</span></span>}>
+                                                     title={<span><Icon type="appstore" theme="twoTone"/><span>Case Show</span></span>}>
                                                 <Menu.Item key="quant-service"><Link to="/quant-service/">quant
                                                     case</Link></Menu.Item>
                                             </SubMenu>
@@ -258,7 +258,7 @@ class App extends Component {
                                             <Menu.Item key="instructions" >
                                                 <a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
                                                     <Icon type="file-text" theme="twoTone" />
-                                                    <span>instructions</span>
+                                                    <span>Instructions</span>
                                                 </a>
                                             </Menu.Item>
                                         </Menu>
@@ -382,7 +382,7 @@ class GraphqlSidebar extends Component {
                                     position: 'fixed'
                                 }}
                             >
-                                <SubMenu key="trial-case" title={<span><Icon type="appstore" theme="twoTone"/><span>Trial Case</span></span>}>
+                                <SubMenu key="trial-case" title={<span><Icon type="appstore" theme="twoTone"/><span>Case Show</span></span>}>
                                     {
                                         data.caseSchema.map((schema) =>
                                             <Menu.Item key={schema.schemaName}>
@@ -426,7 +426,7 @@ class GraphqlSidebar extends Component {
                                 <Menu.Item key="instructions" >
                                     <a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
                                         <Icon type="file-text" theme="twoTone" />
-                                        <span>instructions</span>
+                                        <span>Instructions</span>
                                     </a>
                                 </Menu.Item>
 

+ 1 - 1
src/components/trialCase/TrialCase.jsx

@@ -38,7 +38,7 @@ class TrialCase extends Component {
                 <Menu
                     mode="horizontal"
                     defaultSelectedKeys={['schema']}
-                    style={{padding: '0 24px', position: 'fixed', width: '100%', zIndex: '1',lineHeight:'50px',fontWeight:600}}
+                    style={{padding: '0 24px', position: 'fixed', width: '100%', zIndex: '5',lineHeight:'50px',fontWeight:600}}
                     onClick={(e) => this.switchMenu('menuLevel2', e)}
                     selectedKeys={[this.state.menuLevel2]}
                 >

+ 1 - 1
src/components/userCreate/UserCreate.jsx

@@ -52,7 +52,7 @@ class UserCreate extends Component {
                 <Menu
                     mode="horizontal"
                     defaultSelectedKeys={['schema']}
-                    style={{padding: '0 24px', position: 'fixed', width: '100%', zIndex: '1',lineHeight:'50px',fontWeight:600}}
+                    style={{padding: '0 24px', position: 'fixed', width: '100%', zIndex: '5',lineHeight:'50px',fontWeight:600}}
                     onClick={(e) => this.switchMenu('menuLevel2', e)}
                     selectedKeys={[this.state.menuLevel2]}
                 >