From 39dd199ee55594f72c99e2a97c2304a40def5320 Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期三, 06 七月 2022 18:01:10 +0800 Subject: [PATCH] 新增页面 --- src/components/userSelections/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/userSelections/index.vue b/src/components/userSelections/index.vue index ef9a3fc..f543cd9 100644 --- a/src/components/userSelections/index.vue +++ b/src/components/userSelections/index.vue @@ -266,10 +266,12 @@ ::v-deep .el-form-item{ margin-bottom: 0; } +//弹窗底部边框线 ::v-deep .el-dialog__footer{ border-top: 1px solid #e8e8e8; border-radius: 0 0 4px 4px; } +//弹窗顶部边框线 ::v-deep .el-dialog__header { border-bottom: 1px solid #e8e8e8; margin-right: 0; -- Gitblit v1.9.2