优化代码

This commit is contained in:
chuzhongzai
2024-03-04 23:12:05 +08:00
parent b02e96a021
commit 5e4b700e0c
5 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ function close(){
</script>
<template>
<el-dialog title="里站搜索" v-model="isShowUp" top="0" style="margin-bottom: 0" @close="close">
<el-dialog title="在线搜索" v-model="isShowUp" top="0" style="margin-bottom: 0" @close="close">
<div style="text-align: center">
<el-input v-model="keyword"></el-input> <el-button @click="queryGalleries(null)">查询</el-button> <div id="loading"/>
</div>