fix(接口定义): 修复json-schema的高级设置描述过长超出页面的缺陷

https://github.com/metersphere/metersphere/issues/21104
This commit is contained in:
wxg0103 2023-01-05 14:05:14 +08:00 committed by wxg0103
parent 48c8cf2454
commit 675a1357a6
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
</div>
</el-form>
<p class="tip">{{ $t('schema.preview') }} </p>
<pre style="width:100%">{{ completeNodeValue }}</pre>
<pre style="width:100%; white-space: pre-wrap;">{{ completeNodeValue }}</pre>
<span slot="footer" class="dialog-footer">
<ms-dialog-footer
@ -99,7 +99,7 @@
</template>
<script>
import {isNull} from './util'
import {TYPE_NAME, TYPE, TYPES} from './type/type'
import {TYPE, TYPE_NAME, TYPES} from './type/type'
import MsMock from './mock/MockComplete'
import MsDialogFooter from '../../../components/MsDialogFooter'
import {getUUID} from "@/common/js/utils";