xiongzhu 4 years ago
parent
commit
a076556339
1 changed files with 10 additions and 7 deletions
  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;