|
@@ -35,7 +35,7 @@
|
|
|
<el-upload
|
|
|
class="upload-demo"
|
|
|
ref="upload1"
|
|
|
- action="http://172.16.33.166:8060/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
|
+ action="https://wl.dasteel.cn:32322/api/v1/rms/uploadCarrier1"
|
|
|
:before-upload="beforeUpload"
|
|
|
:multiple="false"
|
|
|
list-type="picture"
|
|
@@ -58,7 +58,7 @@
|
|
|
<el-upload
|
|
|
class="upload-demo"
|
|
|
ref="upload2"
|
|
|
- action="http://172.16.33.166:8060/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
|
+ action="https://wl.dasteel.cn:32322/api/v1/rms/uploadCarrier1"
|
|
|
:before-upload="beforeUpload"
|
|
|
:multiple="false"
|
|
|
list-type="picture"
|
|
@@ -81,7 +81,7 @@
|
|
|
<el-upload
|
|
|
class="upload-demo"
|
|
|
ref="upload3"
|
|
|
- action="http://172.16.33.166:8060/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
|
+ action="https://wl.dasteel.cn:32322/api/v1/rms/uploadCarrier1"
|
|
|
:before-upload="beforeUpload"
|
|
|
:multiple="false"
|
|
|
list-type="picture"
|
|
@@ -358,6 +358,9 @@ export default {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
margin-right: 10px;
|
|
|
+ width: 40px;
|
|
|
+ position: relative;
|
|
|
+ left: 40px;
|
|
|
}
|
|
|
.input {
|
|
|
width: 250px;
|
|
@@ -410,7 +413,7 @@ export default {
|
|
|
}
|
|
|
.site{
|
|
|
position: relative;
|
|
|
- left: 32px;
|
|
|
+ left: -50px;
|
|
|
}
|
|
|
span.text {
|
|
|
position: relative;
|