Commit cf0624ac authored by Facius's avatar Facius

内容介绍字体

parent c701448c
......@@ -236,9 +236,10 @@ export default {
}
.learn-list {
.learn-list-item {
font: 24rpx;
font-size: 28rpx;
margin-top: 30rpx;
margin-bottom: 30rpx;
margin-bottom: 30rpx;
color: #333333;
}
.line-view {
......
......@@ -169,7 +169,6 @@
that.$u.api
.listOrderingTutorials()
.then(res => {
debugger
const results = res.data;
if (res.code == 200 && results && results.length > 0) {
that.tutorials.forEach((data, i) => {
......
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