From 647143f53034653d9a1a2f74aaf051d868cd37a7 Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期五, 27 十二月 2024 14:28:54 +0800
Subject: [PATCH] 菜单图标放大以及图标错乱问题
---
Source/plt-web/plt-web-ui/src/views/wel/components/taskPortlet.vue | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/Source/plt-web/plt-web-ui/src/views/wel/components/taskPortlet.vue b/Source/plt-web/plt-web-ui/src/views/wel/components/taskPortlet.vue
index b9dcee3..d5f2ea9 100644
--- a/Source/plt-web/plt-web-ui/src/views/wel/components/taskPortlet.vue
+++ b/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
}
},
}
--
Gitblit v1.9.3