mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-01 16:22:49 +08:00
fix(phone-image): 移除不存在的layui dropdown依赖,改用纯JS下拉菜单
layui 2.x没有内置dropdown模块,导致整个页面JS回调不执行。 - layui.use依赖从['form','layer','dropdown']改为['form','layer'] - 用纯jQuery实现toggle下拉菜单替代dropdown.render() - 添加more-dropdown-menu CSS hover样式
This commit is contained in:
@@ -713,6 +713,11 @@ body > .page-header-right .layui-btn:not(.layui-btn-primary):not(.layui-btn-norm
|
||||
color: var(--pi-color-accent);
|
||||
}
|
||||
|
||||
.more-dropdown-menu li:hover {
|
||||
background: rgba(24, 144, 255, 0.06);
|
||||
color: var(--pi-color-accent);
|
||||
}
|
||||
|
||||
/* --- 主布局两栏 --- */
|
||||
.main-layout {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user