fix: 样式修改

develop
xiangcongshuai 2 years ago
parent 1205ed5fb1
commit 957d7ebd1d

@ -70,6 +70,8 @@ const props = defineProps({
.sort_item { .sort_item {
display: flex; display: flex;
margin-bottom: 16px; margin-bottom: 16px;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -85,6 +87,8 @@ const props = defineProps({
.circle { .circle {
width: 18px; width: 18px;
height: 18px; height: 18px;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -98,7 +102,7 @@ const props = defineProps({
.circle::before { .circle::before {
display: block; display: block;
margin-top: 1px; margin-top: 3px;
margin-left: 1px; margin-left: 1px;
content: attr(data-number); content: attr(data-number);
} }

Loading…
Cancel
Save