Commit bcb26f06ab54c520d1686fe3ebe4efca7ff93218

Authored by 肖超群
2 parents 1d30d512 d2c4f001

Merge branch 'develop' of http://git.huahengcloud.com/wms/wms4 into develop

ant-design-vue-jeecg/public/index.html
... ... @@ -261,6 +261,10 @@
261 261 background: #f6f6f6;
262 262 }
263 263  
  264 + .ant-modal div[aria-hidden="true"] {
  265 + display: none !important
  266 + }
  267 +
264 268 /* 滚动条优化 end */
265 269 </style>
266 270 <!-- 全局配置 -->
... ...