fix: style
parent
da6553b543
commit
474cbc3019
|
@ -122,13 +122,11 @@ getDetail();
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Page auto-content-height v-loading="loading">
|
<Page auto-content-height v-loading="loading">
|
||||||
<div
|
<div class="bg-card flex h-[95%] flex-col rounded-md p-4">
|
||||||
class="flex h-[95%] flex-col rounded-md bg-white p-4 dark:bg-gray-800 dark:text-gray-300"
|
|
||||||
>
|
|
||||||
<Steps
|
<Steps
|
||||||
type="navigation"
|
type="navigation"
|
||||||
v-model:current="currentStep"
|
v-model:current="currentStep"
|
||||||
class="mb-8 rounded shadow-sm dark:bg-gray-700"
|
class="mb-8 rounded shadow-sm"
|
||||||
>
|
>
|
||||||
<Steps.Step
|
<Steps.Step
|
||||||
v-for="(step, index) in steps"
|
v-for="(step, index) in steps"
|
||||||
|
|
Loading…
Reference in New Issue