diff --git a/ruoyi-ui/src/views/storageLocation/locationConsuming.vue b/ruoyi-ui/src/views/storageLocation/locationConsuming.vue
index b3e9357..dc26b97 100644
--- a/ruoyi-ui/src/views/storageLocation/locationConsuming.vue
+++ b/ruoyi-ui/src/views/storageLocation/locationConsuming.vue
@@ -15,7 +15,7 @@
-
+
@@ -68,7 +68,7 @@
-
+
@@ -121,7 +121,7 @@
-
+
@@ -234,13 +234,13 @@
-
+
库位
- {{item.materialBh}}
+ {{item.materialBh}}
@@ -282,7 +282,7 @@
-
+
@@ -330,7 +330,7 @@
-
+
@@ -407,12 +407,19 @@
}
/*卡片内容滚动条设置*/
- .scrollable::-webkit-scrollbar {
+ .lyScrollable::-webkit-scrollbar {
display: none; /* 对于Webkit浏览器 */
}
- .scrollable{
+ .lyScrollable{
overflow: auto; /* 自动开启滚动条 */
- max-height: 500px; /* 设置最大高度 */
+ max-height: 630px; /* 设置最大高度 */
+ }
+ .selScrollable::-webkit-scrollbar {
+ display: none; /* 对于Webkit浏览器 */
+ }
+ .selScrollable{
+ overflow: auto; /* 自动开启滚动条 */
+ max-height: 580px; /* 设置最大高度 */
}
/*最上方三大块样式*/
@@ -454,10 +461,12 @@
//内容样式
contentStyle: {
'text-align': 'center',
- 'width': '150px'
+ 'width': '150px',
+ 'color': '#82848a',
+ 'font-size':'12px'
},
//label样式
- labelStyle: { 'width': '80px' },
+ labelStyle: { 'width': '80px','color':'#606266','font-size':'12px' },
queryParams: {
materialBh: null,
diff --git a/ruoyi-ui/src/views/storageLocation/locationSet.vue b/ruoyi-ui/src/views/storageLocation/locationSet.vue
index 7686f64..a325732 100644
--- a/ruoyi-ui/src/views/storageLocation/locationSet.vue
+++ b/ruoyi-ui/src/views/storageLocation/locationSet.vue
@@ -243,7 +243,7 @@
}
.scrollable{
overflow: auto; /* 自动开启滚动条 */
- max-height: 600px; /* 设置最大高度 */
+ max-height: 680px; /* 设置最大高度 */
}
/*最上方三大块样式*/
@@ -288,10 +288,12 @@
//内容样式
contentStyle: {
'text-align': 'center',
- 'width': '150px'
+ 'width': '150px',
+ 'color': '#82848a',
+ 'font-size':'12px'
},
//label样式
- labelStyle: { 'width': '80px' },
+ labelStyle: { 'width': '80px','color':'#606266','font-size':'12px' },
queryParams: {
materialBh: null,