Source/plt-web/plt-web-ui/src/views/wel/components/taskPortlet.vue
@@ -1,7 +1,7 @@ <template> <basic-container title="待办事项" :style="'height:'+height+'px' "> <div :style="'height:'+height+'px;'"> 待办 </basic-container> </div> </template> <script> @@ -10,12 +10,6 @@ props:{ height: { type: Number }, title: { type: String }, icon: { type: String } }, }