Поправлены стили формы добавления ивента, исправлены зависимости package.json

This commit is contained in:
DwCay
2022-10-12 01:14:21 +03:00
parent 75b1f361ac
commit f86702f653
22 changed files with 1654 additions and 1267 deletions

View File

@@ -13,16 +13,16 @@
</template>
<script>
import TheButtonSidebar from "@/components/base/buttons/BaseSidebarButton";
import TheButtonSidebar from "@/components/base/buttons/BaseSidebarButton";
export default {
name: "TheSidebar",
components: {TheButtonSidebar},
}
export default {
name: "TheSidebar",
components: { TheButtonSidebar },
};
</script>
<style lang="sass" scoped>
.sidebar
max-width: 80px
background-color: #F8F8FF
.sidebar
max-width: 80px
background-color: #F8F8FF
</style>