Browse Source

fix: 清除弹框底部外边距

TwoKe945 1 year ago
parent
commit
325646d7d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/BasicModal/index.vue

+ 1 - 0
components/BasicModal/index.vue

@@ -59,6 +59,7 @@ export default {
 ::v-deep(.el-dialog) {
   background: none;
   color: #fff;
+  margin-bottom: 0px;
   .el-dialog__header {
     background-color: #012669ee;
     color: #fff;