diff --git a/src/components/edit/how-pop.vue b/src/components/edit/how-pop.vue
index a875884..f35ff47 100644
--- a/src/components/edit/how-pop.vue
+++ b/src/components/edit/how-pop.vue
@@ -50,8 +50,9 @@ export default {
}
.how-img {
- width: 550px;
+ // width: 550px;
height: 584px;
+ max-height: 65vh;
}
}
diff --git a/src/views/edit.vue b/src/views/edit.vue
index 279983c..ca01d65 100644
--- a/src/views/edit.vue
+++ b/src/views/edit.vue
@@ -1,5 +1,6 @@
+
@@ -1144,9 +1145,6 @@ export default {
if (info['wechatdata'] && info['wechatdata']['url']) info['iswechattype'] = 2
-
-
-
if (this.submitState) return
this.submitState = true
@@ -2433,6 +2431,8 @@ export default {
padding-left: 48px;
cursor: pointer;
+
+
&:first-of-type {
padding-top: 16px;
height: 86px;
@@ -2530,6 +2530,12 @@ export default {
border-bottom: 1px solid rgba(242, 242, 242, 1);
}
+ .area-item-name {
+ &:hover {
+ color: rgb(98, 177, 255);
+ }
+ }
+
&.pitchpitch {
color: #62B1FF;