|
@@ -6,8 +6,8 @@
|
|
|
<!-- Search Area -->
|
|
|
<div class="mb-6 flex items-center gap-4">
|
|
|
<el-input v-model="searchKeyword" placeholder="Enter Keywords To Search" class="!rounded-button">
|
|
|
- <template #append>
|
|
|
- <el-icon>
|
|
|
+ <template #append >
|
|
|
+ <el-icon class="w-full h-full" @click="console.log('搜索')">
|
|
|
<Search />
|
|
|
</el-icon>
|
|
|
</template>
|
|
@@ -161,4 +161,9 @@ const handleDetails = (row) => {
|
|
|
--el-table-border-color: #e5e7eb;
|
|
|
--el-table-header-text-color: #4b5563;
|
|
|
}
|
|
|
+.el-input{
|
|
|
+ --el-fill-color-light:#f67f20;
|
|
|
+ --el-color-info:white;
|
|
|
+ --el-input-border-color:#f67f20;
|
|
|
+}
|
|
|
</style>
|