fix: 样式优化

develop
xiangcongshuai 2 years ago
parent 957d7ebd1d
commit b039c7122b

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -75,7 +75,7 @@ const props = defineProps<{
font-style: normal;
font-weight: 400;
line-height: 22px;
color: rgb(255 255 255 / 80%);
color: #fff;
}
.list_title_value {

@ -18,7 +18,20 @@ const props = defineProps({
}
});
const name_list = computed(() => {
return ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"];
return [
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"
];
});
const value1_list = computed(() => {
return props.data[0].data.map((item: any) => {

Loading…
Cancel
Save