Feat: update editor tools (#14)

* fileupload

* update memo editor comman tool btns

* update editor tools

Co-authored-by: lqwakeup <qiaobingxue1998@163.com>
This commit is contained in:
STEVEN
2021-12-21 22:31:42 +08:00
committed by GitHub
parent 8eb4273e4a
commit 63ddb2917d
4 changed files with 104 additions and 32 deletions

View File

@ -10,7 +10,9 @@
> .common-editor-inputer {
display: inline-block;
width: 100%;
min-height: 24px;
padding-top: 4px;
padding-bottom: 12px;
min-height: 40px;
max-height: 300px;
font-size: 15px;
line-height: 24px;
@ -19,7 +21,6 @@
overflow-y: scroll;
background-color: transparent;
z-index: 1;
margin-bottom: 4px;
white-space: pre-wrap;
.hide-scroll-bar();
@ -40,6 +41,19 @@
> .common-tools-container {
.flex(row, flex-start, center);
> .action-btn {
width: 18px;
height: auto;
margin-right: 8px;
user-select: none;
cursor: pointer;
opacity: 0.5;
&:hover {
opacity: 0.8;
}
}
}
> .btns-container {