Commit 9f11340c authored by 小费同学阿's avatar 小费同学阿 💬

进度信息模块封装ui代码优化

parent bcd01641
...@@ -79,7 +79,7 @@ color: #333333;" ...@@ -79,7 +79,7 @@ color: #333333;"
</div> </div>
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button class="resetBtn" @click="goBack">返回</el-button> <el-button class="resetBtn" icon="el-icon-back" @click="goBack">返回</el-button>
</div> </div>
</div> </div>
</el-card> </el-card>
......
...@@ -58,8 +58,8 @@ color: #333333;" ...@@ -58,8 +58,8 @@ color: #333333;"
</div> </div>
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button class="queryBtn" @click="submitForm">提交</el-button> <el-button class="queryBtn" icon="el-icon-check" @click="submitForm">提交</el-button>
<el-button class="resetBtn" @click="goBack">返回</el-button> <el-button class="resetBtn" icon="el-icon-back" @click="goBack">返回</el-button>
</div> </div>
</div> </div>
</el-card> </el-card>
......
...@@ -57,8 +57,8 @@ color: #333333;" ...@@ -57,8 +57,8 @@ color: #333333;"
</div> </div>
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button :loading="submitLoading" class="queryBtn" @click="submitForm">提交</el-button> <el-button :loading="submitLoading" icon="el-icon-check" class="queryBtn" @click="submitForm">提交</el-button>
<el-button class="resetBtn" @click="goBack">返回</el-button> <el-button class="resetBtn" icon="el-icon-back" @click="goBack">返回</el-button>
</div> </div>
</div> </div>
</el-card> </el-card>
......
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