Fixed responsive stlying

This commit is contained in:
2024-11-21 19:58:27 +09:00
parent 5a3929ace7
commit cf29f5b482
21 changed files with 1330 additions and 1532 deletions

View File

@@ -1,5 +1,8 @@
<script setup lang="ts">
import { DropDownAlignment, type DropDownProperty } from "#imports";
import {
DropDownAlignment,
type DropDownProperty,
} from "~/utils/types/dropDown";
const property = defineProps<DropDownProperty>();