liuhj 3 miesięcy temu
rodzic
commit
1826bc7271
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      src/components/MarketplacePick.vue

+ 4 - 3
src/components/MarketplacePick.vue

@@ -55,7 +55,7 @@
                         </el-form-item>
                     </div>
                 </div>
-                <div style="text-align: right;">
+                <div style="text-align: right;margin-bottom: 25px;">
                     <el-button @click="GroupOrderPreInfoSave" type="primary">保存</el-button>
                 </div>
             </el-form>
@@ -345,6 +345,7 @@ export default {
     justify-content: space-between;
     align-items: center;
     margin-bottom: 15px;
+    margin-top: 15px;
 }
 .marketplacepick-form-li .el-input--medium .el-input__inner{
     height: 40px;
@@ -377,12 +378,12 @@ export default {
 .addbox-img img{
     width: 100%;
 }
-@media screen and (max-width: 724px){
+@media screen and (max-width: 749px){
     .marketplacepick-form{
         width: 360px;
     }
 }
-@media screen and (min-width: 725px) {
+@media screen and (min-width: 750px) {
     .marketplacepick-form-li{
         margin-right: 10px;
     }