Преглед изворни кода

分账金额和分账比例在一行显示

张田田 пре 3 месеци
родитељ
комит
c07ecd64d5
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      src/service/OrderDetail.vue

+ 5 - 2
src/service/OrderDetail.vue

@@ -313,7 +313,7 @@ watch(
       v-if="tableData?.profitSharing !== null || tableData?.profitSharingAmount !== null">
       <h3 class="info-title">分账信息</h3>
       <div class="info-content-wrapper">
-        <div class="info-content">
+        <div class="info-content-profit-sharing">
           <div class="info-item" v-if="tableData?.profitSharing!==null">
             <span class="info-label">分账比例:</span>
             <span class="info-value">{{ tableData?.profitSharing }}</span>
@@ -334,7 +334,10 @@ watch(
 .table-wrapper {
   position: relative;
 }
-
+.info-content-profit-sharing{
+  display: flex;
+  gap: 50px;
+}
 .voided-stamp {
   position: absolute;
   left: 50%;