1代码合并
This commit is contained in:
@@ -263,9 +263,6 @@
|
||||
#index-project>.f-field-dropdownlist-pop::-webkit-scrollbar{
|
||||
display: none;
|
||||
}
|
||||
.project-select{
|
||||
font-size: .175rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="wrap" id="index-project">
|
||||
@@ -308,6 +305,10 @@
|
||||
<div class="h-nav-bar" data-id="7"><f:Button runat="server" CssClass="bgbtn" Text="分包管理" CssStyle="color: #ffffff;" OnClick="butSubPackMage_Click" OnClientClick="parent.removeActiveTab();"
|
||||
EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="butSubPackMage">
|
||||
</f:Button></div>
|
||||
|
||||
<div class="h-nav-bar" data-id="8"><f:Button runat="server" CssClass="bgbtn" Text="五星管理" CssStyle="color: #ffffff;" OnClick="butFiveStars_Click" OnClientClick="parent.removeActiveTab();"
|
||||
EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="btnFiveStars">
|
||||
</f:Button></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="nav-bars flex-row flex-center">
|
||||
@@ -409,7 +410,7 @@
|
||||
<Tabs>
|
||||
<%--.f-tabstrip-noheader>.f-panel-header--%>
|
||||
<f:Tab ID="Tab1" Title="首页" IconFont="Home" CssClass=".bgbtn"
|
||||
EnableIFrame="true" IFrameUrl="~/common/mainProjectNew.aspx" runat="server">
|
||||
EnableIFrame="true" IFrameUrl="~/common/mainProject.aspx" runat="server">
|
||||
</f:Tab>
|
||||
</Tabs>
|
||||
<Tools>
|
||||
@@ -769,30 +770,11 @@
|
||||
$item.attr('style', ";display:block !important;")
|
||||
});
|
||||
|
||||
$(".bgbtn").click(function () {
|
||||
var $item = $('.f-tabstrip-header')
|
||||
$item.attr('style', ";display:block !important;")
|
||||
});
|
||||
|
||||
$(".bgbtn2").click(function () {
|
||||
var $item = $('.f-tabstrip-header')
|
||||
$item.attr('style', ";display:block !important;")
|
||||
});
|
||||
|
||||
$(".js-hiddenTab-item").click(function () {
|
||||
var $item = $('.f-tabstrip-header')
|
||||
$item.attr('style', ";display:none !important;")
|
||||
$(".bgbtn,.bgbtntop").removeClass("activeClick")
|
||||
});
|
||||
|
||||
$(".logo").click(function () {
|
||||
var $item = $('.f-tabstrip-header')
|
||||
$item.attr('style', ";display:none !important;")
|
||||
$(".bgbtn,.bgbtntop").removeClass("activeClick")
|
||||
});
|
||||
|
||||
|
||||
|
||||
$(".bgbtn,.bgbtntop").click(function () {
|
||||
// 切换下tab样式
|
||||
var $this = $(this)
|
||||
|
||||
Reference in New Issue
Block a user