1,修复复制数据问题

2,调整食谱制作界面
This commit is contained in:
huangdeliang
2021-03-11 16:50:13 +08:00
parent 59dabbc9d3
commit c166c1e29c
11 changed files with 286 additions and 310 deletions

View File

@ -138,9 +138,11 @@ export default {
</script>
<style lang="scss" scoped>
.body_sign_view_wrapper {
position: relative;
.remark_btn {
position: absolute;
top: 36px;
top: 0;
right: 16px;
}
.msg-info {

View File

@ -244,9 +244,10 @@ export default {
</script>
<style lang="scss" scoped>
.health_view_wrapper {
position: relative;
.remark_btn {
position: absolute;
top: 36px;
top: 0;
right: 16px;
}