瀏覽代碼

feat: 隐藏feature消息查看详情按钮

Jack Zhou 4 月之前
父節點
當前提交
2676bc0396
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/NotificationMessageCard/src/components/FeatureUpdateCard.vue

+ 2 - 2
src/components/NotificationMessageCard/src/components/FeatureUpdateCard.vue

@@ -53,13 +53,13 @@ const handleViewMore = () => {
         </div>
 
         <div class="change-btn" style="text-align: center">
-          <el-button
+          <!-- <el-button
             @click="handleViewMore"
             class="el-button--main"
             style="height: 40px; padding: 0 32px"
           >
             View more</el-button
-          >
+          > -->
         </div>
       </div>
     </div>