forked from drone/command-center-dashboard

chenyao
2025-03-28 3748cbf0a42798c6fd9e27eecd7355871f99687d
src/components/CommonTitle.vue
@@ -20,7 +20,7 @@
.overview-title {
  position: relative;
  width: 404px;
  height: hToV(43);
  height: 43px;
  background-image: url(@/assets/images/title-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
@@ -30,7 +30,7 @@
  .left {
    position: absolute;
    left: 49px;
    bottom: hToV(16);
    bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
@@ -39,8 +39,8 @@
    font-style: normal;
    text-transform: none;
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei, serif;
    height: hToV(26);
    line-height: hToV(23);
    height: 26px;
    line-height:  23px;
  }
  .right {
@@ -48,13 +48,13 @@
    font-weight: 500;
    font-size: 14px;
    color: #0be7f6;
    height: hToV(21);
    line-height: hToV(21);
    height:  21px;
    line-height:  21px;
    font-family: Source Han Sans CN, Source Han Sans CN, serif;
    text-align: right;
    font-style: normal;
    text-transform: none;
    bottom: hToV(16);
    bottom:  16px;
    right: 11px;
    cursor: pointer;
  }