This commit is contained in:
2026-01-27 09:43:51 +08:00
parent 8b0e5a5642
commit bd07886ffa
10 changed files with 842 additions and 1549 deletions

View File

@@ -30,7 +30,6 @@
<script setup>
import { Box } from '@element-plus/icons-vue'
import '@/assets/style/auth.scss'
defineProps({
description: {
@@ -59,9 +58,8 @@ const handleAction = () => {
</script>
<style scoped lang="scss">
@import '@/assets/style/auth.scss';
.empty-container {
width: 100%;
min-height: 100vh;
display: flex;
align-items: center;