This commit is contained in:
aaron 2026-03-30 08:00:54 +08:00
parent 95d4aff091
commit 380a9277e7

View File

@ -311,21 +311,9 @@
white-space: nowrap; white-space: nowrap;
} }
.pending-reason {
max-width: 280px;
white-space: normal;
word-break: break-word;
}
.pending-signal { .pending-signal {
min-width: 140px; min-width: 140px;
} }
@media (max-width: 1200px) {
.pending-reason {
max-width: 220px;
}
}
</style> </style>
</head> </head>
<body> <body>
@ -501,7 +489,6 @@
<th>风控目标</th> <th>风控目标</th>
<th>仓位占用</th> <th>仓位占用</th>
<th>信号</th> <th>信号</th>
<th>理由</th>
<th>时间</th> <th>时间</th>
<th v-if="adminMode">操作</th> <th v-if="adminMode">操作</th>
</tr> </tr>
@ -554,11 +541,6 @@
</div> </div>
</div> </div>
</td> </td>
<td>
<div class="pending-stack pending-reason">
<div class="pending-main">{{ order.reason_preview }}</div>
</div>
</td>
<td>{{ formatTime(order.created_at) }}</td> <td>{{ formatTime(order.created_at) }}</td>
<td v-if="adminMode"> <td v-if="adminMode">
<button class="btn btn-danger btn-small" @click="cancelOrder(order)">撤单</button> <button class="btn btn-danger btn-small" @click="cancelOrder(order)">撤单</button>