- Fix Facebook slow down the loading... inserted only a static image !#106
- Others fix to the CCardDiscipline
This commit is contained in:
@@ -82,6 +82,9 @@ $grayshadow: #555;
|
||||
&__description {
|
||||
font-size: 1rem;
|
||||
color: #000000;
|
||||
height: 150px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&__email a {
|
||||
@@ -100,3 +103,8 @@ $grayshadow: #555;
|
||||
border-radius: 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.q-card__section{
|
||||
padding: 4px !important;
|
||||
}
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
</q-card-section>
|
||||
|
||||
<q-card-section v-if="ExistLesson()" class="text-blue">
|
||||
{{ $t('cal.nextevent') }}:
|
||||
<span v-if="!tools.isMobile()">{{ $t('cal.nextevent') }}:</span>
|
||||
<q-btn rounded type="a" :to="getLinkEvent" color="primary" icon="event" :label="NextEventDate()">
|
||||
</q-btn>
|
||||
</q-card-section>
|
||||
|
||||
<q-separator inset></q-separator>
|
||||
<span v-if="!tools.isMobile()"><q-separator inset></q-separator></span>
|
||||
|
||||
<q-card-section class="row justify-center">
|
||||
<div v-for="(teach, index) in discipline.teachers" :key="index"
|
||||
|
||||
Reference in New Issue
Block a user