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

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

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