吉安感知网项目-前端
张含笑
2026-01-28 23543ea3e7955f056d3b9889df4f309debc76c96
applications/task-work-order/src/styles/common/cockpit.scss
@@ -519,6 +519,7 @@
        .label {
          display: inline-block;
          width: 88px;
          flex-shrink: 0;
          font-family: Source Han Sans CN, Source Han Sans CN;
          font-weight: 500;
          font-size: 14px;
@@ -531,6 +532,8 @@
        .val {
          margin-left: 12px;
          flex: 1;
          overflow: hidden;
          font-family: Source Han Sans CN, Source Han Sans CN;
          font-weight: 400;
          font-size: 14px;
@@ -540,6 +543,13 @@
          font-style: normal;
          text-transform: none;
        }
        .val-long {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer;
        }
      }
    }