夏滨修改订单

This commit is contained in:
13713575202 2025-06-13 10:09:53 +08:00
parent e49ac4fd7b
commit cef6438773
2 changed files with 5 additions and 1 deletions

View File

@ -467,6 +467,8 @@ const send = async () => {};
</script>
<style lang="scss" scoped>
.order-list-warp {
height: 75vh;
overflow-y: scroll;
margin-top: 20px;
padding: 10px 20px;
background-color: #fff;
@ -542,7 +544,7 @@ const send = async () => {};
line-height: 40px;
font-size: 15px;
font-weight: bold;
// background-color: #409eff;
background-color: #25bf82;
}
.button-bottoms {
text-align: center;

View File

@ -249,6 +249,8 @@ const send = async () => {
height: 60px;
}
.table-cont {
height: 85vh;
overflow-y: scroll !important;
background-color: #f5f5f5 !important;
}
.sendGoods {