黄琪勇 hai 10 meses
pai
achega
4efc618da6

+ 0 - 1
src/components/MEmpty.vue

@@ -35,7 +35,6 @@ export default {
     text-align: center;
     line-height: .22rem;
     position: relative;
-    top: -.2rem;
 }
 .full {
     height: 100vh;

+ 5 - 3
src/views/creation/edit/index.vue

@@ -176,7 +176,6 @@ export default {
      position: relative;
      line-height: 0;
      overflow: visible !important;
-     margin-bottom: 24px !important;
 
      .videoBg {
         width: 100%;
@@ -274,8 +273,11 @@ export default {
      border-radius: 10px;
      font-size: 16px;
      overflow: hidden;
-     .fieldText /deep/.van-field__control{
-         caret-color: #01C1B5;
+     .fieldText {
+         border-radius: 10px;
+         /deep/.van-field__control{
+            caret-color: #01C1B5;
+         }
       }
 
      .van-field__control::placeholder {

+ 1 - 2
src/views/creation/index.less

@@ -76,7 +76,7 @@
             .plyr__controls {
                width: 100%;
                position: absolute;
-               z-index: 3;
+               z-index: 4;
                bottom: 0;
                left: 0;
                background: initial;
@@ -318,7 +318,6 @@
             .staff {
                width: 100%;
                height: 100%;
-               padding-left: 0.1rem;
             }
             .mask {
                position: absolute;

+ 1 - 1
src/views/creation/index.vue

@@ -132,7 +132,7 @@
             v-if="state.listState.dataShow"
             :finished="state.listState.finished"
             :finishedText="' '"
-            @Load="getStarList"
+            @load="getStarList"
             :immediateCheck="false"
          >
             <van-cell

+ 2 - 1
src/views/creation/share-model/index.vue

@@ -423,7 +423,8 @@ export default {
   position: relative;
   background-color: #fff;
   border-radius: 0.12rem 0.12rem 0 0;
-  padding-bottom: env(safe-area-inset-bottom);
+  //padding-bottom: env(safe-area-inset-bottom);
+  padding-bottom: 0.1rem;
 
   .iconClose {
     position: absolute;