新增1天体验

This commit is contained in:
huangdeliang
2021-03-11 18:36:34 +08:00
parent c166c1e29c
commit c959692e9a
10 changed files with 196 additions and 47 deletions

View File

@ -2,10 +2,12 @@
<div class="recipes_header_com_wrapper">
<div class="header_btns" v-loading="loading">
<section>
<div>食谱制作</div>
<el-button
size="mini"
v-if="!!recipesId"
type="primary"
style="margin-left: 12px"
icon="el-icon-document-copy"
@click="handleOnTemplateClick"
>
@ -103,13 +105,11 @@ export default {
],
};
},
updated() {
},
updated() {},
computed: {
...mapState(["recipesId", "reviewStatus", "fontSize"]),
},
watch: {
},
watch: {},
methods: {
handleOnSizeChange(fontSize) {
this.updateFontSize({ fontSize });