mirror of
https://github.com/rustfs/console.git
synced 2026-09-19 09:52:25 +08:00
7 lines
230 B
Vue
7 lines
230 B
Vue
<template>
|
|
<div class="p-4 sticky top-0 z-10 px-6 h-16 border-b dark:border-neutral-800 flex justify-between bg-gray-100 dark:bg-neutral-900">
|
|
<slot name="title"></slot>
|
|
<slot name="actions"></slot>
|
|
</div>
|
|
</template>
|