.notes-drawer{width:440px;height:100vh;position:fixed;top:0;right:0;z-index:9999;background:#fff;transition:transform .3s;transform:translate(440px)}.notes-drawer .title{height:65px;display:flex;justify-content:space-between;align-items:center;font-size:16px}.notes-drawer .operate{width:100%;height:300px}.notes-drawer .note-list{height:calc(100vh - 365px);overflow-y:auto;width:100%}.notes-drawer__show{transform:translate(0)}#fullScreenNotes.full-screen-notes{display:none}#fullScreenNotes.full-screen-notes .full-screen-notes-btn{position:fixed;top:80%;right:0;width:74px;height:30px;line-height:30px;background:#37d26e;border-radius:20px 0 0 20px;display:inline-block;z-index:2000;color:#fff}#fullScreenNotes.full-screen-notes .full-screen-notes-btn>i{background:url(../../202577105243/img/icon-note-active.svg);background-size:100% 100%;width:16px;height:16px;display:inline-block;position:relative;top:4px;margin-right:4px}#fullScreenNotes.full-screen-notes .el-dialog__wrapper{z-index:99999}#fullScreenNotes.full-screen-notes .note-dailog{text-align:start}#fullScreenNotes.full-screen-notes .note-dailog .el-dialog__header{padding:20px 20px 10px}