Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liang
agcs2.0-web
Commits
2db77869
Commit
2db77869
authored
Apr 07, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交修改样式问题
parent
976d29ba
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
App.vue
src/App.vue
+1
-1
index.vue
src/components/Upload/index.vue
+9
-4
settings.js
src/config/settings.js
+1
-1
index.vue
src/views/Home/index.vue
+2
-2
No files found.
src/App.vue
View file @
2db77869
...
...
@@ -19,7 +19,7 @@ export default {
#vue-admin-beautiful
{
height
:
100vh
;
min-width
:
1
1
00px
;
min-width
:
1
4
00px
;
overflow
:
auto
;
margin-right
:
calc
(
100%
-
100vw
);
}
...
...
src/components/Upload/index.vue
View file @
2db77869
...
...
@@ -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
)
/
))
{
...
...
src/config/settings.js
View file @
2db77869
...
...
@@ -63,7 +63,7 @@ module.exports = {
//消息框消失时间
messageDuration
:
3000
,
//最长请求时间
requestTimeout
:
15000
,
requestTimeout
:
15000
0
,
//操作正常code
successCode
:
1
,
//登录失效code
...
...
src/views/Home/index.vue
View file @
2db77869
...
...
@@ -488,7 +488,7 @@ export default {
// color: #4e68ff;
.rangeList
{
li
{
margin-bottom
:
1
4
px
;
margin-bottom
:
1
5
px
;
display
:
flex
;
justify-content
:
space-between
;
div
:nth-child
(
1
)
{
...
...
@@ -528,7 +528,7 @@ export default {
flex-wrap
:
wrap
;
li
{
width
:
40%
;
margin-bottom
:
1
4
px
;
margin-bottom
:
1
5
px
;
display
:
flex
;
justify-content
:
space-between
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment