20230506fineui.dll升级

This commit is contained in:
2023-05-06 15:27:27 +08:00
parent 63973e8c95
commit 3c1ec01cda
12 changed files with 42 additions and 29 deletions
+1 -1
View File
@@ -16215,7 +16215,7 @@
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>
</DevelopmentServerVPath>
<IISUrl>http://localhost:3345/</IISUrl>
<IISUrl>http://localhost:9733/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
@@ -136,7 +136,7 @@
Width="1400px" Height="650px">
</f:Window>
<f:Window ID="Window2" Title="项目情况" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Self" EnableResize="true" runat="server" OnClose="Window1_Close" IsModal="true"
Target="Self" EnableResize="true" runat="server" OnClose="Window1_Close" IsModal="true" Maximized="true"
Width="1400px" Height="650px">
</f:Window>
<f:Menu ID="Menu1" runat="server">
@@ -1,15 +1,10 @@
using System;
using BLL;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using Newtonsoft.Json.Linq;
namespace FineUIPro.Web.JDGL.WBS
{
@@ -1,10 +1,6 @@
using BLL;
using Microsoft.Office.Interop.Excel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FineUIPro.Web.ZHGL.Environmental
+5
View File
@@ -62,6 +62,10 @@
background-color: transparent;
}
.f-widget-content {
background-color: transparent;
}
.header .layui-nav {
padding: 0;
margin: 0;
@@ -166,6 +170,7 @@
.login-icon {
}
</style>
</head>
<body class="wrap" onresize="myFunction()">