Files
newfreeplanet_OLD/src/views/user/myservice/myservice.vue
Surya Paolo d09f4831cf - piuchebuono: possiblità di modificare l'immagine dalla scheda direttamente
- migliorata di poco la grafica dell'immagine.
2024-10-02 23:26:52 +02:00

32 lines
583 B
Vue
Executable File

<template>
<CMyPage
:title="username"
imgbackground="images/calendario_eventi.jpg"
sizes="max-height: 120px"
styleadd="bottom: -20px !important;"
>
<CMyCardService
v-if="idSkill"
:table="shared_consts.TABLES_MYSKILLS"
:nopopup="true"
:idRec="idSkill"
>
</CMyCardService>
<div v-if="!tools.isLogged()">
<CCheckIfIsLogged></CCheckIfIsLogged>
</div>
<br />
<br />
</CMyPage>
</template>
<script lang="ts" src="./myservice.ts">
</script>
<style lang="scss" scoped>
@import './myservice.scss';
</style>