摘要:
.el-main { overflow: hidden; height: calc(100vh - 80px); background-color: #f6f9fc !important; } // 上面图片说错了, el-scrollbar 设置的高度 是 100%, 但是装 el-scrollb 阅读全文
posted @ 2020-10-05 17:26
深海里的星星i
阅读(372)
评论(0)
推荐(0)
摘要:
// 把时间转换成自己想要的格式 export const dateFormat = (t, str) => { // 处理t的默认值 if (!t) t = new Date() // 强制转换类型, 防止用户输入的不是时间 t = t + '' // 处理ios的兼容性 if (t.includ 阅读全文
posted @ 2020-10-05 17:08
深海里的星星i
阅读(433)
评论(0)
推荐(0)