This commit is contained in:
pushuo 2022-07-14 21:17:45 +08:00
parent d32ec82d70
commit 3ed2b19c78
3 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -68,6 +68,7 @@ Vue.component('module-editor-slideshow', {
watch: {
module: {
handler: function (val) {
console.log(222)
this.$emit('on-changed', val);
},
deep: true