move copyright text to Welcome Page
This commit is contained in:
parent
32cca709d9
commit
309b37f355
@ -1248,6 +1248,18 @@ select {
|
|||||||
height: 80vh;
|
height: 80vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-screen {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h-\[90vh\] {
|
||||||
|
height: 90vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h-\[calc\(90vh-24px\)\] {
|
||||||
|
height: calc(90vh - 24px);
|
||||||
|
}
|
||||||
|
|
||||||
.max-h-0 {
|
.max-h-0 {
|
||||||
max-height: 0px;
|
max-height: 0px;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col items-center justify-center px-4 text-center whitespace-pre-wrap h-screen-80">
|
<div class="flex flex-col items-center justify-between px-4 text-center whitespace-pre-wrap h-[calc(90vh-24px)]">
|
||||||
<div class="w-full md:w-[440px] py-4 md:py-0 flex flex-col items-center">
|
<div class="w-full flex-1 md:w-[440px] justify-center py-4 md:py-0 flex flex-col items-center">
|
||||||
<img :src="IconApp" alt="pln" class="h-[66px] object-contain mx-auto mb-4">
|
<img :src="IconApp" alt="pln" class="h-[66px] object-contain mx-auto mb-4">
|
||||||
<button @click="command.showCommandPalettes" type="button"
|
<button @click="command.showCommandPalettes" type="button"
|
||||||
class="flex flex-row items-center w-full p-2 text-gray-400 rounded-full bg-gray-50 hover:text-primary-500 focus:outline-none focus:ring-0">
|
class="flex flex-row items-center w-full p-2 text-gray-400 rounded-full bg-gray-50 hover:text-primary-500 focus:outline-none focus:ring-0">
|
||||||
@ -9,7 +9,7 @@
|
|||||||
<span class="px-3 text-sm font-medium text-gray-500 text-md">Cari menu</span>
|
<span class="px-3 text-sm font-medium text-gray-500 text-md">Cari menu</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="flex mt-3.5" v-if="filteredMenus.length == 0">
|
<div class="flex mt-3.5" v-if="filteredMenus.length === 0 && recent.length === 0">
|
||||||
<h1 class="text-sm text-center text-gray-800">
|
<h1 class="text-sm text-center text-gray-800">
|
||||||
Silahkan cari menu atau buka menu di samping kiri untuk memulai
|
Silahkan cari menu atau buka menu di samping kiri untuk memulai
|
||||||
</h1>
|
</h1>
|
||||||
@ -65,6 +65,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex flex-col items-center justify-center py-3">
|
||||||
|
<dt class="text-xs text-center text-gray-500">
|
||||||
|
Copyright © 2023 PT PLN (Persero). All Rights Reserved
|
||||||
|
</dt>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user