This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="footer">
|
||||
<div class="tui-statusbar">
|
||||
<span>{{ $t('prefooter') }}</span>
|
||||
<br>
|
||||
<span>{{ $t('footer') }}</span>
|
||||
@@ -7,7 +10,7 @@
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.footer {
|
||||
.tui-statusbar {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -19,4 +22,5 @@ span {
|
||||
opacity: 0.4;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user