Browse Source

修改工作台样式

coys 1 year ago
parent
commit
6b467ba7d3
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/views/home/works.vue

+ 5 - 4
src/views/home/works.vue

@@ -71,10 +71,10 @@
       </van-tab>
     </van-tabs>
 
-    <div :class="big_box">
+   
       <!-- 扫描弹框 -->
       <scandialog ref="scandialog" @input="resultImg" @changeNFC="getNFC"></scandialog>
-    </div>
+    
   </div>
 </template>
 
@@ -364,9 +364,10 @@ export default {
 .cellMargin {
   margin: 20px;
   margin-top:0px;
-  // border-radius: 10px;
+  height: calc(100vh - 520px);
   box-shadow: 0 1px 4px #ccc;
-  overflow: hidden;
+
+  overflow-y: scroll;
 }
 .marginCls {
   min-height: 400px;