Răsfoiți Sursa

1.0行李视图-按钮点不到问题修复

zhongxiaoyu 1 an în urmă
părinte
comite
17b238f912

+ 4 - 0
src/views/baggageManagementTemp/components/baggage/index.vue

@@ -992,6 +992,9 @@ export default {
       font-size: 14px;
       font-weight: 400;
       color: #ffffff;
+      max-height: 152px;
+      overflow-x: hidden;
+      overflow-y: auto;
       > .el-row > .el-col {
         height: 38px;
         line-height: 38px;
@@ -1238,6 +1241,7 @@ export default {
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
+    z-index: 1000;
     width: 20px;
     height: 15px;
     border-radius: 4px;