소스 검색

修改感叹号

袁兴隆 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,