fix UI
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<div class="min-h-screen bg-base-100 p-4 md:p-6">
|
||||
<div class="min-h-screen bg-base-100 p-2 md:p-6">
|
||||
<BreadcrumbHeader title="Key Details" />
|
||||
|
||||
<div class="divider mt-1 mb-0"></div>
|
||||
<div class="card border border-base-300/40 shadow-sm"v-if="key" >
|
||||
<form @submit.prevent="updateKey" class="card-body space-y-5">
|
||||
<form @submit.prevent="updateKey" class="card-body space-y-5 p-3 sm:p-8">
|
||||
<div class="space-y-4">
|
||||
<h2 class="text-base font-medium text-base-content border-b border-base-300/30 pb-2 mb-4">
|
||||
Basic Information
|
||||
|
||||
Reference in New Issue
Block a user