fix(web): 修复图数据库 header 高度问题

This commit is contained in:
Wenjie Zhang 2026-04-07 10:50:01 +08:00
parent 2a52b368f0
commit 39a0fba402

View File

@ -619,7 +619,7 @@ const goToDatabasePage = () => {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@graph-header-height: 55px; @graph-header-height: 50px;
.graph-container { .graph-container {
padding: 0; padding: 0;