From 199967b78e359ce89f6252dae840c405fde5ebc5 Mon Sep 17 00:00:00 2001 From: dyy <18335927079@163.com> Date: Tue, 20 Apr 2021 18:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=BD=91?= =?UTF-8?q?=E4=B8=8A=E5=8A=9E=E4=BA=8B=E5=A4=A7=E5=8E=85=E6=8B=96=E6=8B=BD?= =?UTF-8?q?=E7=89=88=EF=BC=9A=E6=96=87=E5=AD=97=E6=94=B9=E5=90=8D=EF=BC=8C?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=8A=A0=E9=93=BE=E6=8E=A5=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/SSOSystem/DragModelOne.cshtml | 60 +++++++++++++------ .../Views/SSOSystem/DragModelThree.cshtml | 55 ++++++++++++----- .../Views/SSOSystem/DragModelTwo.cshtml | 58 ++++++++++++------ .../Views/SSOSystem/_LayoutSSODrag.cshtml | 2 +- 4 files changed, 121 insertions(+), 54 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml index ec20f137f..c955538ce 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml @@ -36,8 +36,8 @@ +'
' +'
' +'
' - +'红湖付款码余额' - +'
' + +'校园一卡通消费金额' + + '
' + '
@ViewBag.StuConsumptionTotalNum
' +'' +'
' @@ -236,7 +236,7 @@ var html = '
' + '
' + '
' - + '常用链接' + + '统一认证' + '' + '
' + '
' @@ -732,6 +732,14 @@ .desktopSetBox b { font-weight: normal; } + .searchLi > a { + width: 100%; + } + + .searchLi > a > * { + display: inline-block; + vertical-align: middle; + }
@@ -756,7 +764,7 @@
-
+ @*
服务角色
  • 全部
  • @@ -773,7 +781,7 @@
  • 最新应用
  • 常用链接
-
+
*@
@{ var searchModule = ViewBag.SearchModule as List; @@ -786,8 +794,10 @@ foreach (var item in searchModule.Where(x => "abcd".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter)) {
-
-
@item.F_FullName
+ +
+
@item.F_FullName
+
} } @@ -800,8 +810,10 @@ foreach (var item in searchModule.Where(x => "efgh".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter)) {
-
-
@item.F_FullName
+ +
+
@item.F_FullName
+
} } @@ -814,8 +826,10 @@ foreach (var item in searchModule.Where(x => "ijkl".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter)) {
-
-
@item.F_FullName
+ +
+
@item.F_FullName
+
} } @@ -828,8 +842,10 @@ foreach (var item in searchModule.Where(x => "mnop".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter)) {
-
-
@item.F_FullName
+ +
+
@item.F_FullName
+
} } @@ -842,8 +858,10 @@ foreach (var item in searchModule.Where(x => "qrst".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter)) {
-
-
@item.F_FullName
+ +
+
@item.F_FullName
+
} } @@ -856,8 +874,10 @@ foreach (var item in searchModule.Where(x => "uvwx".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter)) {
-
-
@item.F_FullName
+ +
+
@item.F_FullName
+
} } @@ -870,8 +890,10 @@ foreach (var item in searchModule.Where(x => "yz".Contains(x.FirstLetter)).OrderBy(x => x.FirstLetter)) {
-
-
@item.F_FullName
+ +
+
@item.F_FullName
+
} } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelThree.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelThree.cshtml index 87baa7a98..585de09ec 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelThree.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelThree.cshtml @@ -13,6 +13,15 @@ } +