From 7f26cd7c3e492062418cdc7dbe9d7ce14cbe5f05 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 26 六月 2024 11:47:37 +0800 Subject: [PATCH] 铺货修改 --- CoreCms.Net.Web.Admin/wwwroot/views/layout.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/layout.html b/CoreCms.Net.Web.Admin/wwwroot/views/layout.html index 4181eed..ce3c828 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/layout.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/layout.html @@ -82,7 +82,7 @@ ,url = (item.jump && typeof item.jump === 'string') ? item.jump : item.name; }} <li data-name="{{ item.name || '' }}" data-jump="{{ item.jump || '' }}" class="layui-nav-item {{ classSelected() }}"> - <a href="javascript:;" {{ hasChildren ? '' : 'lay-href="'+ url+'"' }} lay-tips="{{ item.title }}" lay-direction="2"> + <a style="padding-top:0px;padding-bottom:0px;" href="javascript:;" {{ hasChildren ? '' : 'lay-href="'+ url+'"' }} lay-tips="{{ item.title }}" lay-direction="2"> <i class="layui-icon {{ item.icon }}"></i> <cite>{{ item.title }}</cite> </a> @@ -104,7 +104,7 @@ }} <dd data-name="{{ item2.name || '' }}" data-jump="{{ item2.jump || '' }}" {{ classSelected2() ? ('class='+ classSelected2()) : '' }}> - <a href="javascript:;" {{ hasChildren2 ? '' : 'lay-href='+ url2+' ' }}>{{ item2.title }}</a> + <a style="padding-top:0px;padding-bottom:0px;" href="javascript:;" {{ hasChildren2 ? '' : 'lay-href='+ url2+' ' }}>{{ item2.title }}</a> {{# if(hasChildren2){ }} <dl class="layui-nav-child"> {{# layui.each(item2.list, function(index3, item3){ @@ -116,7 +116,7 @@ }} <dd data-name="{{ item3.name || '' }}" data-jump="{{ item3.jump || '' }}" {{ match ? 'class="layui-this"' : '' }}> - <a href="javascript:;" lay-href="{{ url3 }}" {{ item3.iframe ? 'lay-iframe="true"' : '' }}>{{ item3.title }}</a> + <a style="padding-top:0px;padding-bottom:0px;" href="javascript:;" lay-href="{{ url3 }}" {{ item3.iframe ? 'lay-iframe="true"' : '' }}>{{ item3.title }}</a> </dd> {{# }); }} </dl> -- Gitblit v1.9.1