😎调整系统配置页面相关代码

This commit is contained in:
zuohuaijun 2025-08-02 03:08:10 +08:00
parent 4970b5a63b
commit 559115c9d6
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<el-dialog v-model="state.isShowDialog" draggable :close-on-click-modal="false" width="1140">
<template #header>
<div style="color: #fff">
<el-icon size="16" style="margin-right: 3px; display: inline; vertical-align: middle"> <ele-Edit /> </el-icon>
<el-icon size="16" style="margin-right: 3px; display: inline; vertical-align: middle"> <ele-Promotion /> </el-icon>
<span> 页面动画效果 </span>
</div>
</template>

View File

@ -69,7 +69,7 @@
<!-- <div style="background-color: red; color: white; width: 100px; height: 100%; margin: -20px; text-align: center">{{ state.colorName }}</div> -->
</template>
<template #append>
<el-button type="primary" icon="ele-Grid" @click="state.dialogChineseColorVisible = true" style="display: flex">主题</el-button>
<el-button type="primary" icon="ele-Grid" @click="state.dialogChineseColorVisible = true" style="display: flex">主题</el-button>
</template>
</el-input>
</el-descriptions-item>
@ -90,7 +90,7 @@
</template>
<el-input v-model="state.sysInfo.animation">
<template #append>
<el-button icon="ele-Search" @click="handTransfromWindow" />
<el-button type="primary" icon="ele-Promotion" @click="handTransfromWindow" style="display: flex">页面动画</el-button>
</template>
</el-input>
</el-descriptions-item>