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