提交 e20d27c3 编写于 作者: guofeng.chen's avatar guofeng.chen

Merge branch 'dev-coursedetail-0817' of...

Merge branch 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam into dev-coursedetail-0817
...@@ -300,7 +300,8 @@ export default { ...@@ -300,7 +300,8 @@ export default {
.van-collapse-item { .van-collapse-item {
.van-cell { .van-cell {
margin: 9px auto 0 auto; margin: 9px auto 0 auto;
width: 345px; // width: 345px;
width: 100%;
min-height: 48px; min-height: 48px;
border-radius: 6px; border-radius: 6px;
} }
......
...@@ -415,7 +415,8 @@ export default { ...@@ -415,7 +415,8 @@ export default {
.van-collapse-item { .van-collapse-item {
.van-cell { .van-cell {
margin: 9px auto 0 auto; margin: 9px auto 0 auto;
width: 345px; // width: 345px;
width: 100%;
min-height: 48px; min-height: 48px;
border-radius: 6px; border-radius: 6px;
} }
......
...@@ -106,7 +106,8 @@ export default { ...@@ -106,7 +106,8 @@ export default {
// justify-content: space-between; // justify-content: space-between;
.comp-text { .comp-text {
position: relative; position: relative;
width: 345px; // width: 345px;
width: 100%;
overflow: hidden; overflow: hidden;
} }
} }
......
...@@ -75,12 +75,15 @@ export default { ...@@ -75,12 +75,15 @@ export default {
border-radius: 50%; border-radius: 50%;
} }
.leader-text { .leader-text {
flex: 1;
width: 100px;
margin-left: 16px; margin-left: 16px;
margin-top: 6px; margin-top: 6px;
.leader-con { .leader-con {
line-height: 14px; line-height: 14px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
white-space: nowrap;
span { span {
font-size: 16px; font-size: 16px;
color: #676869; color: #676869;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册