Improve myep styles
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="myep-main" v-show="!loading">
|
<div>
|
||||||
<p class="text-2xl">Adressdaten</p>
|
<p class="text-2xl">Adressdaten</p>
|
||||||
<form @submit.prevent="save()">
|
<form @submit.prevent="save()">
|
||||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
||||||
|
|||||||
@@ -25,11 +25,15 @@
|
|||||||
{{ alert.message }}
|
{{ alert.message }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center space-x-2 h-8 mb-2" v-show="loading">
|
<div class="relative">
|
||||||
<img :src="config.loaderUrl" alt="" class="block w-4 h-4">
|
<router-view></router-view>
|
||||||
<span v-text="statusMessage"></span>
|
<div class="absolute top-0 left-0 inset-0 bg-overlay-white" v-show="loading">
|
||||||
|
<div class="absolute top-1/2 left-1/2 transform -translate-xy-1/2 flex items-center space-x-2 h-8">
|
||||||
|
<img :src="config.loaderUrl" alt="" class="block w-4 h-4">
|
||||||
|
<span v-text="statusMessage"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<router-view></router-view>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="myep-main" v-show="!loading">
|
<div>
|
||||||
<h1 class="mb-4">
|
<h1 class="mb-4">
|
||||||
Mein Profil
|
Mein Profil
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="myep-main" v-show="!loading">
|
<div>
|
||||||
<h1 class="mb-4">
|
<h1 class="mb-4">
|
||||||
Meine Buchungen
|
Meine Buchungen
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="myep-main" v-show="!loading">
|
<div>
|
||||||
<h1 class="mb-4">
|
<h1 class="mb-4">
|
||||||
Newsletter
|
Newsletter
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="myep-main">
|
<div>
|
||||||
<h1 class="mb-4">
|
<h1 class="mb-4">
|
||||||
Registrierung MyE&P
|
Registrierung MyE&P
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="form-wrapper form--border" id="myep-main" v-show="!loading">
|
<div>
|
||||||
<h1>Teamer</h1>
|
<h1>Teamer</h1>
|
||||||
<form @submit.prevent="save()">
|
<form @submit.prevent="save()">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user