Newer
Older
Nanping_sponge_JXKH / src / assets / styles / dialog-detail.scss
@liyingjing liyingjing on 25 Oct 749 bytes 海绵绩效考个
// 详情弹框样式
.dialog-detail-box {
  .dialog-form-detail {
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    .flex-r {
      border-right: 1px solid #ebeef5;
      border-top: 1px solid #ebeef5;
      width: 50%;
    }
    .detail-label {
      width: 118px;
      //   height: 40px;
      padding: 8px 8px;
      background: #f5f7fa;
      border-radius: 0px 0px 0px 0px;
      opacity: 1;
      border: 1px solid #ebeef5;
      border-bottom: 0;
      padding-left: 16px;
    }
    .detail-value {
      //   width: 250px;
      font-size: 14px;
      font-family: Source Han Sans CN-Regular, Source Han Sans CN;
      font-weight: 400;
      color: #606266;
      padding: 8px 8px;
      flex: 1;
    }
  }
}