浏览代码

样式修改

黄琪勇 10 月之前
父节点
当前提交
66fd32ecfd
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/styles/index.less

+ 5 - 1
src/styles/index.less

@@ -390,6 +390,10 @@ body>.n-drawer-container-relative {
   background-color: transparent !important;
 }
 
+.n-modal-mask{
+  background-color: rgba(0, 0, 0, .6);
+}
+
 // 设置图片弹窗工具预览
 .n-image-preview-toolbar .n-base-icon {
   margin: 0 8px;
@@ -443,4 +447,4 @@ body>.n-drawer-container-relative {
       border-radius: 6px;
     }
   }
-}
+}