panhui 3 سال پیش
والد
کامیت
a77c5e583c
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      src/components/ProductInfo.vue

+ 5 - 0
src/components/ProductInfo.vue

@@ -95,6 +95,10 @@ const goDetail = () => {
     }
 }
 
+.flex1 {
+    flex-grow: 1;
+}
+
 .datas {
     .f();
     .data {
@@ -115,6 +119,7 @@ const goDetail = () => {
         }
 
         &:nth-child(1) {
+            align-items: flex-start;
             .val {
                 color: var(--red);
             }