chenrui 5 years ago
parent
commit
30ac61d412
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/views/CarWashManagement/DetailsCarWashModal.vue

+ 6 - 1
src/views/CarWashManagement/DetailsCarWashModal.vue

@@ -242,7 +242,12 @@ export default {
         }
       }
       .guidance-con{
-        border: 1px solid #e8e8e8;
+        border: 1px dashed #e8e8e8;
+        border-radius: 6px;
+        padding: 20px;
+        img {
+          max-width: 100%;
+        }
       }
       .period-price-con{
         border-bottom: 1px solid #e8e8e8;