wip
This commit is contained in:
parent
d32ec82d70
commit
3ed2b19c78
|
|
@ -57,6 +57,7 @@ body.page-design .design-box .design-head > div:hover {
|
|||
body.page-design .design-box .sidebar-edit-wrap {
|
||||
width: 300px;
|
||||
background-color: #fff;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
body.page-design .design-box .sidebar-edit-wrap .module-edit {
|
||||
padding: 0 10px 14px;
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ body.page-design {
|
|||
// flex: 1;
|
||||
width: 300px;
|
||||
background-color: #fff;
|
||||
border-right: 1px solid #eee;
|
||||
|
||||
.module-edit {
|
||||
padding: 0 10px 14px;
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ Vue.component('module-editor-slideshow', {
|
|||
watch: {
|
||||
module: {
|
||||
handler: function (val) {
|
||||
console.log(222)
|
||||
this.$emit('on-changed', val);
|
||||
},
|
||||
deep: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue