style: globalSearch 样式调整
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
border-bottom: 1px solid $--border-color-light;
|
border-bottom: 1px solid $--border-color-light;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 47px;
|
height: 47px;
|
||||||
|
align-items: center;
|
||||||
.search-item-key{
|
.search-item-key{
|
||||||
width: 120px;
|
width: 120px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
@@ -20,21 +20,15 @@
|
|||||||
:ref="'item'+ index"
|
:ref="'item'+ index"
|
||||||
>
|
>
|
||||||
<div class="list-item-content">
|
<div class="list-item-content">
|
||||||
<!-- <i class="nz-icon" :class="selectIcon(item)" />-->
|
|
||||||
<el-skeleton-item
|
<el-skeleton-item
|
||||||
variant="image"
|
|
||||||
style="width: 16px; height: 16px;display: inline-block"
|
style="width: 16px; height: 16px;display: inline-block"
|
||||||
/>
|
/>
|
||||||
<el-skeleton-item variant="h3" style="width: 50%;display: inline-block" />
|
<el-skeleton-item variant="h3" style="width: 50%;display: inline-block;margin-left: 15px" />
|
||||||
<!-- <HighlightText ref="searchStr" :queries="searchStr" :highlightClass="'list-item-highlight'" style="vertical-align: middle" :title="item.name">{{item.name}}</HighlightText>-->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="list-item-sub">
|
<div class="list-item-sub">
|
||||||
<!-- {{ item.sub }}-->
|
<el-skeleton-item variant="text" style="" />
|
||||||
<el-skeleton-item variant="text" style="margin-right: 16px;" />
|
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="list-item" v-if="nextLoading" v-loading="nextLoading"></li>
|
|
||||||
<!-- <li class="list-item" v-if="noMore&&!nextLoading">没有更多了</li>-->
|
|
||||||
</template>
|
</template>
|
||||||
<template>
|
<template>
|
||||||
<ul
|
<ul
|
||||||
|
|||||||
Reference in New Issue
Block a user