Commit 36be5544 by FE

Merge branch 'master' of gitlab.julyedu.com:baiguangyao/mr-julyedu

parents b1177195 5a810de5
...@@ -297,7 +297,7 @@ class Order extends Component { ...@@ -297,7 +297,7 @@ class Order extends Component {
if(orderInfo.data.errno === 200) { if(orderInfo.data.errno === 200) {
newData = Object.assign({}, orderInfo.data.data, {course: []}); newData = Object.assign({}, orderInfo.data.data, {course: []});
}else{ }else{
Toast.info(courseInfo.data.msg, 2); Toast.info(orderInfo.data.msg, 2);
return; return;
} }
if(courseInfo.data.code === 200) { if(courseInfo.data.code === 200) {
......
...@@ -257,7 +257,7 @@ class _Scholarship extends Component { ...@@ -257,7 +257,7 @@ class _Scholarship extends Component {
</> </>
) : ( ) : (
<> <>
<Flex justify='center' align='baseline' style={{ height: '20px', lineHeight: '20px' }}> <Flex justify='center' align='baseline' className={"drawCash"} >
<span className={'common-ft-25'}>{account}</span> <span className={'common-ft-25'}>{account}</span>
<span className={'common-ft-15'}></span> <span className={'common-ft-15'}></span>
</Flex> </Flex>
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
line-height: 30px; line-height: 30px;
text-align: center; text-align: center;
} }
.drawCash {
height: 24px;
line-height: 24px;
}
} }
.runtimeList { .runtimeList {
height: 30px; height: 30px;
......
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