Commit 2db77869 authored by miaojiale's avatar miaojiale

提交修改样式问题

parent 976d29ba
......@@ -19,7 +19,7 @@ export default {
#vue-admin-beautiful {
height: 100vh;
min-width: 1100px;
min-width: 1400px;
overflow: auto;
margin-right: calc(100% - 100vw);
}
......
......@@ -40,7 +40,12 @@
<div slot="tip" class="el-upload__tip">{{ tip }}</div>
</el-upload>
<el-image ref="image" style="display: none" :src="imgUrl" :preview-src-list="previewList"></el-image>
<el-image
ref="image"
style="display: none"
:src="imgUrl"
:preview-src-list="previewList"
></el-image>
</el-row>
</template>
......@@ -113,7 +118,7 @@ export default {
return this.value.map((_) => {
return (
_.url ||
`https://ds.cixincloud.com/geca-api/disease-data/file/info/${_.bucket_name}/${_.prefix}-${_.uuid_name}`
`/geca-api/disease-data/file/info/${_.bucket_name}/${_.prefix}-${_.uuid_name}`
)
})
},
......@@ -126,7 +131,7 @@ export default {
this.fileList = newValue.map((_) => {
return {
name: _.file_name,
url: `https://ds.cixincloud.com/geca-api/disease-data/file/info/${_.bucket_name}/${_.prefix}-${_.uuid_name}`,
url: `/geca-api/disease-data/file/info/${_.bucket_name}/${_.prefix}-${_.uuid_name}`,
}
})
},
......@@ -197,7 +202,7 @@ export default {
let responseUrl
if (file.response) {
const _ = file.response.data
responseUrl = `https://ds.cixincloud.com/geca-api/disease-data/file/info/${_.bucket_name}/${_.prefix}-${_.uuid_name}`
responseUrl = `/geca-api/disease-data/file/info/${_.bucket_name}/${_.prefix}-${_.uuid_name}`
}
try {
if (name.match(/\.(png|jpg|jpeg)/)) {
......
......@@ -63,7 +63,7 @@ module.exports = {
//消息框消失时间
messageDuration: 3000,
//最长请求时间
requestTimeout: 15000,
requestTimeout: 150000,
//操作正常code
successCode: 1,
//登录失效code
......
......@@ -488,7 +488,7 @@ export default {
// color: #4e68ff;
.rangeList {
li {
margin-bottom: 14px;
margin-bottom: 15px;
display: flex;
justify-content: space-between;
div:nth-child(1) {
......@@ -528,7 +528,7 @@ export default {
flex-wrap: wrap;
li {
width: 40%;
margin-bottom: 14px;
margin-bottom: 15px;
display: flex;
justify-content: space-between;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment