V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  yinjunjian0  ›  全部回复第 3 页 / 共 3 页
回复总数  41
1  2  3  
2018-05-12 10:27:06 +08:00
回复了 yozman 创建的主题 程序员 招募前端队友,坐标:北京望京酒仙桥
1. * {
padding: 0;
margin: 0;
}

.fir>li>ul {
color: red;
text-indent: 16px;
}

.sec>li>ul {
color: green;
text-indent: 32px;
}

2.
<template>
<div separator>
<span>首页{{separator}}</span>
<span>一级{{separator}}</span>
<span>二级</span>
</div>
</template>

<script>
export default {
name: 'Breadcrumb',
props: {
separator: {
type: String,
default: '>',
},
},
};
</script>
1  2  3  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1384 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 17:32 · PVG 01:32 · LAX 10:32 · JFK 13:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.