Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 98ae7bbf
authored
Dec 27, 2023
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
1 parent
d265703f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
src/views/archi-view-manage/canvas/index.vue
src/views/archi-view-manage/index.vue
src/views/busi-assets-list/index.vue
src/views/archi-view-manage/canvas/index.vue
View file @
98ae7bb
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
window
.
addEventListener
(
"message"
,
event
=>
{
//会一直调用
window
.
addEventListener
(
"message"
,
event
=>
{
//会一直调用
if
(
event
.
data
.
type
)
{
if
(
event
.
data
.
type
)
{
if
(
event
.
data
.
type
==
'saveData'
)
{
if
(
event
.
data
.
type
==
'saveData'
)
{
// console.log(event.data.type)
MessageBox
.
confirm
(
'确定保存?'
,
'提示'
,
{
MessageBox
.
confirm
(
'确定保存?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
...
...
src/views/archi-view-manage/index.vue
View file @
98ae7bb
...
@@ -414,6 +414,9 @@ export default {
...
@@ -414,6 +414,9 @@ export default {
/
deep
/
.el-form-item__content
{
/
deep
/
.el-form-item__content
{
width
:
80%
;
width
:
80%
;
}
}
/
deep
/
.is-leaf
{
background-color
:
#fff
!important
;
}
.greenButton
{
.greenButton
{
background-color
:
#0D867F
;
background-color
:
#0D867F
;
color
:
#fff
;
color
:
#fff
;
...
...
src/views/busi-assets-list/index.vue
View file @
98ae7bb
...
@@ -124,4 +124,7 @@
...
@@ -124,4 +124,7 @@
.right_container
{
.right_container
{
width
:
80%
;
width
:
80%
;
}
}
/
deep
/
.is-leaf
{
background-color
:
#fff
!important
;
}
</
style
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment