(all): 发布 1.1.7

更新文档
This commit is contained in:
就眠儀式 2022-06-13 22:52:01 +08:00
parent 196d30d15a
commit 2198eafa52

View File

@ -177,9 +177,9 @@ const boxStyle = computed(() => {
const dataStyle = computed(() => { const dataStyle = computed(() => {
return { return {
height: props.showSearch ? 'calc(100% - 97px)' : 'calc(100% - 38px)' height: props.showSearch ? "calc(100% - 97px)" : "calc(100% - 38px)",
} };
}) });
</script> </script>
<template> <template>