fix: 弹框添加滚动功能

This commit is contained in:
2026-04-27 15:02:31 +08:00
parent 25dff98583
commit 52d98e88c6
2 changed files with 19 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI助手 - 后台管理</title>
<link rel="stylesheet" href="admin.css?v=3.6.6">
<style>
:root {
--primary: #667eea;
@@ -318,6 +319,8 @@
border-radius: 16px;
max-width: 500px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
}
.modal-header {
@@ -470,6 +473,6 @@
</div>
</div>
<script src="admin.js?v=3.6.3"></script>
<script src="admin.js?v=3.6.6"></script>
</body>
</html>