Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
甘
甘肃陇南
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
xinzhedeai
甘肃陇南
Commits
7d922e53
Commit
7d922e53
authored
Dec 10, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微震事件 波形图表显示不出来问题
parent
2f9c2a35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
index.vue
src/views/baopo/baopoChart/index.vue
+10
-3
vue.config.js
vue.config.js
+1
-1
No files found.
src/views/baopo/baopoChart/index.vue
View file @
7d922e53
...
...
@@ -52,9 +52,11 @@
<el-dialog
:title=
"title"
:visible.sync=
"open"
append-to-body
>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"波形"
name=
"first"
>
<div
class=
"wrapper"
v-for=
"(item,index) in chartData"
:key=
"index"
>
<div
class=
"roseChart"
></div>
</div>
<div
class=
"pannelFirst4wave"
>
<div
class=
"wrapper"
v-for=
"(item,index) in chartData"
:key=
"index"
>
<div
class=
"roseChart"
style=
"width:99.999%;height:300px;"
></div>
</div>
</div>
</el-tab-pane>
<el-tab-pane
label=
"事件详情"
name=
"second"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"140px"
style=
"width:100%;height: 100%;display: flex;"
>
...
...
@@ -366,6 +368,11 @@ export default {
};
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scope
>
.pannelFirst4wave
{
height
:
300px
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
}
.app-container
{
display
:
flex
;
flex
:
1
;
...
...
vue.config.js
View file @
7d922e53
...
...
@@ -35,7 +35,7 @@ module.exports = {
proxy
:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://192.168.0.103:8085/lswz`
,
// 线上内网
// target: `http://192.168.
3.188:8085/lswz`,
// target: `http://192.168.
2.18:8085/lswz`, // 广建本地
//target: `http://192.168.3.37:8085/lswz`,
// target: `http://10.50.70.100:8085/lswz`,
changeOrigin
:
true
,
...
...
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