提交 014ab548 authored 作者: pengxiaohui's avatar pengxiaohui

修改样式问题

上级 d45b0574
...@@ -68,17 +68,17 @@ export default { ...@@ -68,17 +68,17 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.tag-cont{ .tag-cont{
width:100%;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-around;
span{ span{
margin: 0 0.15rem 0.2rem 0.15rem;
padding:4px 10px; padding:4px 10px;
background: #F5F5F5; background: #F5F5F5;
color:#4D4D4D; color:#4D4D4D;
min-width:40px; min-width:40px;
text-align:center; text-align:center;
border-radius:1px; border-radius:1px;
margin-bottom:10px;
} }
span.is-active{ span.is-active{
background:#C01540; background:#C01540;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论