hookehuyr

style(IndexCheckInPage): 调整弹窗z-index值从1000改为10

<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-30 18:03:55
* @LastEditTime: 2025-09-30 18:20:18
* @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue
* @Description: 文件描述
-->
......@@ -953,7 +953,7 @@ const formatData = (data) => {
bottom: 6rem;
left: 1rem;
right: 1rem;
z-index: 1000;
z-index: 10;
padding: 0 1rem;
}
......