✨(component): 统一级别联动与下拉选择图标
This commit is contained in:
@@ -32,14 +32,14 @@
|
||||
"fflate": "^0.7.3"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"es",
|
||||
"types",
|
||||
"umd",
|
||||
"types"
|
||||
"lib",
|
||||
"es"
|
||||
],
|
||||
"browserslist": [
|
||||
"current node",
|
||||
"last 2 versions and > 2%",
|
||||
"ie > 10"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -43,7 +43,7 @@
|
||||
rel="nofollow"
|
||||
class="site-star"
|
||||
>
|
||||
<i class="layui-icon"></i> Star <cite id="getStars">1324</cite>
|
||||
<i class="layui-icon"></i> Star <cite id="getStars">1368</cite>
|
||||
</a>
|
||||
<a
|
||||
href="https://gitee.com/layui-vue"
|
||||
@@ -192,6 +192,20 @@
|
||||
</a>
|
||||
</lay-tooltip>
|
||||
</lay-col>
|
||||
<lay-col :md="3">
|
||||
<lay-tooltip content="Jpom" position="top">
|
||||
<a
|
||||
style="height: 40px; display: inline-block"
|
||||
href="https://jpom-docs.keepbx.cn"
|
||||
target="_blank"
|
||||
>
|
||||
<lay-avatar
|
||||
src="https://jpom-docs.keepbx.cn/images/jpom_logo.png"
|
||||
style="background: transparent;width:60px;"
|
||||
></lay-avatar>
|
||||
</a>
|
||||
</lay-tooltip>
|
||||
</lay-col>
|
||||
</lay-row>
|
||||
</div>
|
||||
<div class="footer footer-index">
|
||||
@@ -401,6 +415,10 @@ body {
|
||||
padding: 50px 250px;
|
||||
}
|
||||
|
||||
.link-list .layui-col {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.box {
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid rgba(60, 60, 60, 0.12);
|
||||
|
||||
Reference in New Issue
Block a user