Commit 5eae66ec authored by 黄同智's avatar 黄同智

修改弹窗的样式不生效问题

parent 10cbeb65
......@@ -318,15 +318,14 @@ const handleConfirm = () => {
background-color: rgb(var(--main-color));
}
}
:deep(.xxxxx) {
.el-dialog {
</style>
<style>
.el-dialog {
border-radius: 10px;
padding: 0;
}
padding: 0 !important;
}
.el-dialog__footer {
padding: 0;
}
.el-dialog__footer {
padding: 0 !important;
}
</style>
\ No newline at end of file
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