|
|
@@ -133,7 +133,7 @@ const tableRef = ref()
|
|
|
</div>
|
|
|
<div class="input-tips_filter filter-item">
|
|
|
<el-input
|
|
|
- placeholder="Search Question ID、User"
|
|
|
+ placeholder="Search Question Booking No、HBOL No、MBL No、Container No、Consignee"
|
|
|
v-model="OperationSearch"
|
|
|
class="log_input"
|
|
|
>
|
|
|
@@ -271,9 +271,15 @@ const tableRef = ref()
|
|
|
max-width: 220px;
|
|
|
}
|
|
|
.input-tips_filter {
|
|
|
- max-width: 320px;
|
|
|
+ max-width: 540px;
|
|
|
:deep(.el-input__wrapper) {
|
|
|
height: 32px;
|
|
|
+ input {
|
|
|
+ width: 100%;
|
|
|
+ white-space: nowrap; /* 防止换行 */
|
|
|
+ overflow: hidden; /* 超出部分隐藏 */
|
|
|
+ text-overflow: ellipsis; /* 超出部分显示为省略号 */
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.date-tips_filter {
|