Refactor code structure for improved readability and maintainability

This commit is contained in:
yuanhau 2025-05-13 20:43:39 +08:00
parent 157713ed24
commit 5803207451
8 changed files with 18 additions and 6 deletions

View file

@ -66,7 +66,7 @@ const stopDrag = () => {
width: props.width || '400px',
height: props.height || '300px',
}"
class="fixed bg-white dark:bg-gray-800 rounded-md shadow-lg overflow-hidden flex flex-col shadow-lg shadow-xl/30"
class="fixed bg-white dark:bg-gray-800 rounded-xl shadow-lg overflow-hidden flex flex-col shadow-lg shadow-xl/30"
>
<div
@mousedown="startDrag"