whychdw
2019-09-10 2acef99780e5909f5a7bbaf365f36021bd1fb0d3
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;