浏览代码

修改感叹号

袁兴隆 3 月之前
父节点
当前提交
a608aefb2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/messageBoard/messageBoard.vue

+ 1 - 1
src/views/messageBoard/messageBoard.vue

@@ -183,7 +183,7 @@
 				this.$prompt(content, title, {
 					confirmButtonText: '确定',
 					cancelButtonText: '取消',
-					type: 'warning',
+					// type: 'warning',
 					inputPlaceholder: '请输入回复内容',
 					inputType: 'textarea',
 					inputRows: 3,