enhance(ui): refactor the context menu with the shui dropdown menu items

This commit is contained in:
charlie
2024-04-25 15:21:37 +08:00
parent fcb3097602
commit d0866fe4de
4 changed files with 164 additions and 156 deletions

View File

@@ -11,15 +11,11 @@
}
.editor-inner {
position: relative;
display: flex;
@apply relative flex;
textarea {
border: none;
border-radius: 0;
background: transparent;
padding: 0;
resize: none;
@apply border-none rounded-none bg-transparent p-0 resize-none;
box-shadow: none;
}
}