Compare commits

...

4 Commits

Author SHA1 Message Date
halo
36d391d874 perf: 优化长命令记录页面自动换行 2022-03-25 19:39:47 +08:00
Jiangjie.Bai
25412567df fix: 修复资产账号列表点击更新时弹窗不出现的问题 2022-03-03 18:24:58 +08:00
Jiangjie.Bai
d19c92c97d Revert "fix: 修改资产账号更新回调方法"
This reverts commit 132d253c98.
2022-03-01 14:38:09 +08:00
“怀磊”
132d253c98 fix: 修改资产账号更新回调方法 2022-03-01 14:07:30 +08:00
2 changed files with 8 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
<Dialog
width="50"
:title="this.$t('assets.UpdateAssetUserToken')"
:visible.sync="visible"
:destroy-on-close="true"
v-bind="$attrs"
@confirm="handleConfirm()"
@@ -29,8 +30,8 @@
</template>
<script>
import { Dialog, UploadKey } from '@/components'
import { UpdateToken } from '@/components/FormFields'
import Dialog from '@/components/Dialog'
import { UpdateToken, UploadKey } from '@/components/FormFields'
export default {
name: 'UpdateSecretInfo',
components: {
@@ -42,6 +43,10 @@ export default {
account: {
type: Object,
default: () => ({})
},
visible: {
type: Boolean,
default: false
}
},
data() {

View File

@@ -1,5 +1,5 @@
<template>
<pre style="border: none; background: none; white-space: pre-wrap;padding: 10px 20px">
<pre style="border: none; background: none; white-space: pre-wrap; word-wrap: break-word; padding: 10px 20px">
{{ '$ '+ row.input }}
<br>
{{ row.output }}