ludc
2025-01-16 986aa62ed00bee39363bab41b4eeb8259d446efd
Source/plt-web/plt-web-ui/src/views/wel/components/test.vue
@@ -1,7 +1,7 @@
<template>
  <basic-container title="首页组件" :style="'height:'+height+'px' ">
  <div>
    首页组件
  </basic-container>
  </div>
</template>
<script>
@@ -10,12 +10,6 @@
  props:{
    height:  {
      type: Number
    },
    title:  {
      type: String
    },
    icon:  {
      type: String
    }
  },
}