david 2 năm trước cách đây
mục cha
commit
6a725e1f90
1 tập tin đã thay đổi với 6 bổ sung4 xóa
  1. 6 4
      src/views/shop/order-list.vue

+ 6 - 4
src/views/shop/order-list.vue

@@ -235,9 +235,11 @@
   }
   </script>
   
-  <style scoped>
-
-  
-
+  <style >
+  @media (max-width: 720px) {
+  .el-message-box {
+    width: 320px !important;
+  }
+}
   </style>