@@ -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>
@@ -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);