Эх сурвалжийг харах

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

qinzhipeng_v 5 жил өмнө
parent
commit
03c7d647e2

+ 2 - 2
src/components/dialog/normalDialog.vue

@@ -56,8 +56,8 @@ export default {
 }
 </script>
 <style scoped lang="scss">
-.el-dialog__header {
-  padding: 20px;
+>>>.el-dialog__header {
+  padding: 20px !important;
 }
 .el-dialog__title{
   position: relative;

+ 1 - 0
src/views/projectManage/bugList/details/index.vue

@@ -1209,6 +1209,7 @@ export default {
       }
     },
     async confirmUpload() {
+      this.showCopyFile = false
       const res = await this.updateFile(window.uploadFiles[0])
       const data = res.data
       const item = {

+ 1 - 0
src/views/projectManage/bugList/file/createdBug.vue

@@ -461,6 +461,7 @@ export default {
       }
     },
     async confirmUpload() {
+      this.showCopyFile = false
       const res = await this.updateFile(window.uploadFiles[0])
       const data = res.data
       const item = {