表单源码: <template>显示总数<el-pagination@size-change="handleSizeChange"@current-change="handleCurrentChange"v-model:currentPage="currentPage1":page-size="100"layout="total, prev, pager, next":total="1000"></el-pagination></template>export default {methods: {handleSizeChange(val) {console.l...
我在一个其他方法里将mainCommentCount修改为从后端获取的评论总数,而这个评论总数小于10,导致页数只有1...
Steps to reproduce What is Expected? 布局正确 What is actually happening? 布局错误 Additional comments 样式丢失导致 如果使用2.2.22版本先手动添加以下样式 .el-pagination__rightwrapper{flex:1;display:flex;align-items:center;justify-content:flex-end; }...
背景:版本:vue: '3.3.4'element-plus: '2.3.7'el-select的基础多选功能的下拉框需要替换成el-checkbox复选框;尝试实现代码如下: {代码...} 样式实现了,但是逻辑上还有如下问题:全选功能未能关联单项;选择单个选框时,下拉框关闭了。尝试2 {代码...} 全选关联单项已实现,但是还有单项选不中,点击单选选择下拉...
我在一个其他方法里将mainCommentCount修改为从后端获取的评论总数,而这个评论总数小于10,导致页数只有1...