fix: 样式修改

develop
xiangcongshuai 2 years ago
parent 1205ed5fb1
commit 957d7ebd1d

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

Loading…
Cancel
Save