Commit e0b01c8e authored by zhangderong's avatar zhangderong

修复信息过长在手机端无法展示完全问题

parent f0a9896d
......@@ -198,7 +198,7 @@ export default {
}
.bassMassage{
display: inline-block;
width: 350px;
width: 322px;
float: left;
margin-left:30px;
font-size: 14px;
......@@ -206,7 +206,7 @@ export default {
}
.bassMassageRight{
display: inline-block;
width: 350px;
width: 322px;
float: left;
font-size: 14px;
margin-top:20px;
......@@ -321,7 +321,7 @@ export default {
float: left;
}
.evaluation-content{
width: 720px;
width: 690px;
margin-left:30px;
float: left;
margin-top: 20px;
......
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