generated from VLADIMIR/template_frontend
fix graph
This commit is contained in:
@@ -35,7 +35,7 @@ onMounted(async () => {
|
||||
<style scoped>
|
||||
.graph-container {
|
||||
width: 100%;
|
||||
height: 700px;
|
||||
height: calc(100vh - 50px);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user