Commit af277277 authored by 张俊's avatar 张俊

应用运行状态-样式修改

parent 9fbef1ef
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment