Procházet zdrojové kódy

清除无效的clearable

lighter před 2 roky
rodič
revize
e8b7f0cb28
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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>