fix(core): 修复状态栏中有两个及以上选项卡时会出现垂直滚动条
This commit is contained in:
@@ -30,6 +30,9 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
overflow-y: hidden;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
div[m-id="{{d.mId}}"] > .operation > button {
|
div[m-id="{{d.mId}}"] > .operation > button {
|
||||||
|
|||||||
Reference in New Issue
Block a user