소스 검색

清除无效的clearable

lighter 2 년 전
부모
커밋
e8b7f0cb28
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/settings/SendNotification.vue

+ 0 - 2
src/views/settings/SendNotification.vue

@@ -30,7 +30,6 @@
               发送系统更新消息
             </template>
             <el-input type="textarea" :rows="3" v-model="systemUpdatesMessage"
-                      clearable
                       placeholder="在此输入要发送的消息,如果不填写就是清空消息。"/>
             <div style="margin-top: 12px">
               <el-button type="primary" icon="Upload" @click="clickSendUpdateMessage">发送消息</el-button>
@@ -43,7 +42,6 @@
               发送滚动通知
             </template>
             <el-input type="textarea" :rows="3" v-model="scrollingMessage"
-                      clearable
                       placeholder="在此输入要发送的消息,如果不填写就是清空消息。"/>
             <div style="margin-top: 12px">
               <el-button type="primary" icon="Upload" @click="clickSendScrollingMessages">发送消息</el-button>