Commit 473a54de authored by 罗新东's avatar 罗新东
Browse files

取消加粗文字,修改部分页面标题文字,修复了不app"隐患上报",保留上传上传字段,注释了“隐患上报时间字段”

parent 73eccc09
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ export default {
        color: white;
        font-size: 16px;
        margin: auto;
        font-weight: 600;
        font-weight: none;
        font-family: 'Microsoft YaHei';
    }
    .header .iconColorRight{
+2 −2
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ export default {
      }
      .icon-left {
        font-size: 25px;
        font-weight: bold;
        font-weight: none;
      }
      .header-search {
        display: flex;
@@ -190,7 +190,7 @@ export default {
            .catogory-title {
              width: 100%;
              font-size: 17px;
              font-weight: 500;
              font-weight: none;
              padding: 20px 0;
            }
            .product-item {
+2 −2
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ export default {
              padding: 0 10px;
              color: @primary;
              font-size: 20px;
              font-weight: bold;
              font-weight: none;
              border-right: 1px solid #666;
          }
          .icon-search {
@@ -274,7 +274,7 @@ export default {
      text-align: center;
      color: @primary;
      font-size: 16px;
      font-weight: 500;
      font-weight: none;
    }
    .good-box {
      display: flex;
+2 −2
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ export default {
    margin-top: 20px;
    color: #fafbfe;
    font-size: 18px;
    font-weight: bold;
    font-weight: none;
  }
  .con {
    width: 345px;
@@ -128,7 +128,7 @@ export default {
    .hello {
      color: #004fb1;
      font-size: 20px;
      font-weight: bold;
      font-weight: none;
    }
    .welcome {
      margin: 15px 0;
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ export default {
      }
      .icon-left {
        font-size: 25px;
        font-weight: bold;
        font-weight: none;
      }
      .header-search {
        display: flex;
Loading