😎调整系统配置页面相关代码
This commit is contained in:
parent
4970b5a63b
commit
559115c9d6
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user