fix : 优化页面细节

This commit is contained in:
2024-06-29 23:17:47 +08:00
parent 1e4397b5ea
commit 2e9adb3248
6 changed files with 25 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div>{{modelValue}}</div>
<el-button color="#DED0B2" style="margin-left: 10px" @click="click">
<el-button color="#DED0B2" @click="click">
{{ modelValue?'更改':'请选择抄送人员' }}
</el-button>
<div style="margin-left: 10px">{{modelValue}}</div>
</template>
<script setup>