소스 검색

点餐台pad端有滚动条样式修改

licc 2 달 전
부모
커밋
6258be3ab9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/order/console.vue

+ 1 - 1
src/views/order/console.vue

@@ -1035,7 +1035,7 @@ defineExpose({
     width: 100%;
 }
 .scrollbar {
-    height: calc(100vh - 54px - 32px - 16px - 61px - 20px - 52px - 49px - 70px);
+    height: calc(100vh - 54px - 32px - 16px - 61px - 20px - 52px - 49px - 80px);
 }
 
 :deep(.el-divider--horizontal) {