From f96e393e62b4c7496f7ace44b6aa5abb69ae58df Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 11 九月 2023 21:54:55 +0800 Subject: [PATCH] bug修改 --- src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue index 29c80ea..92a489b 100644 --- a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue +++ b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/arrive/index.vue @@ -104,7 +104,7 @@ }, methods: { handleSuccess(res, file, filelist) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.arrive.situationPic.length < 4) { this.arrive.situationPic.push(baseUrl + res.data.url1) } @@ -127,14 +127,14 @@ }, // 璁剧疆涓婁紶鎴愬姛涔嬪悗鐨勫浘鐗囧湴鍧� setPicUrl({ url }) { - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; if (this.arrive.situationPic.length < 4) { this.arrive.situationPic.push(baseUrl + url) } }, //鍒犻櫎鍥剧墖 delPicUrl({url}){ - const baseUrl = 'http://140.143.152.226:8410/'; + const baseUrl = ''; this.arrive.situationPic.splice(this.arrive.situationPic.indexOf(baseUrl + url),1); } } @@ -153,7 +153,7 @@ .upImg { display: flex; - + overflow: auto; .tip { position: absolute; bottom: 0; @@ -196,16 +196,16 @@ border-radius: 4px; } -::v-deep .el-textarea__inner { - background-color: #09152f; - border: 1px solid #17324c; -} +// ::v-deep .el-textarea__inner { +// // background-color: #09152f; +// border: 1px solid #17324c; +// } -::v-deep .el-input__count { - background-color: #09152f; -} +// ::v-deep .el-input__count { +// // background-color: #09152f; +// } -::v-deep .el-form-item__label { - color: #4b9bb7; -} -</style> \ No newline at end of file +// ::v-deep .el-form-item__label { +// color: #4b9bb7; +// } +</style> -- Gitblit v1.8.0