chore: update tag list selector

This commit is contained in:
boojack
2022-07-04 21:27:07 +08:00
parent 3f3f6eaee8
commit 29f73f0d25
4 changed files with 30 additions and 133 deletions

View File

@ -12,35 +12,6 @@
}
> .memo-editor {
.flex(column, flex-start, flex-start);
position: relative;
width: 100%;
height: auto;
background-color: white;
}
> .tag-list {
.flex(column, flex-start, flex-start);
position: absolute;
z-index: 10;
background-color: rgba(30, 30, 30, 0.9);
padding: 2px;
border-radius: 4px;
width: 128px;
max-height: 200px;
overflow: auto;
> span {
width: 100%;
padding: 2px 6px;
color: white;
cursor: pointer;
border-radius: 4px;
font-size: 13px;
&:hover {
background-color: #505050;
}
}
@apply flex flex-col justify-start items-start relative w-full h-auto bg-white;
}
}