Commit 1165c629 authored by zhengke's avatar zhengke

修改

parent c93be22a
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<q-field filled dense> <q-field filled dense>
 <template v-slot:control>  <template v-slot:control>
<el-date-picker v-model="dateArray" @change="getDataList()" size="mini"  value-format="yyyy-MM-dd" <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="结束日期" />     end-placeholder="结束日期" />   
</template> </template>
</q-field> </q-field>
...@@ -28,9 +28,12 @@ ...@@ -28,9 +28,12 @@
</template> </template>
<template v-slot:body-cell-AliasName="props"> <template v-slot:body-cell-AliasName="props">
<q-td :props="props"> <q-td :props="props">
<div class="app-image" :style="{backgroundImage:'url(' + props.row.Photo + ')',backgroundSize:'cover'}"> <q-avatar rounded size="sm" v-if="props.row.Photo">
</div> <img :src="props.row.Photo" />
<div flex="dir:left cross:center"> {{props.row.AliasName}}</div> </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> </q-td>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
...@@ -157,7 +160,10 @@ ...@@ -157,7 +160,10 @@
} }
</script> </script>
<style scoped> <style scoped>
.reaultPageDate .el-input__inner { .reaultPageDate .el-input__inner{
background: transparent !important;
}
.page-search /deep/ .reaultPageDate .el-range-input {
background: transparent !important; background: transparent !important;
border: 0 !important; border: 0 !important;
padding-right: 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