assistant-note/src/pages/Note/index.less

30 lines
505 B
Plaintext
Raw Normal View History

2024-01-12 00:13:58 -05:00
.HlexicalName {
2024-02-06 02:19:12 -05:00
// 顶上有标题设置100h后下面会多处一部分
2024-02-21 00:28:03 -05:00
height: 100%;
2024-01-12 00:13:58 -05:00
width: auto;
}
2024-02-06 02:19:12 -05:00
.ant-tabs-top .ant-tabs-nav{
margin-bottom: 0;
2024-02-21 02:47:08 -05:00
}
#itemTreeTabs{
margin: 0;
height: 100%;
}
#itemTreeTabs .ant-tabs-nav{
height: 6%;
}
#itemTreeTabs .ant-tabs-content-holder{
height: 94%;
}
#itemTreeTabs .ant-tabs-tab{
margin: 0;
font-size: 36px;
width: 50%;
text-align: center;
}
#itemTreeTabs .ant-tabs-nav-list{
width: 100%;
}
#itemTreeTabs .ant-tabs-tab-btn{
width: 100%;
2024-02-06 02:19:12 -05:00
}