Kleine Anpassungen
This commit is contained in:
parent
b20ba213e7
commit
c6fd026ba2
1
components.d.ts
vendored
1
components.d.ts
vendored
@ -31,7 +31,6 @@ declare module 'vue' {
|
||||
BookShops: typeof import('./src/components/bookdetail/BookShops.vue')['default']
|
||||
BookStats: typeof import('./src/components/bookdetail/BookStats.vue')['default']
|
||||
Buchkarten: typeof import('./src/components/Buchkarten.vue')['default']
|
||||
Buecherdatenbank: typeof import('./src/pages/buecherdatenbank.vue')['default']
|
||||
BuyNow: typeof import('./src/@core/components/BuyNow.vue')['default']
|
||||
CardAddEditDialog: typeof import('./src/components/dialogs/CardAddEditDialog.vue')['default']
|
||||
CardStatisticsHorizontal: typeof import('./src/@core/components/cards/CardStatisticsHorizontal.vue')['default']
|
||||
|
||||
223
package-lock.json
generated
223
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -67,9 +67,10 @@
|
||||
</div>
|
||||
|
||||
<!-- Reset Button -->
|
||||
<div v-if="!isStatic" class="reset-container">
|
||||
<!-- <div v-if="!isStatic" class="reset-container">
|
||||
<button @click="resetSliders">Fieberkurve zurücksetzen</button>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -179,6 +180,10 @@ onMounted(() => {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.item1{
|
||||
width: 105px;
|
||||
}
|
||||
|
||||
.item1,
|
||||
.item3 {
|
||||
background: transparent;
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
<VCardTitle>Deine Aktionen</VCardTitle>
|
||||
<VCardText>
|
||||
<div class="d-flex flex-column gap-2">
|
||||
|
||||
<VBtn :color="liked ? 'primary' : 'grey'" @click="toggleLike" variant="outlined">
|
||||
<VIcon
|
||||
start
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user