分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-07-08 32678f5c24c7681a198b517fa72db1de2e98646d
´úÂë¹ÜÀí/PCS/WCS_Client/src/views/Home.vue
@@ -1,4 +1,5 @@
<template>
   <div class="home-page">
  <div class="qhuan">
    <el-button type="primary" :class="{ 'qh_box': true, 'selected': selected === '下料区' }"
      v-on:click="selectss(0)">下料区</el-button>
@@ -68,6 +69,7 @@
    <centerLeft2 :dataList="datalist" />
  </div>
  <!-- åº“区代码 -->
</div>
</template>
<script>
@@ -223,8 +225,9 @@
}
</script>
<style>
body {
<style scoped>
.home-page {
  width: 125%;
  background-image: url("../assets/imgs/pageBg.png");
}