当前位置:网站首页>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>边栏推荐
猜你喜欢

【过一下8】全连接神经网络 视频 笔记

DOM and its applications

Lecture 3 Gradient Tutorial Gradient Descent and Stochastic Gradient Descent

CAP+BASE

怎么更改el-table-column的边框线

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

Using pip to install third-party libraries in Pycharm fails to install: "Non-zero exit code (2)" solution

将照片形式的纸质公章转化为电子公章(不需要下载ps)

shell函数

Error creating bean with name 'configDataContextRefresher' defined in class path resource
随机推荐
HQL statement execution process
机器学习(二) —— 机器学习基础
el-table鼠标移入表格改变显示背景色
Requests the library deployment and common function
ESP32 485 Illuminance
js实现数组去重
Analysis of Mvi Architecture
The role of the range function
The underlying mechanism of the class
Develop a highly fault-tolerant distributed system
Algorithms - ones and zeros (Kotlin)
Difference between for..in and for..of
数据库 单表查询
【NFT网站】教你制作开发NFT预售网站官网Mint作品
Community Sharing|Tencent Overseas Games builds game security operation capabilities based on JumpServer
[Decoding tools] Some online tools for Bitcoin
【过一下7】全连接神经网络视频第一节的笔记
Detailed Explanation of Redis Sentinel Mode Configuration File
【过一下3】卷积&图像噪音&边缘&纹理
物理层的接口有哪几个方面的特性?各包含些什么内容?