Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
胡宝山
template_vue
Commits
3c2c98cf
Commit
3c2c98cf
authored
Apr 28, 2024
by
WBY1026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善卡片大小
parent
c12acbbd
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
服务器.png
src/views/template/graph/服务器.png
+0
-0
服务器err.png
src/views/template/graph/服务器err.png
+0
-0
服务器报错.png
src/views/template/graph/服务器报错.png
+0
-0
服务器正常.png
src/views/template/graph/服务器正常.png
+0
-0
planeGraph.vue
src/views/template/planeGraph.vue
+11
-7
No files found.
src/views/template/graph/服务器.png
deleted
100644 → 0
View file @
c12acbbd
7.53 KB
src/views/template/graph/服务器err.png
deleted
100644 → 0
View file @
c12acbbd
10.3 KB
src/views/template/graph/服务器报错.png
0 → 100644
View file @
3c2c98cf
396 Bytes
src/views/template/graph/服务器正常.png
0 → 100644
View file @
3c2c98cf
500 Bytes
src/views/template/planeGraph.vue
View file @
3c2c98cf
...
...
@@ -19,7 +19,7 @@
v-for=
"(item, index) in nodeItemList"
:key=
"index"
class=
"super-flow__node"
style=
"position: relative;margin: 10px auto;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)!important;"
style=
"position: relative;margin: 10px auto;
margin-top: 30px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)!important;"
:style=
"
{width: item.value().width + 'px', height: item.value().height + 'px' }"
@mousedown="evt => nodeItemMouseDown(evt, item.value)"
>
...
...
@@ -36,7 +36,11 @@
placeholder=
"请输入图片地址"
v-model=
"backgroundUrl"
>
</el-input>
-->
<el-button
type=
"success"
icon=
"el-icon-refresh-left"
@
click=
"showBackGroundPage"
>
更换背景图片
</el-button>
<el-button
style=
"
margin-top: 300px; "
type=
"success"
@
click=
"showBackGroundPage"
>
更换背景
</el-button>
</div>
<!-- 最外层,加滚轮监听函数 -->
...
...
@@ -379,16 +383,16 @@ export default {
{
label
:
'架子'
,
value
:
()
=>
({
width
:
150
,
height
:
50
,
width
:
66
,
height
:
33
,
meta
:
{
label
:
'架子'
,
name
:
'架子'
,
flowName
:
'数值'
,
flowValue
:
'0'
,
img
:
require
(
"./graph/服务器.png"
),
commonImg
:
require
(
"./graph/服务器.png"
),
errImg
:
require
(
"./graph/服务器
err
.png"
)
img
:
require
(
"./graph/服务器
正常
.png"
),
commonImg
:
require
(
"./graph/服务器
正常
.png"
),
errImg
:
require
(
"./graph/服务器
报错
.png"
)
}
})
},
...
...
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