Scrollbar: change color

This commit is contained in:
chiayin
2023-06-30 10:37:51 +08:00
parent d976bc529d
commit 466c6ea867
7 changed files with 26 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
<template>
<section class="h-full shadow-[1px_0px_4px_rgba(0,0,0,0.25)] bg-neutral-100 absolute inset-y-0 left-0 " :class="isShowBar?'w-full':'w-[300px]'">
<section class="h-full shadow-[1px_0px_4px_rgba(0,0,0,0.25)] bg-neutral-100 absolute inset-y-0 left-0" :class="isShowBar?'w-full':'w-[300px]'">
<!-- header -->
<div class="bg-neutral-200 px-4">
<p class="h2">Rule Settings</p>