Commit 33b41592 authored by zhengke's avatar zhengke

修改

parent 40358cb8
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
.Sysuser_Date .el-range-editor .el-range-input{ .Sysuser_Date .el-range-editor .el-range-input{
background-color:transparent; background-color:transparent;
} }
.Sysuser_Date .el-range-editor.el-input__inner{
background-color:transparent;
}
</style> </style>
<template> <template>
<div class="page-body"> <div class="page-body">
...@@ -37,7 +40,7 @@ ...@@ -37,7 +40,7 @@
            <template v-slot:control>             <template v-slot:control>
              <el-date-picker v-model="dateListOne" @change="resetSearch()" value-format="yyyy-MM-dd" type="daterange"               <el-date-picker v-model="dateListOne" @change="resetSearch()" value-format="yyyy-MM-dd" type="daterange"
 style="border:none;"  style="border:none;"
                range-separator="至" start-placeholder="入职日期" end-placeholder="离职日期">                 range-separator="至" start-placeholder="入职日期" end-placeholder="入职结束">
              </el-date-picker>               </el-date-picker>
            </template>             </template>
          </q-field>           </q-field>
......
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