fix: NEZ-69

This commit is contained in:
chenjinsong
2020-01-19 17:03:16 +08:00
parent 1c42b4c1df
commit 909788ab1c
2 changed files with 172 additions and 68 deletions

View File

@@ -55,7 +55,7 @@ export default {
};
</script>
<style>
<style lang="scss">
.el-pagination__total {
float: left;
}
@@ -96,8 +96,8 @@ export default {
letter-spacing: 0;
}
.el-pager li.active {
background: #EE9D3F;
.el-pagination .el-pager li.active {
background-color: $global-text-color-active;
border-radius: 2px;
border-radius: 2px;
}