Commit d0b1e16f authored by chenqikuai's avatar chenqikuai

fix

parent 5e69dcb0
...@@ -21,7 +21,6 @@ const props = defineProps<{ ...@@ -21,7 +21,6 @@ const props = defineProps<{
$selectColor: #353535; $selectColor: #353535;
.menuItem { .menuItem {
color: $selectColor;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -36,6 +35,7 @@ $selectColor: #353535; ...@@ -36,6 +35,7 @@ $selectColor: #353535;
font-family: PingFangSC-Semibold, PingFang SC; font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 400; font-weight: 400;
line-height: 20px; line-height: 20px;
color: $selectColor;
} }
} }
.menuActive { .menuActive {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment