feat:更换字体图标

This commit is contained in:
zyh
2023-09-20 16:15:02 +08:00
parent 6ae9e9297d
commit 600fa76954
12 changed files with 76 additions and 18 deletions

View File

@@ -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;