src/components/SquareBox.vue
@@ -37,7 +37,7 @@ showTitle: { type: Boolean, default: true } }, }, data() { return { @@ -45,7 +45,7 @@ minHeight: this.minHeight } } } }, } </script> <style scoped> @@ -76,6 +76,10 @@ .square-box-content { margin: 15px; } .square-box-content.no-margin{ margin-left: 0; margin-right: 0; } .square-box-left-top { position: absolute; left: 0;