📝: 更新日志

This commit is contained in:
就眠儀式
2022-05-06 14:20:26 +08:00
parent c331fc53c3
commit c794039150
2 changed files with 4 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ const props = withDefaults(defineProps<LaySideProps>(), {
const styles = computed<CSSProperties>(() => {
return {
"flex": `0 0 ${props.width}`,
"width": `${props.width}`
flex: `0 0 ${props.width}`,
width: `${props.width}`,
};
});
</script>