fix graph
This commit is contained in:
parent
3512950517
commit
9b499867ac
3
Makefile
3
Makefile
@ -1,4 +1,7 @@
|
||||
build:
|
||||
@echo "Build static files"
|
||||
npm run build
|
||||
@echo "Remove old version from server repository"
|
||||
rm -rf ../evening_detective/cmd/evening_detective/static/admin
|
||||
@echo "Copy new version to server repository"
|
||||
cp -r dist ../evening_detective/cmd/evening_detective/static/admin
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user