修改样式

This commit is contained in:
宋伟佳
2021-05-26 14:15:41 +08:00
parent e372b36ff5
commit cd51a4ae06
194 changed files with 575 additions and 758 deletions
@@ -404,8 +404,8 @@
</div>
</div>
<div class="demo-drawer-footer">
<el-button round class="common-button-primary" icon="el-icon-check" type="primary" @click="saveOrUpdateStands" :loading="isSubmit">提交</el-button>
<el-button round class="common-button-default" icon="el-icon-close" @click="resetForm">取消</el-button>
<el-button class="common-button-primary" icon="el-icon-check" type="primary" @click="saveOrUpdateStands" :loading="isSubmit">提交</el-button>
<el-button class="common-button-default" icon="el-icon-close" @click="resetForm">取消</el-button>
</div>
</el-drawer>
<!--导入模态窗-->
@@ -447,7 +447,7 @@
</el-form-item>
</el-form>
<span slot="footer" class="demo-drawer-footer">
<el-button round class="common-button-default" icon="el-icon-close" @click="cancal">取消</el-button>
<el-button class="common-button-default" icon="el-icon-close" @click="cancal">取消</el-button>
<el-button type="primary" round class="common-button-primary" icon="el-icon-check" @click="exportTestItem">提交</el-button>
</span>
</el-dialog>