xiongzhu 4 年之前
父節點
當前提交
a076556339
共有 1 個文件被更改,包括 10 次插入7 次删除
  1. 10 7
      src/main/nine-space/src/views/product/Detail.vue

+ 10 - 7
src/main/nine-space/src/views/product/Detail.vue

@@ -1205,19 +1205,22 @@ export default {
     height: 42px;
     .text1 {
         color: @prim;
-        width: 48px;
-        flex-shrink: 0;
-        margin-right: 20px;
+        width: 64px;
+        margin-right: 10px;
+        flex-basis: 0;
+        flex-grow: 1;
     }
     .text2 {
         color: @text3;
-        flex-grow: 1;
+        width: 95px;
+        min-width: 95px;
     }
     .text3 {
         color: #fff;
-        width: 48px;
-        flex-shrink: 0;
-        margin-right: 20px;
+        width: 64px;
+        margin-right: 10px;
+        flex-basis: 0;
+        flex-grow: 1;
     }
     .text4 {
         color: @text3;