Commit d812f57e authored by 张伯涛's avatar 张伯涛

公共分页样式

parent 10cdac96
......@@ -96,11 +96,18 @@ export default {
padding: 15px;
text-align: right;
}
.el-pager li.active{
border: 1px solid #D31B20;
}
.pagination-container.hidden {
display: none;
}
</style>
<style lang="scss">
.pagination-container{
.el-pager li{
&.active {
color: #D31B20!important;
border: 1px solid #D31B20!important;
background-color: #FFFFFF!important;
}
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment