fix: 报表新增导出+样式隔离

This commit is contained in:
sy2084
2024-07-30 20:04:38 +08:00
parent 0955c40e81
commit cd66c3b714
19 changed files with 189 additions and 29 deletions

View File

@@ -6,6 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>悦码后台</title>
</head>
<style>
#y-code-app {
padding: 0 8px;
}
</style>
<body>
<div id="y-code-app"></div>
<script type="module" src="/src/main.ts"></script>