Commit b6377e00 authored by 徐一鸣's avatar 徐一鸣

应用构建按钮样式重置

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