This commit is contained in:
姚宇浩 2024-07-13 14:52:22 +08:00
parent 33b173447d
commit 5a86e85d4f
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ const closeDialog = () => {
<style lang="scss" scoped> <style lang="scss" scoped>
:deep(.el-dialog) { :deep(.el-dialog) {
--el-dialog-bg-color: none; --el-dialog-bg-color: none;
--el-dialog-width: 76% !important; --el-dialog-width: 50% !important;
} }
.my-header { .my-header {