Skip to content

Commit

Permalink
style: 优化应用升级文件对比样式 (#6733)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored and wanghe-fit2cloud committed Oct 16, 2024
1 parent 8c54d41 commit 7451410
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions frontend/src/views/app-store/installed/upgrade/diff/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
:title="$t('app.composeDiff')"
:destroy-on-close="true"
:close-on-click-modal="false"
width="60%"
width="90%"
>
<el-row :gutter="10">
<el-col :span="22" :offset="1">
<el-text type="warning">{{ $t('app.diffHelper') }}</el-text>
<div ref="container" class="compose-diff"></div>
</el-col>
</el-row>
<div>
<el-text type="warning">{{ $t('app.diffHelper') }}</el-text>
<div ref="container" class="compose-diff"></div>
</div>
<template #footer>
<span class="dialog-footer">
<el-button @click="handleClose">{{ $t('commons.button.cancel') }}</el-button>
Expand Down

0 comments on commit 7451410

Please # to comment.