[文档] 目录 hover 状态出现下划线
This commit is contained in:
parent
eefc41e8b9
commit
8a9fd2c9ee
@ -85,7 +85,7 @@ export default {
|
||||
{ id: 24, title: '字段',subTitle:"field" ,path: '/zh-CN/components/field' },
|
||||
{ id: 25, title: '空',subTitle:"empty" ,path: '/zh-CN/components/empty' },
|
||||
{ id: 26, title: '评分',subTitle:"rate" ,path: '/zh-CN/components/rate' },
|
||||
{ id: 27, title: '下拉', subTitle: "dropdown", path: '/zh-CN/components/dropdown'},
|
||||
{ id: 27, title: '下拉菜单', subTitle: "dropdown", path: '/zh-CN/components/dropdown'},
|
||||
{ id: 28, title: '选项卡', subTitle: "tab", path: '/zh-CN/components/tab'}
|
||||
]
|
||||
|
||||
|
@ -94,7 +94,6 @@ ul {
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
a,
|
||||
area,
|
||||
button,
|
||||
[role='button'],
|
||||
@ -106,15 +105,6 @@ textarea {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--c-brand);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.header-anchor {
|
||||
float: left;
|
||||
margin-top: 0.125em;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@layui/layui-vue",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"description": "a component library for Vue 3 base on layui-vue",
|
||||
"main": "lib/layui-vue.umd.js",
|
||||
"module": "lib/layui-vue.es.js",
|
||||
|
Loading…
Reference in New Issue
Block a user