From ea61f41e888d3de2001e0564f0147eee055894c6 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期四, 07 七月 2022 18:00:52 +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