yyb
15 小时以前 a0131b5ef8895b07bac97c74601cad11e291887a
销售看板
已修改1个文件
37 ■■■■■ 文件已修改
src/views/reportAnalysis/salesStatistics/index.vue 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportAnalysis/salesStatistics/index.vue
@@ -1530,15 +1530,15 @@
  .center-ring-title {
    position: absolute;
    top: 116px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    line-height: 1.06;
    transform: translate(-50%, -50%);
    font-size: 36px;
    line-height: 1.05;
    text-align: center;
    font-weight: 900;
    color: #EAF6FF;
    text-shadow: 0 0 34px rgba(0, 164, 237, 0.6);
    text-shadow: 0 0 22px rgba(0, 164, 237, 0.55);
    z-index: 2;
  }
@@ -1562,6 +1562,11 @@
    width: 155px;
    z-index: 3;
    text-align: center;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .center-metric::before {
@@ -1580,23 +1585,23 @@
  }
  .center-metric-label {
    font-size: 16px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(234, 246, 255, 0.9);
    margin-top: 4px;
    margin-top: 0;
  }
  .center-metric-value {
    font-size: 48px;
    font-weight: 700;
    font-size: 34px;
    font-weight: 800;
    color: #EAF6FF;
    text-shadow: 0 0 8px rgba(0, 229, 255, 0.22);
    line-height: 1.1;
    line-height: 1.0;
  }
  .center-metric-unit {
    margin-top: 2px;
    font-size: 14px;
    margin-top: 0;
    font-size: 12px;
    color: rgba(208, 231, 255, 0.85);
  }
@@ -1635,8 +1640,12 @@
      top: 24px;
    }
    .center-ring-title {
      top: 122px;
      font-size: 26px;
      top: 50%;
      font-size: 28px;
      transform: translate(-50%, -50%);
    }
    .center-metric {
      height: 105px;
    }
    .m1 {
      top: 52px;