优化页面显示效果

This commit is contained in:
Chuck1sn
2025-06-04 11:49:47 +08:00
parent 07e590dc2d
commit 54201aa0f0
4 changed files with 104 additions and 40 deletions

View File

@@ -24,11 +24,11 @@
{{
commandContentMap[chatElement.command!]
}}</button>
<InputButton
<InputButton size="md"
bgColor="bg-red-700 hover:bg-red-800 focus:ring-red-300 text-white focus:ring-4 focus:outline-none"
:content="commandContentMap[chatElement.command!]" :handleSubmit="handleDeleteUserClick"
v-if="chatElement.command === 'DELETE_USER'" />
<InputButton
<InputButton size="md"
bgColor="bg-red-700 hover:bg-red-800 focus:ring-red-300 text-white focus:ring-4 focus:outline-none"
:content="commandContentMap[chatElement.command!]" :handleSubmit="handleDeleteDepartmentClick"
v-if="chatElement.command === 'DELETE_DEPARTMENT'" />