perf: 样式调整
1.dashboard-table背景色 2.metric preview Options字色、小标题与输入框间距加大 3.所有输入框、分页按钮背景色 4.cascade、下拉框的active字色 5.dashboard 图表横向间距
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
float: left;
|
||||
}
|
||||
.pagination {
|
||||
padding-top: 12px;
|
||||
padding-top: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -84,11 +84,21 @@ export default {
|
||||
.el-pagination .el-pager .more::before {
|
||||
line-height: 20px;
|
||||
}
|
||||
.el-pagination .el-pager .more {
|
||||
background-color: $content-right-background-color;
|
||||
}
|
||||
.btn-next, .btn-prev {
|
||||
background-color: $content-right-background-color !important;
|
||||
}
|
||||
.pagination input {
|
||||
background-color: $content-right-background-color !important;
|
||||
}
|
||||
.el-pager li.number{
|
||||
font-family: NotoSansSC-Regular;
|
||||
color: #666666;
|
||||
letter-spacing: 0;
|
||||
font-weight:normal;
|
||||
background-color: $content-right-background-color;
|
||||
}
|
||||
.el-pager li.number.active{
|
||||
font-family: NotoSansSC-Regular;
|
||||
|
||||
Reference in New Issue
Block a user