From 4ff81b385738b442f165870538c0399ac2bffbd4 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Wed, 29 Mar 2017 13:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=97=A5=E5=BF=97=E8=A1=A8=E6=93=8D=E4=BD=9C=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=B8=8D=E8=83=BD=E4=BF=9D=E5=AD=98=E6=B1=89=E5=AD=97?= =?UTF-8?q?=EF=BC=8C=E7=B2=BE=E7=AE=80UI=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E9=80=89=E6=8B=A9=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/admin.css | 4 ++++ Bootstrap.Admin/Views/Admin/Logs.cshtml | 8 ++++---- DatabaseScripts/Install.sql | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Bootstrap.Admin/Content/admin.css b/Bootstrap.Admin/Content/admin.css index 47015f40..92877749 100644 --- a/Bootstrap.Admin/Content/admin.css +++ b/Bootstrap.Admin/Content/admin.css @@ -538,3 +538,7 @@ input[type="datetime"] { border-bottom: none; } /*Bootstrap Table BUG END*/ + +.input-group.form_date span { + border-left: none; +} diff --git a/Bootstrap.Admin/Views/Admin/Logs.cshtml b/Bootstrap.Admin/Views/Admin/Logs.cshtml index ef87d409..20af044c 100644 --- a/Bootstrap.Admin/Views/Admin/Logs.cshtml +++ b/Bootstrap.Admin/Views/Admin/Logs.cshtml @@ -20,13 +20,13 @@
-
+
-
+
@@ -34,7 +34,7 @@
-
+
@@ -42,7 +42,7 @@
-
+
diff --git a/DatabaseScripts/Install.sql b/DatabaseScripts/Install.sql index 0429a6d9..dd7c4db3 100644 --- a/DatabaseScripts/Install.sql +++ b/DatabaseScripts/Install.sql @@ -208,7 +208,7 @@ SET ANSI_PADDING ON GO CREATE TABLE [dbo].[Logs]( [ID] [int] IDENTITY(1,1) NOT NULL, - [CRUD] [varchar](50) NOT NULL, + [CRUD] [nvarchar](50) NOT NULL, [UserName] [varchar](50) NOT NULL, [LogTime] [datetime] NOT NULL, [ClientIp] [varchar](15) NOT NULL,