Browse Source

修改样式

Csy817 7 năm trước cách đây
mục cha
commit
bf90f0d8eb

+ 1 - 1
src/app/basicVersion/caseShow/CaseShow.jsx

@@ -94,7 +94,7 @@ class CaseShow extends Component {
                                                     :
                                                     this.state.examplesIoobot.map((item, index) => (
                                                         <Row key={index} className='case-item'>
-                                                            <Col span={12}>
+                                                            <Col span={12} style={{padding:'20px'}}>
                                                                 <Query query={gql(SHOW_CASE)} variables={{id: item.id}}>
                                                                     {
                                                                         ({loading, error, data}) => {

+ 2 - 1
src/app/basicVersion/caseShow/index.css

@@ -78,5 +78,6 @@
 }
 
 .case-item {
-    margin-bottom: 20px;
+    margin-bottom: 50px;
+    box-shadow: 3px 8px 16px 3px rgba(0,0,0,0.2);
 }

+ 1 - 1
src/language/en_US.js

@@ -184,7 +184,7 @@ const en_US = {
     'showIDE': 'showIDE',
     'closeIDE': 'closeIDE',
     'step more': 'step more',
-    'one more step': 'one more step',
+    'one more step': 'immediate use',
     'ioobot case': 'ioobot case',
     'other developer case': 'other developer case'
 };

+ 1 - 1
src/language/zh_CN.js

@@ -185,7 +185,7 @@ const zh_CN = {
     'showIDE': '开始数据操作',
     'closeIDE': '关闭它',
     'step more': '进一步',
-    'one more step': '更进一步',
+    'one more step': '立即使用',
     'ioobot case': '模板案例',
     'other developer case': '其他开发者提交的案例'
 };