bug
This commit is contained in:
		@@ -26,11 +26,11 @@
 | 
			
		||||
    </div>
 | 
			
		||||
    <u-popup v-model="show" mode="bottom">
 | 
			
		||||
      <div class="textarea">
 | 
			
		||||
        <u-input v-model="value" type="textarea" :height="120" :auto-height="true" placeholder="异常情况记录" :clearable="false" />
 | 
			
		||||
        <p>字数0/1000</p>
 | 
			
		||||
        <u-input v-model="value" type="textarea" :height="120" :auto-height="true" placeholder="异常情况记录" :clearable="false" maxlength="1000" />
 | 
			
		||||
        <p>字数{{value.length}}/1000</p>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="btn">
 | 
			
		||||
        <span>清空内容</span>
 | 
			
		||||
        <span @click="value=''">清空内容</span>
 | 
			
		||||
        <span class="confirm" @click="confirm">保存</span>
 | 
			
		||||
      </div>
 | 
			
		||||
    </u-popup>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user