diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue index 50d42ee..ec78928 100644 --- a/dangan-ui/src/views/dangan/pictureRecard/index.vue +++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue @@ -118,9 +118,9 @@ v-hasPermi="['dangan:pictureRecard:export']" >导出图片 - + @@ -132,8 +132,8 @@ --> - - + + @@ -365,22 +387,6 @@ export default { display: flex; } -.myProgress{ - position: fixed; - top:0; - left:0; - z-index: 10000; - width: 100%; - height: 100%; - background: rgba(0,0,0,0.7); - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - font-size: 20px; - color: white; -} - .c-tabs__item { cursor: pointer; text-align: right;