Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
af277277
Commit
af277277
authored
Aug 03, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用运行状态-样式修改
parent
9fbef1ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
15 deletions
+40
-15
src/pages/workbench/yygl/deploy_app_detail.vue
src/pages/workbench/yygl/deploy_app_detail.vue
+40
-15
No files found.
src/pages/workbench/yygl/deploy_app_detail.vue
View file @
af277277
...
@@ -172,7 +172,16 @@
...
@@ -172,7 +172,16 @@
</nor-card>
</nor-card>
<nor-card
title=
"服务设置"
flag=
"true"
v-show=
"is_current_user"
>
<nor-card
title=
"服务设置"
flag=
"true"
v-show=
"is_current_user"
>
<div
class=
"addimage"
>
多版本回滚
</div>
<div
class=
"addimage"
>
<el-select
v-model=
"mesh_value"
placeholder=
"请选择"
>
<el-option
v-for=
"item in mesh_options"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</div>
<p
class=
"imagebox"
>
<p
class=
"imagebox"
>
<span
<span
@
click=
"image_select = index;getImageInfo()"
@
click=
"image_select = index;getImageInfo()"
...
@@ -301,6 +310,21 @@ export default {
...
@@ -301,6 +310,21 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
mesh_value
:
0
,
mesh_options
:[
{
value
:
0
,
label
:
'
多版本回滚
'
},
{
value
:
1
,
label
:
'
AB测试
'
},
{
value
:
2
,
label
:
'
权重管理
'
},
],
now_user
:
0
,
//0:普通用户,1:组织管理员,2:超级管理员
now_user
:
0
,
//0:普通用户,1:组织管理员,2:超级管理员
buy_style
:
0
,
buy_style
:
0
,
image_select
:
0
,
image_select
:
0
,
...
@@ -1008,6 +1032,17 @@ background-color:cyan;
...
@@ -1008,6 +1032,17 @@ background-color:cyan;
background
:
khaki
;
background
:
khaki
;
}
}
.addimage
.el-input__inner
{
width
:
110px
;
height
:
28px
;
line-height
:
28px
;
font-size
:
12px
;
color
:
#707693
;
}
.addimage
.el-input__icon
{
line-height
:
28px
;
}
</
style
>
</
style
>
<
style
scoped
>
<
style
scoped
>
.info_contain
>>>
.apass_dialog
.el-dialog__footer
{
.info_contain
>>>
.apass_dialog
.el-dialog__footer
{
...
@@ -1087,19 +1122,9 @@ background:khaki;
...
@@ -1087,19 +1122,9 @@ background:khaki;
color
:
#58617a
;
color
:
#58617a
;
}
}
.addimage
{
.addimage
{
display
:
inline-block
;
position
:
absolute
;
color
:
#f8f9fd
;
right
:
20px
;
font-size
:
16px
;
top
:
-36px
;
width
:
124px
;
height
:
44px
;
line-height
:
44px
;
text-align
:
center
;
background-color
:
#0f2683
;
border-radius
:
8px
;
margin-top
:
20px
;
margin-bottom
:
30px
;
margin-left
:
40px
;
cursor
:
pointer
;
}
}
.use_know
p
{
.use_know
p
{
height
:
44px
;
height
:
44px
;
...
@@ -1187,12 +1212,12 @@ background:khaki;
...
@@ -1187,12 +1212,12 @@ background:khaki;
color
:
#58617a
;
color
:
#58617a
;
}
}
.imagebox
{
.imagebox
{
padding-top
:
20px
;
overflow
:
hidden
;
overflow
:
hidden
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
padding-left
:
40px
;
padding-left
:
40px
;
}
}
.imagebox
span
{
.imagebox
span
{
width
:
165px
;
height
:
34px
;
height
:
34px
;
padding
:
0
10px
;
padding
:
0
10px
;
line-height
:
34px
;
line-height
:
34px
;
...
...
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