| pages/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) {