From 80be9badb1330c4e672b815ee2e07627c257b220 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期四, 30 十一月 2023 15:24:35 +0800 Subject: [PATCH] 销售明细单样式dialog样式优化 --- src/views/sales/salesDetails/index.vue | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/sales/salesDetails/index.vue b/src/views/sales/salesDetails/index.vue index 1d267bb..c9736a1 100644 --- a/src/views/sales/salesDetails/index.vue +++ b/src/views/sales/salesDetails/index.vue @@ -106,7 +106,7 @@ <el-dialog title="璇烽�夋嫨椤圭洰" :visible.sync="projectListShow" - width="40%" + width="400px" :before-close="handleClose"> <el-form label-width="100px" @@ -127,7 +127,7 @@ </el-select> </el-form-item> </el-form> - <span slot="footer" class="dialog-footer"> + <span slot="footer" class="dialog-footer dialog_btn"> <el-button @click="projectListShow = false">鍙� 娑�</el-button> <el-button type="primary" @click="affirmCommitBtn">纭� 瀹�</el-button> </span> @@ -489,7 +489,6 @@ async submitClick(row) { this.thatRow=row if(row.projectId==""){ - this.$message.error("璇峰厛濉啓椤圭洰淇℃伅") this.projectListShow=true }else{ let params = { @@ -790,4 +789,10 @@ width: 80%; margin: 20px auto; } +::v-deep .el-dialog__footer{ + text-align: right !important; + .el-button{ + margin-right: 10px; + } +} </style> -- Gitblit v1.8.0