bug
This commit is contained in:
@@ -238,10 +238,10 @@
|
||||
<div class="right-item" v-if="currTarget.type === 'input' || currTarget.type === 'textarea'">
|
||||
<div class="right-item__title no-solid">
|
||||
<div class="right-item__title--left">
|
||||
<h2>说明文字</h2>
|
||||
<h2>提示文字</h2>
|
||||
</div>
|
||||
</div>
|
||||
<el-input placeholder="请输入说明文字" v-model="currTarget.placeholder"></el-input>
|
||||
<el-input placeholder="请输入提示文字" v-model="currTarget.placeholder"></el-input>
|
||||
</div>
|
||||
<div class="right-item">
|
||||
<div class="right-item__title no-solid">
|
||||
|
||||
Reference in New Issue
Block a user