|
@@ -40,10 +40,10 @@
|
|
|
|
|
|
|
|
|
<script>
|
|
|
-import typeImgUrl_1 from "@/assets/deliveryRoom_1.png";
|
|
|
-import typeImgUrl_2 from "@/assets/deliveryRoom_2.png";
|
|
|
-import typeImgUrl_3 from "@/assets/deliveryRoom_3.png";
|
|
|
-import typeImgUrl_4 from "@/assets/deliveryRoom_4.png";
|
|
|
+import typeImgUrl_1 from "@/assets/deliveryRoom_1.jpg";
|
|
|
+import typeImgUrl_2 from "@/assets/deliveryRoom_2.jpg";
|
|
|
+import typeImgUrl_3 from "@/assets/deliveryRoom_3.jpg";
|
|
|
+import typeImgUrl_4 from "@/assets/deliveryRoom_4.jpg";
|
|
|
|
|
|
// import { reqDeliveryRoomList } from "@/api/deliveryRoomManagement.js"
|
|
|
|
|
@@ -126,13 +126,13 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
width: 310px;
|
|
|
- height: 350px;
|
|
|
+ height: 600px;
|
|
|
margin: 10px;
|
|
|
h5 {
|
|
|
text-align: center;
|
|
|
font-size: 30px;
|
|
|
color: #424242;
|
|
|
- background-color: #199ed8;
|
|
|
+ background-color: #D2E4F0;
|
|
|
}
|
|
|
.img {
|
|
|
width: 100%;
|