| | |
| | | </div> |
| | | </el-button> |
| | | <slot name="leftButton" /> |
| | | <div class="download" @click="downloadClick" :style="{ cursor: showDownload ? 'pointer' : 'no-drop' }"> |
| | | <div |
| | | v-if="showDownload" |
| | | class="download" |
| | | @click="downloadClick" |
| | | :style="{ cursor: showDownload ? 'pointer' : 'no-drop' }" |
| | | > |
| | | <img src="@/assets/img/xiazai.png" style="width: 13px" /> |
| | | </div> |
| | | </div> |
| | |
| | | style="width: 410px" |
| | | clearable |
| | | @change="searchClick" |
| | | @blur="searchClick" |
| | | @clear="clearClick" |
| | | > |
| | | <i slot="suffix" class="el-icon-search" style="cursor: pointer" @click="searchClick"></i> |
| | |
| | | align-items: center; |
| | | .left { |
| | | display: flex; |
| | | width: 150px; |
| | | width: 300px; |
| | | .download { |
| | | width: 30px; |
| | | height: 30px; |