Commit ab4e7ec6 authored by wangxuelai's avatar wangxuelai

''

parent 552ed0b5
......@@ -17,6 +17,6 @@
</head>
<body>
<div id="root"></div>
<script src="dist/main.js?1575604002483" charset="utf-8"></script>
<script src="dist/main.js?1575610408745" charset="utf-8"></script>
</body>
</html>
\ No newline at end of file
......@@ -570,7 +570,7 @@ class UserGuide extends React.Component {
className={componentStyle.nextStep}
style={{
top: position.plancoursebtn.bottom,
left: position.plancoursebtn.left + 370,
left: position.plancoursebtn.left + 490,
}}
onClick={this.continueGuide}
>
......
......@@ -15,7 +15,7 @@ const pathToRegexp = require('path-to-regexp');
export default {
namespace: 'userguide',
state: {
guideShow: true, // 引导是否开启
guideShow: false, // 引导是否开启
guideStep: 1, // 引导步骤
position: {},
},
......
......@@ -54,16 +54,21 @@
color: #000;
text-align: center;
}
.ant-tabs-nav .ant-tabs-tab-active {
color: #19B5FE;
font-weight: 400;
}
// .ant-tabs-nav .ant-tabs-tab-active {
// color: #19B5FE;
// font-weight: 400;
// }
.ant-tabs-nav .ant-tabs-tab {
margin: 0 ;
padding: 12px 0;
color: #959595;
&:first-child {
margin-right: 150px;
}
&.ant-tabs-tab-active {
color: #19B5FE;
font-weight: 400;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment