提交 1cd62cae 编写于 作者: guangjun.yang's avatar guangjun.yang

激活tab的样式问题

上级 13f2fad7
...@@ -162,7 +162,6 @@ export default { ...@@ -162,7 +162,6 @@ export default {
mounted() { mounted() {
var _this = this; var _this = this;
this.tabIndex = this.projectTabIndex; this.tabIndex = this.projectTabIndex;
alert(this.isAndroid);
}, },
methods: { methods: {
...@@ -287,7 +286,7 @@ export default { ...@@ -287,7 +286,7 @@ export default {
background: rgba(68, 146, 132, 1); background: rgba(68, 146, 132, 1);
} }
span.android:nth-child(2) { span.android:nth-child(2) {
bottom: px2rem(-13px); bottom: px2rem(-11px);
} }
span.ios:nth-child(2) { span.ios:nth-child(2) {
bottom: px2rem(-10px); bottom: px2rem(-10px);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册