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

8 lines
161 B
Plaintext
Raw Normal View History

2024-01-12 00:13:58 -05:00
.HlexicalName {
2024-02-06 02:19:12 -05:00
// 顶上有标题设置100h后下面会多处一部分
// height: 100vh;
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;
}