智慧农业后台管理页面
Administrator
2022-05-20 4aa017d6d2ec1eecaeff1bfccade3e1e153975e3
首页样式修改,农产品库存,采收修改
3 files modified
9 ■■■■ changed files
src/views/farmplant/farmproductstock.vue 2 ●●● patch | view | raw | blame | history
src/views/recovery/recovery.vue 2 ●●● patch | view | raw | blame | history
src/views/wel/index.vue 5 ●●●●● patch | view | raw | blame | history
src/views/farmplant/farmproductstock.vue
@@ -95,7 +95,7 @@
            disabled:true,
          },
          {
            label: "采收重量",
            label: "采收重量/公斤",
            prop: "weight",
            tip: '公斤',
            span: 12,
src/views/recovery/recovery.vue
@@ -119,7 +119,7 @@
            display:false,
          },
          {
            label: "采收重量",
            label: "采收重量/公斤",
            prop: "weight",
            tip: '公斤',
            span: 12,
src/views/wel/index.vue
@@ -571,6 +571,11 @@
      }
    }
  }
  .avue-data-display .count {
    color: #000 !important;
    font-size: 28px !important;
  }
}
</style>