fix(测试跟踪): 功能用例编辑页富文本框无法回车

This commit is contained in:
song-cc-rock 2023-03-01 20:16:56 +08:00 committed by jianxing
parent a1ab0c837b
commit eefb2e03e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<template>
<div v-on:keydown.enter.prevent>
<div>
<!-- 基于form组件进行表单验证 -->
<el-form ref="caseDetailForm" :rules="rules" :model="form">
<!-- case name -->
<div class="case-name-row">
<div class="case-name-row" v-on:keydown.enter.prevent>
<div class="case-name case-title-wrap">
<div class="name title-wrap">{{ $t("case.case_name") }}</div>
<div class="required required-item"></div>