Commit dcf94a5b authored by zhengke's avatar zhengke

修改样式

parent 0fe6cbdc
......@@ -41,7 +41,7 @@
.Ticheng_Address{
padding:15px 0 25px 0!important;
}
.myIndexStyle .el-dialog--center .el-dialog__body{
.myIndexStyle .addTichengDialog .el-dialog__body{
padding:0;
}
</style>
......@@ -1053,7 +1053,7 @@
<!-- 提成账单 -->
<el-dialog custom-class='w700' title="提成账单" :visible.sync="commissionDialog" center :before-close="resetClose">
<el-dialog custom-class='w700 addTichengDialog' title="提成账单" :visible.sync="commissionDialog" center :before-close="resetClose">
<commissonBill v-if="isShowBill" @Close="changeComponent" :articleId='articleId' :userId='createEmpId' ref="myBill"></commissonBill>
<commissionDetail v-else @changeDiv="changeDis" :userId='createEmpId' ref="myBillDetail"></commissionDetail>
</el-dialog>
......
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