no message
Former-commit-id: 87839e7fb304d805a0c0276093e7b26f6ae9789f Former-commit-id: ef37b8f5be3ec13042dcff318c55c759ef61dfab Former-commit-id: 40e397e70832bad2b6c9e23e451e72d563987a24
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Container type="ghost" class="demo-plugin-vue-grid-layout-demo">
|
||||
<Container type="ghost" class="body">
|
||||
<GridLayout
|
||||
v-bind="layout"
|
||||
@layout-updated="layoutUpdatedHandler">
|
||||
@@ -78,11 +78,11 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/assets/style/public.scss';
|
||||
.demo-plugin-vue-grid-layout-demo {
|
||||
.body {
|
||||
.vue-grid-layout {
|
||||
margin: -$margin -$margin 0px -$margin;
|
||||
margin: -10px;
|
||||
.el-card {
|
||||
height: 100%;
|
||||
@extend %unable-select;
|
||||
|
||||
Reference in New Issue
Block a user