Commit 095ba099 by 陈超

T

parent 695eb27a
......@@ -331,6 +331,8 @@ div::-webkit-scrollbar {
}
.tab_item_normal {
display: flex;
flex-direction: row;
flex-grow: 1;
width: 0;
align-items: center;
......@@ -341,6 +343,8 @@ div::-webkit-scrollbar {
}
.tab_item_selected {
display: flex;
flex-direction: row;
flex-grow: 1;
width: 0;
align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment