yusijie
2026-01-30 cb2d97d64d7f506cf952d0bd468d31c842c4d891
WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -56,6 +56,16 @@
    border-radius: 5px;
}
/* 修改 .cns 卡片样式 */
/*.cns {
    border: 1px solid #5FB878;
    min-height: 160px;*/ /* 最小高度 */
    /*height: auto;*/ /* 高度自适应 */
    /*border-radius: 5px;
    overflow: visible;*/ /* 允许内容超出,但卡片会扩展 */
    /*padding-bottom: 10px;*/ /* 添加内边距 */
/*}*/
.topright dt img {
    display: block;
    height: 145px;
@@ -89,17 +99,29 @@
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 原来的样式 - 需要修改 */
h1 span {
    font-family: "微软雅黑";
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;  这行导致不换行
    overflow: hidden;  这行导致超出隐藏
    text-overflow: ellipsis;
    line-height: 0.9;
    font-size:12px;
    font-size: 12px;
}
/* 修改后的样式 - 允许换行 */
/*h1 span {
    font-family: "微软雅黑";
    font-weight: bold;*/
    /* 移除 white-space: nowrap; */
    /*white-space: normal;*/ /* 改为 normal 允许换行 */
    /*word-wrap: break-word;*/ /* 允许长单词换行 */
    /*word-break: break-all;*/ /* 中文和英文都换行 */
    /*line-height: 1.2;*/ /* 增加行高,换行后更美观 */
    /*font-size: 12px;
}*/
.cnt, .cns dl dd {
    margin: 0 auto;
    /*text-align:center;*/