feat: edit tab item name, add widgets in tab

This commit is contained in:
Qiuxia Fan
2022-01-09 16:58:11 +08:00
parent 7cdd57325a
commit 92b03a006e
5 changed files with 105 additions and 18 deletions

View File

@@ -157,6 +157,10 @@ function clickIcons(t: { id: string; content: string; name: string }) {
color: #666;
}
.item {
font-size: 12px;
}
.selectors {
min-width: 180px;
}