perf: 选项显示图标

This commit is contained in:
xiaojunnuo
2024-11-30 01:57:09 +08:00
parent 7b55337c5e
commit aedc462135
54 changed files with 298 additions and 52 deletions

View File

@@ -60,6 +60,11 @@ h1, h2, h3, h4, h5, h6 {
align-items: center;
}
.flex-between {
display: flex;
justify-content: space-between;
}
.flex {
display: flex;
align-items: center;
@@ -192,7 +197,9 @@ h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #dedede;
}
.color-plus{
color: #c5913f;
}
.color-blue {
color: #1890ff;
}