浏览代码

点餐台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) {