夏滨修改订单
This commit is contained in:
parent
e49ac4fd7b
commit
cef6438773
@ -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;
|
||||
|
@ -249,6 +249,8 @@ const send = async () => {
|
||||
height: 60px;
|
||||
}
|
||||
.table-cont {
|
||||
height: 85vh;
|
||||
overflow-y: scroll !important;
|
||||
background-color: #f5f5f5 !important;
|
||||
}
|
||||
.sendGoods {
|
||||
|
Loading…
x
Reference in New Issue
Block a user