- 去掉 #app border 属性,有点丑

This commit is contained in:
sin 2019-05-12 21:37:25 +08:00
parent 46857c8f76
commit b02793d3b0

View File

@ -10,8 +10,8 @@ body {
/* 处理 pc 最大尺寸 */
#app {
border-left: 1px solid #ccc2bf;
border-right: 1px solid #ccc2bf;
/*border-left: 1px solid #ccc2bf;*/
/*border-right: 1px solid #ccc2bf;*/
}
@media screen and (min-width: 769px) {