|
@@ -1,5 +1,4 @@
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
|
-import { Search } from '@element-plus/icons-vue'
|
|
|
|
|
import DownloadKLNPortal from './components/DownloadKLNPortal.vue'
|
|
import DownloadKLNPortal from './components/DownloadKLNPortal.vue'
|
|
|
import ChangePasswordDialog from './components/ChangePasswordDialog.vue'
|
|
import ChangePasswordDialog from './components/ChangePasswordDialog.vue'
|
|
|
import LogoutDialog from './components/LogoutDialog.vue'
|
|
import LogoutDialog from './components/LogoutDialog.vue'
|
|
@@ -118,8 +117,11 @@ const handleLogin = () => {
|
|
|
size="large"
|
|
size="large"
|
|
|
@keyup.enter="handleSearch"
|
|
@keyup.enter="handleSearch"
|
|
|
placeholder="Search a reference number to see shipment details"
|
|
placeholder="Search a reference number to see shipment details"
|
|
|
- :prefix-icon="Search"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ >
|
|
|
|
|
+ <template #prefix>
|
|
|
|
|
+ <span style="margin-top: -1px" class="font_family icon-icon_search_b"></span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-input>
|
|
|
<!-- <span class="font_family icon-icon_notice_b" style="font-size: 18px"></span>
|
|
<!-- <span class="font_family icon-icon_notice_b" style="font-size: 18px"></span>
|
|
|
<span class="font_family icon-icon_language_b" style="font-size: 16px"></span> -->
|
|
<span class="font_family icon-icon_language_b" style="font-size: 16px"></span> -->
|
|
|
|
|
|