@@ -14,7 +14,7 @@
-
+
@@ -67,7 +67,7 @@
-
+
@@ -120,7 +120,7 @@
-
+
@@ -241,10 +241,6 @@
.scrollable::-webkit-scrollbar {
display: none; /* 对于Webkit浏览器 */
}
- .scrollable{
- overflow: auto; /* 自动开启滚动条 */
- max-height: 680px; /* 设置最大高度 */
- }
/*最上方三大块样式*/
.grid-content {
@@ -284,7 +280,8 @@
},
data() {
return {
-
+ //内容高度
+ scrollableHeight:null,
//内容样式
contentStyle: {
'text-align': 'center',
@@ -347,6 +344,10 @@
/*获取库位信息*/
this.getStorageLocation();
},
+ mounted(){
+ /*设置内容高度*/
+ this.scrollableHeight = (window.innerHeight - 150) + 'px';
+ },
computed:{
countA(){
// 使用 find 方法找到第一个符合条件的对象