fix: stylelint not work

This commit is contained in:
vben
2024-05-28 23:53:15 +08:00
parent 11a36ef03f
commit 59b4f7d9f8
32 changed files with 585 additions and 550 deletions

View File

@@ -8,9 +8,7 @@ defineOptions({
});
</script>
<template>
<div
class="relative flex flex-col items-center justify-center px-6 py-10 lg:flex-initial lg:px-8"
>
<div class="flex-col-center relative px-6 py-10 lg:flex-initial lg:px-8">
<slot name="toolbar">
<Toolbar />
</slot>