浏览代码

样式优化

tanxue 1 月之前
父节点
当前提交
9bf49ed836
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      common/styles/global/pages.scss

+ 2 - 0
common/styles/global/pages.scss

@@ -718,6 +718,8 @@
 	height: 100vh;
 	height: 100vh;
 	/*  #endif  */
 	/*  #endif  */
 	.jz-content-box{flex: 1;overflow: auto;display: flex;flex-direction: column;}
 	.jz-content-box{flex: 1;overflow: auto;display: flex;flex-direction: column;}
+	.mask-view{position: relative;}
+	.mask-view::before{content: '';z-index: 9;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
 	.content-body-box{flex: 1;overflow: auto;}
 	.content-body-box{flex: 1;overflow: auto;}
 	.content-footer-box{flex-shrink: 0;}
 	.content-footer-box{flex-shrink: 0;}
 	.form-top-margin{margin-top: 20rpx;}
 	.form-top-margin{margin-top: 20rpx;}