diff --git a/frontend/src/views/OilReference.vue b/frontend/src/views/OilReference.vue index ad4d0f2..da6fa30 100644 --- a/frontend/src/views/OilReference.vue +++ b/frontend/src/views/OilReference.vue @@ -313,8 +313,10 @@
@@ -1205,8 +1207,8 @@ function saveCardImage(name) { saveModalImage(name + '_精油知识卡') } .oil-card-modal { background: #fff; border-radius: 16px; - max-width: 480px; - width: 100%; + max-width: 380px; + width: 92%; max-height: 85vh; overflow-y: auto; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);