feat:更换字体图标
This commit is contained in:
@@ -103,6 +103,26 @@
|
||||
color: $--color-text-regular;
|
||||
}
|
||||
}
|
||||
.notebook-editor{
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
padding: 10px;
|
||||
.markdownEditor {
|
||||
height: 100% !important;
|
||||
}
|
||||
.notebook-editor-btn{
|
||||
height: 41px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.nz-btn-size-normal{
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.notebook-add{
|
||||
padding-bottom: 60px;
|
||||
|
||||
Reference in New Issue
Block a user