调分功能调整

dev_aliyun_beta
杨树明 5 years ago
parent 7b5f790bbb
commit 427acac93c

@ -222,11 +222,11 @@ class OfficialAcademicTranscript extends Component {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
width: 450px; max-width: 450px;
text-align: left !important; text-align: left !important;
} }
.TaskForms{ .TaskForms{
width: 450px; max-width: 450px;
text-align: left !important; text-align: left !important;
padding: 16px !important; padding: 16px !important;
} }

Loading…
Cancel
Save