Commit 9ce293c9 authored by 张俊's avatar 张俊

Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev

parents b51c35ed 9a1da877
......@@ -26,7 +26,7 @@
>
<h3 style="margin: 30px 0;">上传部署文件</h3>
<div class="step_action">
<el-button type="primary" @click="preStep">
<el-button type="primary" plain @click="preStep">
上一步
</el-button>
<el-button type="primary" @click="nextStep">
......@@ -41,7 +41,7 @@
>
<h3 style="margin: 30px 0;">用基础信息填写</h3>
<div class="step_action">
<el-button type="primary" @click="preStep">
<el-button type="primary" plain @click="preStep">
上一步
</el-button>
<el-button type="primary" @click="sunbmitAction">
......@@ -93,9 +93,20 @@ export default {
text-align: right;
}
.step_action > .el-button {
width: 124px;
min-width: 124px;
height: 44px;
margin-right: 30px;
}
.step_action > .el-button--primary {
color: #fff;
background-color: #0f2683;
border-color: #0f2683;
}
.step_action > .el-button--primary.is-plain {
color: #0f2683;
background-color: #e1e4fb;
border-color: #e1e4fb;
}
</style>
<style>
......
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