Commit 62bfd667 authored by zhengke's avatar zhengke

修改

parent 853a1121
<style scoped>
/deep/.el-input__inner,
/deep/.el-range-input {
background-color: transparent;
border: none;
}
</style>
<template> <template>
<q-dialog v-model="persistent" content-class="bg-grey-1" persistent transition-show="scale" transition-hide="scale"> <q-dialog v-model="persistent" content-class="bg-grey-1" persistent transition-show="scale" transition-hide="scale">
<q-card style="width: 400px;max-width:400px;"> <q-card style="width: 400px;max-width:400px;">
...@@ -8,9 +15,13 @@ ...@@ -8,9 +15,13 @@
<template v-if="isShow==1"> <template v-if="isShow==1">
<div class="row wrap"> <div class="row wrap">
<div class="col-12"> <div class="col-12">
<el-date-picker v-model="value" style="width:100%" type="month" :clearable="false" @change="dateChange" <q-field filled dense>
value-format="yyyy-MM" placeholder="选择月"> <template v-slot:control>
</el-date-picker> <el-date-picker v-model="value" style="width:100%" type="month" :clearable="false" @change="dateChange"
value-format="yyyy-MM" placeholder="选择月">
</el-date-picker>
</template>
</q-field>
<div style="margin-top:10px;"> <div style="margin-top:10px;">
<el-tag v-for="(tag, index) in objOption.TimeList" size="small" style="margin:0 5px 5px 0;" :key="tag" <el-tag v-for="(tag, index) in objOption.TimeList" size="small" style="margin:0 5px 5px 0;" :key="tag"
@close="params => tagClose(index)" closable type="success"> @close="params => tagClose(index)" closable type="success">
......
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