|
@@ -85,7 +85,7 @@ export default function ExchangePage() {
|
|
|
onClick={onClose}
|
|
|
/>
|
|
|
|
|
|
- <div className="relative bg-white rounded-lg w-full max-w-2xl m-4 p-6 shadow-xl max-h-[90vh] overflow-y-auto">
|
|
|
+ <div className="relative bg-white rounded-lg w-full max-w-2xl m-4 p-6 shadow-xl max-h-[70vh] overflow-y-auto">
|
|
|
<button
|
|
|
onClick={onClose}
|
|
|
className="absolute right-4 top-4 text-gray-500 hover:text-gray-700"
|
|
@@ -102,7 +102,6 @@ export default function ExchangePage() {
|
|
|
return (
|
|
|
<div className="space-y-4 text-gray-700">
|
|
|
<h2 className="text-xl font-bold text-gray-900">积分兑换规则</h2>
|
|
|
-
|
|
|
<section>
|
|
|
<h3 className="font-medium text-lg text-gray-900 mb-3">
|
|
|
1. 积分兑换规则
|