Add individuals gen function & do some optm #23

Merged
MrKBear merged 6 commits from dev-mrkbear into master 2022-03-17 22:54:11 +08:00
Showing only changes of commit a91143f6c0 - Show all commits

View File

@ -4,7 +4,7 @@ div.color-input {
div.color-view {
width: $line-min-height;
max-width: $line-min-height;
min-width: $line-min-height;
display: flex;
justify-content: center;
align-items: center;
@ -24,7 +24,12 @@ div.color-input {
align-items: center;
div.text-box {
max-width: calc( 100% - 24px);
text-overflow: ellipsis;
overflow: hidden;
padding-left: 1px;
white-space: nowrap;
word-break: keep-all;
}
}
}