-
-
-
-
+
+
+
+
@@ -130,6 +129,12 @@ export default {
},
currentCard() {
return this.$route.params.cardId === this.id
+ },
+ isBoardAndStackChoosen() {
+ if (this.selectedBoard === '' || this.selectedStack === '') {
+ return false
+ }
+ return true
}
},
methods: {
@@ -293,8 +298,11 @@ export default {
}
.modal__content {
- width: 50vw;
+ width: 25vw;
text-align: center;
- margin: 10vw 0;
+ margin: 4vw 1vw;
+ }
+ .modal__content button{
+ float: right;
}