yangfeng
2023-12-02 4981a40e2dd1ac177cdcdf29525f83f1d162f11d
src/views/cockpitPage/components/OrderCompleteRadio.vue
@@ -37,7 +37,7 @@
  data() {
    return {
      tableList: [
        { title: "DD19070047", radio: 50 },
        { title: "DD19070047", radio: 50.6 },
        { title: "DD19070048", radio: 70 },
        { title: "DD19070049", radio: 85 },
        { title: "DD19070050", radio: 30 },
@@ -96,9 +96,10 @@
  .el-progress-bar__innerText {
    position: absolute;
    top: 2px;
    right: -50px;
    right: -70px;
    text-align: left;
    font-size: 18px;
    width: 60px;
  }
}
</style>