快乐的昕的电脑
2025-11-22 7cf796da15ca8fada7bbd49b07d26872cf690161
调试
已修改1个文件
9 ■■■■■ 文件已修改
pages/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1076,6 +1076,15 @@
        display: block;
    }
    /* 确保选择框在行中垂直居中 */
    .uni-table .uni-table-selection .uni-checkbox-wrapper,
    .uni-table .uni-table__selection-column .uni-checkbox-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    /* 针对1280x800的平板使用媒体查询进行适配 */
    @media screen and (min-width: 1280px) and (max-width: 1920px) {
        .right-side {