|
|
|
@ -33,7 +33,7 @@ |
|
|
|
v-model="course.title"></textarea> |
|
|
|
v-model="course.title"></textarea> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="info__field field field_info" |
|
|
|
<div class="info__field field field_info field_short_description" |
|
|
|
v-bind:class="{ error: ($v.course.short_description.$dirty || showErrors) && $v.course.short_description.$invalid }"> |
|
|
|
v-bind:class="{ error: ($v.course.short_description.$dirty || showErrors) && $v.course.short_description.$invalid }"> |
|
|
|
<div class="field__label">{{titles.shortDescription}}</div> |
|
|
|
<div class="field__label">{{titles.shortDescription}}</div> |
|
|
|
<div class="field__wrap"> |
|
|
|
<div class="field__wrap"> |
|
|
|
@ -1202,10 +1202,15 @@ |
|
|
|
.course-redactor__preview-button { |
|
|
|
.course-redactor__preview-button { |
|
|
|
transition: backgroundColor 0.5s ease-in-out; |
|
|
|
transition: backgroundColor 0.5s ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.field_text { |
|
|
|
.field_text { |
|
|
|
height: 270px; |
|
|
|
height: 270px; |
|
|
|
overflow: scroll; |
|
|
|
overflow: scroll; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.field_short_description { |
|
|
|
|
|
|
|
max-height: 200px; |
|
|
|
|
|
|
|
overflow: scroll; |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
|