فهرست منبع

Merge branch 'zhuhao' of http://1.116.113.26:8088/zhuliu/xiaoshi_system into zhuhao

zhuliu 2 سال پیش
والد
کامیت
2645a729e1

+ 1 - 0
src/views/patentMining/components/details/index.vue

@@ -53,6 +53,7 @@ export default {
   padding: 20px;
   .el-tabs__content{
     height: calc(100% - 40px);
+    overflow: auto;
   }
 }
 </style>

+ 1 - 0
src/views/patentMining/components/dialog/addAndEditProject.vue

@@ -162,6 +162,7 @@ export default {
     },
     //关闭弹窗
     handleClose() {
+      this.$refs.upload.clearFiles()
       this.$refs.form.resetFields()
       this.form = {}
       this.dialogVisible = false

+ 1 - 1
src/views/patentMining/components/projectPath.vue

@@ -3,7 +3,7 @@
   <div class="projectPath" style="width: 100%;height:100%;">
     <span>项目流程</span>
     <el-divider></el-divider>
-    <svg viewBox="0 0 1800 800" width="100%" height="100%">
+    <svg viewBox="0 0 1800 400" width="100%" height="100%">
       <g transform=translate(0,0) class="svgG">
         <rect width="200" height="120" :fill="getColor('创新点流程')" @click="toFilePage('创新点流程')"> </rect>
         <text x="30" y="65">创新点流程</text>