当前位置:网站首页>el-pagination左右箭头替换成文字上一页和下一页
el-pagination左右箭头替换成文字上一页和下一页
2022-08-05 05:14:00 【xx820702】

<el-pagination background class="pagination"
layout="prev, pager, next"
:total="100"
next-text="下一页" prev-text="上一页">
</el-pagination>
<style scoped lang="scss">
.pagination{
display: flex;
justify-content: center; //居中
margin-top: 20px;
//float: left;居左
//float: right;居右
}
::v-deep .el-pagination.is-background .btn-prev {
background: #ffffff !important;
border: 1px solid #f4f4f5;
width: 70px;
}
::v-deep .el-pagination.is-background .btn-next{
background: #ffffff !important;
border: 1px solid #f4f4f5;
width: 70px;
}
::v-deep .el-pagination.is-background .el-pager li{
color: black;
border: 1px solid #f4f4f5;
}
::v-deep .el-dialog__body{
min-height: 300px;
}
::v-deep .el-dialog{
max-width: 400px;
}
::v-deep .el-dialog__header{
border-bottom: 2px solid #cdcdd1;
font-size: 20px;
position: relative;
display: flex;
align-items: center;
}
::v-deep .el-pagination.is-background .btn-prev, ::v-deep .el-pagination.is-background .btn-next,::v-deep .el-pagination.is-background .el-pager li{
background-color:transparent;
margin:0;
} }
</style>边栏推荐
- vscode+pytorch use experience record (personal record + irregular update)
- 学习总结week2_2
- A blog clears the Redis technology stack
- What are the characteristics of the interface of the physical layer?What does each contain?
- redis persistence
- 【After a while 6】Machine vision video 【After a while 2 was squeezed out】
- 数据库实验五 备份与恢复
- 【过一下10】sklearn使用记录
- 【过一下 17】pytorch 改写 keras
- day12函数进阶作业
猜你喜欢

Calling Matlab configuration in pycharm: No module named 'matlab.engine'; 'matlab' is not a package

2022 Hangzhou Electric Multi-School 1st Session 01

Mesos学习

ESP32 485 Illuminance
![coppercam primer [6]](/img/d3/a7d44aa19acfb18c5a8cacdc8176e9.png)
coppercam primer [6]

第四讲 反向传播随笔

【过一下14】自习室的一天

Difference between for..in and for..of

解决端口占用问题

Using QR codes to solve fixed asset management challenges
随机推荐
序列基础练习题
【Untitled】
Lecture 5 Using pytorch to implement linear regression
Requests the library deployment and common function
[Student Graduation Project] Design and Implementation of the Website Based on the Web Student Information Management System (13 pages)
多线程查询结果,添加List集合
el-table鼠标移入表格改变显示背景色
Flink accumulator Counter 累加器 和 计数器
【练一下1】糖尿病遗传风险检测挑战赛 【讯飞开放平台】
Using pip to install third-party libraries in Pycharm fails to install: "Non-zero exit code (2)" solution
The fourth back propagation back propagation
小白一枚各位大牛轻虐虐
学习总结day5
day8字典作业
数据库实验五 备份与恢复
机器学习(二) —— 机器学习基础
对数据排序
【技能】长期更新
第四讲 反向传播随笔
JSX基础