修改图片画质,已上传体验版成功

This commit is contained in:
clay
2022-12-18 23:06:32 +08:00
parent 202da2a061
commit e073739ee5
17 changed files with 193 additions and 174 deletions

View File

@@ -0,0 +1,29 @@
<template>
<view>
<myForm></myForm>
<u-button type="success" text="确定" color="#0EBB5B"></u-button>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
.u-button {
width: 644rpx !important;
height: 86rpx !important;
background: #0EBB5B;
border-radius: 20rpx !important;
margin-top: 168rpx;
}
</style>