摘要: 效果如图: 代码: html, body { width: 100%; height: 100%; min-height: 100%; } .container { position: relative; height: auto; min-height: 100%; //关键的一行代码 margi 阅读全文
posted @ 2021-10-26 18:03 Aperio 阅读(56) 评论(0) 推荐(0)
摘要: 最近在使用vue开发,数据请求时参数按照文档传过去,但结果不符合预期。联系后端才知道需要form data格式的数据,效果如图所示: 顺便复习一下常见的content-type取值: 代码设置: //接口请求部分添加 headers: { "Content-Type": "application/x 阅读全文
posted @ 2021-10-26 11:11 Aperio 阅读(2388) 评论(0) 推荐(0)