liuying
2024-11-01 73204d05cef1cb8be44ff8b1e44114dee0cfb455
细节
已修改1个文件
8 ■■■■ 文件已修改
yiqi_screen/src/components/Content.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
yiqi_screen/src/components/Content.vue
@@ -544,19 +544,23 @@
        .pie-label-left {
          position: absolute;
          bottom: 0.1rem;
          left: 0.7rem;
    left: 0.1rem;
          color: #fff;
          font-size: 0.2rem;
          font-weight: 300;
    width: 44%;
    text-align: center;
        }
        .pie-label-right {
          position: absolute;
          bottom: 0.1rem;
          right: 0.7rem;
    right: 0.3rem;
          color: #fff;
          font-size: 0.2rem;
          font-weight: 300;
    width: 44%;
    text-align: center;
        }
      }