perf: 优化资产授权详情授权账号更新卡片

This commit is contained in:
Bai
2023-01-30 18:59:24 +08:00
committed by Jiangjie.Bai
parent 7e3db76c9f
commit c9a3fe625c

View File

@@ -15,6 +15,7 @@
<el-col :md="9" :sm="24">
<IBox :title="$tc('assets.Account')" type="primary">
<AccountFormatter
class="checkbox-accounts"
:value="object['accounts']"
@change="updateAccount"
/>
@@ -62,7 +63,12 @@ export default {
}
</script>
<style scoped>
<style scoped lang="scss">
.checkbox-accounts >>> .el-checkbox-group {
line-height: 40px;
}
.item-name {
width: 100%;
overflow: hidden;