Compare commits

..

No commits in common. "fe66101c6f73d1d1560cbd1be92540d0d87a843e" and "3e7f25d00b6f35b1ff0a96a685cbfde4b1d03a66" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

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

View File

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