mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
no message
This commit is contained in:
parent
26cca8298f
commit
0ed9afd1bd
@ -3,7 +3,7 @@
|
||||
<PageTitle :title="$L('项目')"/>
|
||||
<div class="list-search">
|
||||
<div class="search-wrapper">
|
||||
<Input v-model="projectKeyValue" :placeholder="$L(loadProjects > 0 ? '更新中...' : '搜索项目')" clearable>
|
||||
<Input v-model="projectKeyValue" :placeholder="$L(loadProjects > 0 ? '更新中...' : '搜索')" clearable>
|
||||
<div class="search-pre" slot="prefix">
|
||||
<Loading v-if="loadProjects > 0"/>
|
||||
<Icon v-else type="ios-search" />
|
||||
|
||||
@ -132,6 +132,7 @@
|
||||
margin: 0 !important;
|
||||
padding: 24px !important;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
line-height: 22px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user