提交 9e9ceb12 编写于 作者: D DCloud_LXH

fix: navigator style

上级 00bdacee
...@@ -16,4 +16,30 @@ uni-navigator[hidden] { ...@@ -16,4 +16,30 @@ uni-navigator[hidden] {
.navigator-wrap { .navigator-wrap {
text-decoration: none; text-decoration: none;
} color: inherit;
\ No newline at end of file cursor: pointer;
}
.navigator-wrap:link {
text-decoration: none;
color: inherit;
cursor: pointer;
}
.navigator-wrap:visited {
text-decoration: none;
color: inherit;
cursor: pointer;
}
.navigator-wrap:hover {
text-decoration: none;
color: inherit;
cursor: pointer;
}
.navigator-wrap:active {
text-decoration: none;
color: inherit;
cursor: pointer;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册