|
@@ -60,7 +60,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
<div v-if="scope.row.extracurricularExercises">
|
|
|
- {{ scope.row.extracurricularExercises.title }}
|
|
|
+ <overflow-text :text="scope.row.extracurricularExercises.title" :width="'100%'"></overflow-text>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -69,7 +69,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
<div v-if="scope.row.extracurricularExercises">
|
|
|
- {{ scope.row.extracurricularExercises.content }}
|
|
|
+ <overflow-text :text="scope.row.extracurricularExercises.content" :width="'100%'"></overflow-text>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|