diff --git a/src/components/rightslider/communitypowderstyle/index.vue b/src/components/rightslider/communitypowderstyle/index.vue
index 418303c..cd540fe 100644
--- a/src/components/rightslider/communitypowderstyle/index.vue
+++ b/src/components/rightslider/communitypowderstyle/index.vue
@@ -8,7 +8,6 @@
label-position="top"
label-width="80px"
:model="datas"
- size="small"
:rules="rules"
>
diff --git a/src/components/rightslider/decorate/index.vue b/src/components/rightslider/decorate/index.vue
index 5069131..134757a 100644
--- a/src/components/rightslider/decorate/index.vue
+++ b/src/components/rightslider/decorate/index.vue
@@ -9,7 +9,6 @@
label-width="80px"
:model="datas"
:rules="rules"
- size="small"
>
@@ -210,7 +209,7 @@ export default {
width: 80px;
float: left;
}
- :deep(.el-form-item__content ){
+ :deep(.el-form-item__content) {
margin-left: 80px;
}
}
diff --git a/src/components/rightslider/entertheshopstyle/index.vue b/src/components/rightslider/entertheshopstyle/index.vue
index 2f03d3c..85990eb 100644
--- a/src/components/rightslider/entertheshopstyle/index.vue
+++ b/src/components/rightslider/entertheshopstyle/index.vue
@@ -9,7 +9,6 @@
label-width="80px"
:model="datas"
:rules="rules"
- size="small"
>
- 点击{{datas.icon?'更换':'添加'}}图片
+ 点击{{ datas.icon ? '更换' : '添加' }}图片
@@ -58,7 +57,6 @@
style="width: 60%"
v-model="datas.type"
placeholder="请选择跳转类型"
- size="small"
>
@@ -163,9 +160,9 @@ export default {
.uploadImg {
width: 345px;
height: 40px;
- margin-top:20px ;
+ margin-top: 20px;
}
- img{
+ img {
display: block;
margin: 0 auto;
width: 56px;
diff --git a/src/components/rightslider/graphicnavigationstyle/index.vue b/src/components/rightslider/graphicnavigationstyle/index.vue
index 66e5c55..16c3123 100644
--- a/src/components/rightslider/graphicnavigationstyle/index.vue
+++ b/src/components/rightslider/graphicnavigationstyle/index.vue
@@ -10,12 +10,19 @@
-
-
-
-
+
+
+
+
![]()
@@ -25,7 +32,6 @@
@@ -33,7 +39,6 @@
style="width: 60%"
v-model="element.linktype"
placeholder="请选择跳转类型"
- size="small"
>
-
- >
+ >
@@ -67,7 +71,7 @@
-
+
@@ -265,8 +269,7 @@ export default {
uploadImgDataType: null,
}
},
- created() {
- },
+ created() {},
methods: {
showUpload(type) {
this.uploadImgDataType = type
@@ -274,14 +277,13 @@ export default {
},
// 提交
uploadInformation(res) {
-
if (this.uploadImgDataType === '0') {
this.datas.imageList.push({
src: res,
text: '',
http: {},
})
- console.log(this.datas.imageList,33333333333333)
+ console.log(this.datas.imageList, 33333333333333)
} else if (this.uploadImgDataType === '1') {
this.datas.bgImg = res
}
diff --git a/src/components/rightslider/listswitchingstyle/index.vue b/src/components/rightslider/listswitchingstyle/index.vue
index bbaae99..284c6d9 100644
--- a/src/components/rightslider/listswitchingstyle/index.vue
+++ b/src/components/rightslider/listswitchingstyle/index.vue
@@ -4,7 +4,7 @@
{{ datas.text }}
-
+
-