修改bug 55856 问答 问题过多 显示不全
This commit is contained in:
@@ -1860,13 +1860,13 @@ export default {
|
|||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
}
|
}
|
||||||
#my-questions{
|
#my-questions{
|
||||||
height: 100%;
|
height: calc(100vh - 75px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: #F5F7FA;
|
background: #F5F7FA;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
.tab-box{
|
.tab-box{
|
||||||
height: 100%;
|
height: 93%;
|
||||||
}
|
}
|
||||||
.type-tabs {
|
.type-tabs {
|
||||||
/deep/.el-tabs__header {
|
/deep/.el-tabs__header {
|
||||||
|
|||||||
@@ -1257,13 +1257,13 @@ export default {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
#my-questions{
|
#my-questions{
|
||||||
height: 100%;
|
height: calc(100vh - 75px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: #F5F7FA;
|
background: #F5F7FA;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
.tab-box{
|
.tab-box{
|
||||||
height: 100%;
|
height: 93%;
|
||||||
}
|
}
|
||||||
.type-tabs {
|
.type-tabs {
|
||||||
/deep/.el-tabs__header {
|
/deep/.el-tabs__header {
|
||||||
|
|||||||
Reference in New Issue
Block a user