no message
This commit is contained in:
@@ -138,10 +138,13 @@ export default {
|
|||||||
.layout {
|
.layout {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow:hidden
|
|
||||||
}
|
}
|
||||||
.drillDrownViewLayout{
|
.drillDrownViewLayout{
|
||||||
min-height: calc(100vh - 34px) !important;
|
min-height: calc(100vh - 34px) !important;
|
||||||
|
overflow-y:auto !important;
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none; /* 隐藏滚动条 */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.bottom-text {
|
.bottom-text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user