File tree Expand file tree Collapse file tree
components/system-upgrade/upgrade
views/database/redis/setting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 {{ upgradeInfo.testVersion }}
1616 </el-radio >
1717 </el-radio-group >
18- <MarkDownEditor v-loading =" loading" :content =" upgradeInfo.releaseNote" />
18+ <div v-loading =" loading" >
19+ <MarkDownEditor :content =" upgradeInfo.releaseNote" />
20+ </div >
1921 </div >
2022 <template #footer >
2123 <span class =" dialog-footer" >
Original file line number Diff line number Diff line change 11<template >
2- <DrawerPro v-model =" open" :header =" $t('xpack.user.userInfo')" v-loading = " loading " >
2+ <DrawerPro v-model =" open" :header =" $t('xpack.user.userInfo')" >
33 <div v-loading =" loading" >
44 <el-form ref =" userRef" label-position =" top" :model =" form" :rules =" userRules" >
55 <input
Original file line number Diff line number Diff line change 6262 </el-col >
6363 </el-row >
6464 </div >
65- <Status v-show =" activeName === 'status'" ref =" statusRef" />
65+ <div v-show =" activeName === 'status'" >
66+ <Status ref =" statusRef" />
67+ </div >
6668 <div v-if =" activeName === 'tuning'" >
6769 <el-form :model =" form" ref =" formRef" :rules =" rules" label-position =" top" >
6870 <el-row class =" mt-10" >
110112 </el-row >
111113 </el-form >
112114 </div >
113- <Persistence @loading =" changeLoading" v-show =" activeName === 'persistence'" ref =" persistenceRef" />
115+ <div v-show =" activeName === 'persistence'" >
116+ <Persistence @loading =" changeLoading" ref =" persistenceRef" />
117+ </div >
114118 </template >
115119 </LayoutContent >
116120
You can’t perform that action at this time.
0 commit comments