Commit 0028457e authored by zhengke's avatar zhengke

修改

parent 70b1b56b
......@@ -2,7 +2,7 @@
.studentDate .el-input__inner {
background-color: transparent;
border: 0;
/* height: 28px!important; */
height: 28px!important;
}
.el-select-dropdown{
......@@ -20,7 +20,7 @@
v-model="VisitMsg.School_Id" :options="schoolList" emit-value map-options label="到访校区" />
<q-field filled class="q-pb-lg" dense>
 <template v-slot:control>
<el-date-picker v-model="VisitMsg.Date" size="mini" style="height:28px;width:228px" type="date" placeholder="到访日期">
<el-date-picker v-model="VisitMsg.Date" size="mini" style="width:228px" type="date" placeholder="到访日期">
</el-date-picker>
</template>
</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