Trae Assistant commited on
Commit ·
09552f1
1
Parent(s): e625683
优化
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -128,7 +128,7 @@
|
|
| 128 |
|
| 129 |
<!-- Preview Area (Right) -->
|
| 130 |
<div class="flex-1 bg-gray-100 overflow-y-auto p-8 flex justify-center" id="preview-container">
|
| 131 |
-
<div class="bg-white shadow-xl rounded-xl w-full max-w-3xl min-h-[800px] p-10 print:w-full print:shadow-none print:p-0" id="scorecard-preview">
|
| 132 |
|
| 133 |
<!-- Scorecard Header -->
|
| 134 |
<div class="border-b-2 border-indigo-600 pb-6 mb-8 flex justify-between items-end">
|
|
|
|
| 128 |
|
| 129 |
<!-- Preview Area (Right) -->
|
| 130 |
<div class="flex-1 bg-gray-100 overflow-y-auto p-8 flex justify-center" id="preview-container">
|
| 131 |
+
<div class="bg-white shadow-xl rounded-xl w-full max-w-3xl min-h-[800px] p-10 print:w-full print:shadow-none print:p-0 overflow-x-auto" id="scorecard-preview">
|
| 132 |
|
| 133 |
<!-- Scorecard Header -->
|
| 134 |
<div class="border-b-2 border-indigo-600 pb-6 mb-8 flex justify-between items-end">
|