liuhj 3 ヶ月 前
コミット
9703a5e3be
共有1 個のファイルを変更した5 個の追加5 個の削除を含む
  1. 5 5
      src/components/MarketplacePick.vue

+ 5 - 5
src/components/MarketplacePick.vue

@@ -329,6 +329,7 @@ export default {
         //删除
         GroupOrderPreInfoDel() {
             this.$confirm('此操作将作废该数据, 是否继续?', '提示', {
+                customClass:'marketplacepick-confirm',
                 confirmButtonText: '确定',
                 cancelButtonText: '取消',
                 type: 'warning'
@@ -458,14 +459,13 @@ export default {
 .addbox-img img{
     width: 100%;
 }
-
+.marketplacepick-confirm{
+    width: 280px;
+}
 @media screen and (max-width: 749px){
     .marketplacepick-form{
         width: 360px;
     }
-    .el-popup-parent--hidden .el-message-box{
-        width: 280px;
-    }
 }
 @media screen and (min-width: 750px) {
     .marketplacepick-form-li{
@@ -478,4 +478,4 @@ export default {
         margin-right: 10px;
     }
 }
-</style>
+</style>