300)"
x-show="show"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0 translate-y-4"
x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-200"
x-transition:leave-start="opacity-100 translate-y-0"
x-transition:leave-end="opacity-0 translate-y-4"
class="fixed bottom-8 right-8 z-50">
使用AMH面板的童鞋可能遇到删除虚拟主机后网站目录是依然存在于wwwroot目录下,而且直接使用终端也是没法删除网站根目录,提示被占用。这是因为mysql服务正在占用这个目录,所以我们只需将mysql服务暂时停用,然后再进行删除操作即可。使用root用户用ssh工具登录服务器,停用mysql服务:a