修改事件展示查询问题
This commit is contained in:
@@ -152,7 +152,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.el-tabs__content {
|
||||
height: calc(100% - 40px);
|
||||
.el-tab-pane {
|
||||
@@ -214,11 +213,16 @@
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
//tabs 添加icon样式
|
||||
.custom-tabs-label{
|
||||
.custom-tabs-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
.el-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-pagination__sizes {
|
||||
.el-select {
|
||||
min-width: 128px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user