Pārlūkot izejas kodu

fix:5.4.3 资源更新

msgroup 10 mēneši atpakaļ
vecāks
revīzija
d9c38c3f19

+ 2 - 3
src/main/webapp/template/1/default/component/ms-comment.htm

@@ -12,7 +12,7 @@
 					</el-input>
 				</el-form-item>
 				<el-form-item>
-					<el-button style="margin-left: 40px" type="primary" plain @click="send()" :disabled="!form.commentContent">提交评论</el-button>
+					<el-button  type="primary" plain @click="send()" :disabled="!form.commentContent">提交评论</el-button>
 				</el-form-item>
 			</el-form>
 
@@ -365,7 +365,7 @@
 				commentDataList: [], //评论表列表
 				pageSize: 10, //页面数量
 				currentPage: 1, //初始页,
-				emptyText: '',
+				emptyText: '暂无评论',
 				//总记录数量
 				total: 0,
 				form: {
@@ -906,7 +906,6 @@
 		flex-direction: column;
 		justify-content: center;
 		align-items: center;
-		border: 1px solid #c1c1c1;
 		border-radius: 2px;
 		font-size: 20px;
 		color: rgb(133, 144, 166);