手机端响应式优化

This commit is contained in:
zhanglipeng
2020-11-23 10:54:30 +08:00
parent 1bb6c4a2f0
commit 6291a869d3
11 changed files with 216 additions and 34 deletions

View File

@ -101,7 +101,6 @@
label="幼儿出生日期"
align="center"
prop="csrq"
width="180"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.csrq, "{y}-{m}-{d}") }}</span>
@ -112,7 +111,6 @@
label="申请体验时间"
align="center"
prop="sqtysj"
width="180"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.sqtysj, "{y}-{m}-{d}") }}</span>