Commit 2db77869 authored by miaojiale's avatar miaojiale

提交修改样式问题

parent 976d29ba
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
#vue-admin-beautiful { #vue-admin-beautiful {
height: 100vh; height: 100vh;
min-width: 1100px; min-width: 1400px;
overflow: auto; overflow: auto;
margin-right: calc(100% - 100vw); margin-right: calc(100% - 100vw);
} }
......
...@@ -40,7 +40,12 @@ ...@@ -40,7 +40,12 @@
<div slot="tip" class="el-upload__tip">{{ tip }}</div> <div slot="tip" class="el-upload__tip">{{ tip }}</div>
</el-upload> </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> </el-row>
</template> </template>
...@@ -113,7 +118,7 @@ export default { ...@@ -113,7 +118,7 @@ export default {
return this.value.map((_) => { return this.value.map((_) => {
return ( return (
_.url || _.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 { ...@@ -126,7 +131,7 @@ export default {
this.fileList = newValue.map((_) => { this.fileList = newValue.map((_) => {
return { return {
name: _.file_name, 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 { ...@@ -197,7 +202,7 @@ export default {
let responseUrl let responseUrl
if (file.response) { if (file.response) {
const _ = file.response.data 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 { try {
if (name.match(/\.(png|jpg|jpeg)/)) { if (name.match(/\.(png|jpg|jpeg)/)) {
......
...@@ -63,7 +63,7 @@ module.exports = { ...@@ -63,7 +63,7 @@ module.exports = {
//消息框消失时间 //消息框消失时间
messageDuration: 3000, messageDuration: 3000,
//最长请求时间 //最长请求时间
requestTimeout: 15000, requestTimeout: 150000,
//操作正常code //操作正常code
successCode: 1, successCode: 1,
//登录失效code //登录失效code
......
...@@ -488,7 +488,7 @@ export default { ...@@ -488,7 +488,7 @@ export default {
// color: #4e68ff; // color: #4e68ff;
.rangeList { .rangeList {
li { li {
margin-bottom: 14px; margin-bottom: 15px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
div:nth-child(1) { div:nth-child(1) {
...@@ -528,7 +528,7 @@ export default { ...@@ -528,7 +528,7 @@ export default {
flex-wrap: wrap; flex-wrap: wrap;
li { li {
width: 40%; width: 40%;
margin-bottom: 14px; margin-bottom: 15px;
display: flex; display: flex;
justify-content: space-between; 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