Commit 1165c629 authored by zhengke's avatar zhengke

修改

parent c93be22a
......@@ -9,7 +9,7 @@
<q-field filled dense>
 <template v-slot:control>
<el-date-picker v-model="dateArray" @change="getDataList()" size="mini"  value-format="yyyy-MM-dd"
 type="daterange"  style="border:none;"  range-separator="至"  start-placeholder="开始日期"
 type="daterange"  style="border:none;width:100%;"  range-separator="至"  start-placeholder="开始日期"
 end-placeholder="结束日期" />   
</template>
</q-field>
......@@ -28,9 +28,12 @@
</template>
<template v-slot:body-cell-AliasName="props">
<q-td :props="props">
<div class="app-image" :style="{backgroundImage:'url(' + props.row.Photo + ')',backgroundSize:'cover'}">
</div>
<div flex="dir:left cross:center"> {{props.row.AliasName}}</div>
<q-avatar rounded size="sm" v-if="props.row.Photo">
<img :src="props.row.Photo" />
</q-avatar>
<q-avatar rounded size="sm" color="teal-10" text-color="white" v-if="!props.row.Photo">
{{item.row.AliasName[0]}}</q-avatar>
<span style="position:relative;top:3px;margin-left:2px;">{{props.row.AliasName}}</span>
</q-td>
</template>
<template v-slot:bottom>
......@@ -157,7 +160,10 @@
}
</script>
<style scoped>
.reaultPageDate .el-input__inner {
.reaultPageDate .el-input__inner{
background: transparent !important;
}
.page-search /deep/ .reaultPageDate .el-range-input {
background: transparent !important;
border: 0 !important;
padding-right: 0 !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment