Настроила отображение колонок и подложки

This commit is contained in:
Daria Golova
2022-10-20 16:48:48 +03:00
parent f210053d9d
commit 0f5b0747b9
4 changed files with 49 additions and 19 deletions

View File

@@ -63,5 +63,5 @@ export default {
<style lang="sass" scoped>
.calendar-container
width: 100%
width: calc(100% - 80px)
</style>