diff --git a/my-vue-app/index.html b/my-vue-app/index.html index 13c8d6f..89f0d35 100644 --- a/my-vue-app/index.html +++ b/my-vue-app/index.html @@ -2,9 +2,9 @@ - + - Vite + Vue + 暖洋葱家庭教育数据看板 diff --git a/my-vue-app/public/NYC_logo.png b/my-vue-app/public/NYC_logo.png new file mode 100644 index 0000000..0cc904f Binary files /dev/null and b/my-vue-app/public/NYC_logo.png differ diff --git a/my-vue-app/src/views/person/sale.vue b/my-vue-app/src/views/person/sale.vue index 0c6bf1f..eff0022 100644 --- a/my-vue-app/src/views/person/sale.vue +++ b/my-vue-app/src/views/person/sale.vue @@ -1841,10 +1841,10 @@ $primary: #3b82f6; background: #ffffff; border-radius: 12px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); - max-width: 600px; + max-width: 1200px; width: 90%; // 设置最大高度,防止弹窗超出屏幕 - max-height: 35vh; + max-height: 80vh; // 防止内容溢出容器,配合内部滚动 overflow: hidden; // 使用 Flexbox 布局,让 .modal-body 可以伸缩