✨(all): 发布 1.1.7
更新文档
This commit is contained in:
parent
196d30d15a
commit
2198eafa52
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user