@@ -32,6 +32,9 @@ export default {
<style lang="less" scoped>
.box{
display: flex;
+ height: auto;
+ line-height: 1.2;
+ align-items: normal;
&.teacher{
flex-direction: row-reverse;
@@ -60,7 +63,7 @@ export default {
}
>.name{
- margin: 27px 10px;
+ margin: 32px 10px 0;
margin-left: 0;
.container{