Commit dd8d2759 authored by zhengke's avatar zhengke

修改

parent 2ff8d367
...@@ -10,15 +10,13 @@ ...@@ -10,15 +10,13 @@
<q-select @input="resetSearch" standout="bg-primary text-white" option-value="Id" option-label="Name" <q-select @input="resetSearch" standout="bg-primary text-white" option-value="Id" option-label="Name"
v-model="msg.State" :options="StateList" emit-value map-options label="状态" /> v-model="msg.State" :options="StateList" emit-value map-options label="状态" />
</div> </div>
<div class="col-3"> <div class="col-3 Sysuser_Date">
<div class="col-3 Sysuser_Date"> <q-field filled>
<q-field filled>
 <template v-slot:control>  <template v-slot:control>
<el-date-picker v-model="msg.Month" @change="resetSearch()"  type="month" style="border:none;"> <el-date-picker v-model="msg.Month" @change="resetSearch()" type="month">
  </el-date-picker>          </el-date-picker>       
</template> </template>
</q-field> </q-field>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -520,5 +518,8 @@ ...@@ -520,5 +518,8 @@
.classHourReward .el-range-editor .el-range-input { .classHourReward .el-range-editor .el-range-input {
background: none; background: none;
} }
.Sysuser_Date .el-input__inner{
background: transparent!important;
border:0!important;
}
</style> </style>
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