feat:更新主题色功能

This commit is contained in:
2025-07-02 22:43:55 +08:00
parent 1d0cb061d0
commit 45a129ea94
6 changed files with 64 additions and 39 deletions

View File

@@ -1,5 +1,9 @@
<template>
<div class="food-record-form common-mobile-view">
<h2 style="text-align: center; margin: 0;">
{{ foodStore.recordApiType === 'ADD' ? '新增记录' : '编辑记录' }}
</h2>
<el-form ref="formRef" :model="foodStore.currentRecord"
:rules="rules" label-width="80">
<el-form-item label="菜谱名称" prop="name">