fix订单页滚动右侧固定列遮挡底部的问题

master
czc 2 years ago
parent 5bb92db8b4
commit 17a30bee3b

@ -122,6 +122,6 @@ export default {
box-shadow: -1px 0 12px 0 var(--gray-5); box-shadow: -1px 0 12px 0 var(--gray-5);
transition: all .28s; transition: all .28s;
background-color: white; background-color: white;
z-index: 1; z-index: 100;
} }
</style> </style>

Loading…
Cancel
Save