快乐的昕的电脑
2025-11-22 8a25c3374c064eebf4830e1fdc2bd5c019d30806
调试
已修改1个文件
14 ■■■■ 文件已修改
pages/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1051,13 +1051,13 @@
        }
    }
    .uni-td, .uni-th, td, th {
        word-break: break-all;
        white-space: normal;
        overflow-wrap: break-word;
        /* 让内容自适应高度 */
        min-height: 40px;
    }
/*    //.uni-td, .uni-th, td, th {
    //    word-break: break-all;
    //    white-space: normal;
    //    /* 可选:设置最大宽度,防止撑破表格 */
    //    max-width: 180px;
    //    overflow-wrap: break-word;
    //}*/
    /* 针对1280x800的平板使用媒体查询进行适配 */
    @media screen and (min-width: 1280px) and (max-width: 1920px) {