01 2020 档案
摘要:.div{ width: 98%; margin: auto; color: #ccc; display:block; overflow:hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis;}
阅读全文
摘要:记录这条问题完全因为太气人了 使用tabs一定要注意:要用<el-row> <el-col :span="数字"></el-col> </el-row> 包裹起来 <el-row> <el-col :span=''24''> <el-tabs v-model="activeName" @tab-cl
阅读全文
摘要:1、标题栏 <link rel="icon" href="ico地址" type="image/x-icon"> 2、收藏栏 <link rel="shortcut icon" href="ico地址" type="image/x-icon"> 注意: 图标要用 16*16 色的。。。(保证了兼容性
阅读全文
摘要:*{ margin:0; padding:0;}html,body,#app{ height: 100%; width: 100%; min-width: 1300px; margin: 0; overflow: hidden; /*font-family: "Helvetica Neue",Hel
阅读全文