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

样式修改

parent c5daf6fd
...@@ -103,6 +103,10 @@ export default { ...@@ -103,6 +103,10 @@ export default {
<style lang="scss"> <style lang="scss">
.pagination-container{ .pagination-container{
.el-pager li{ .el-pager li{
font-weight: initial!important;
&:hover {
color: #D31B20!important;
}
&.active { &.active {
color: #D31B20!important; color: #D31B20!important;
border: 1px solid #D31B20!important; border: 1px solid #D31B20!important;
......
...@@ -219,8 +219,8 @@ export default { ...@@ -219,8 +219,8 @@ export default {
color: white; color: white;
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
right: -20px; right: -10px;
top: 25px; top: 17px;
font-size: 12px; font-size: 12px;
} }
} }
......
...@@ -320,8 +320,9 @@ body .el-table th.gutter{ ...@@ -320,8 +320,9 @@ body .el-table th.gutter{
.el-table tr td:last-child { .el-table tr td:last-child {
border-right: 0 !important; border-right: 0 !important;
} }
.el-table tr:hover>td{
background-color: #f3f3f3 !important
}
// 折叠面板 样式修改 // 折叠面板 样式修改
.el-collapse { .el-collapse {
.el-collapse-item__header { .el-collapse-item__header {
......
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