[文档] 目录 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: 24, title: '字段',subTitle:"field" ,path: '/zh-CN/components/field' },
|
||||||
{ id: 25, title: '空',subTitle:"empty" ,path: '/zh-CN/components/empty' },
|
{ id: 25, title: '空',subTitle:"empty" ,path: '/zh-CN/components/empty' },
|
||||||
{ id: 26, title: '评分',subTitle:"rate" ,path: '/zh-CN/components/rate' },
|
{ 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'}
|
{ id: 28, title: '选项卡', subTitle: "tab", path: '/zh-CN/components/tab'}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -94,7 +94,6 @@ ul {
|
|||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
|
||||||
area,
|
area,
|
||||||
button,
|
button,
|
||||||
[role='button'],
|
[role='button'],
|
||||||
@ -106,15 +105,6 @@ textarea {
|
|||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: var(--c-brand);
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.header-anchor {
|
a.header-anchor {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 0.125em;
|
margin-top: 0.125em;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "0.0.9",
|
"version": "0.0.10",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
"main": "lib/layui-vue.umd.js",
|
"main": "lib/layui-vue.umd.js",
|
||||||
"module": "lib/layui-vue.es.js",
|
"module": "lib/layui-vue.es.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user