From 757d86a76582168524edfe26fa3c6ea73acec582 Mon Sep 17 00:00:00 2001 From: wintel Date: Sat, 19 Apr 2025 22:44:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#IC2GBH=20=E6=B5=81=E7=A8=8B=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=87=BA?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/FlowInstances/Verification.cshtml | 61 +++++++++++++++---- OpenAuth.Mvc/wwwroot/css/main.css | 1 - 2 files changed, 50 insertions(+), 12 deletions(-) diff --git a/OpenAuth.Mvc/Views/FlowInstances/Verification.cshtml b/OpenAuth.Mvc/Views/FlowInstances/Verification.cshtml index 5693156d..55ef2957 100644 --- a/OpenAuth.Mvc/Views/FlowInstances/Verification.cshtml +++ b/OpenAuth.Mvc/Views/FlowInstances/Verification.cshtml @@ -1,17 +1,52 @@ - -@section header +@section header { + + + }
-
-
-
+
+
+
  • 流程信息
  • 表单信息
  • @@ -19,18 +54,22 @@
    -
    +
    + +

    流程内容应该显示在这里

    +
    -
    +
    + +

    表单内容应该显示在这里

    +
    -
-
-
+
@@ -50,7 +89,7 @@
-
+
diff --git a/OpenAuth.Mvc/wwwroot/css/main.css b/OpenAuth.Mvc/wwwroot/css/main.css index cb540bd0..bdedeef0 100644 --- a/OpenAuth.Mvc/wwwroot/css/main.css +++ b/OpenAuth.Mvc/wwwroot/css/main.css @@ -101,7 +101,6 @@ .layui-tab .layui-tab-title{ height: 35px; } -.layui-tab-title .layui-this{ background-color:#18A093;} .layui-tab-title .layui-this:after{ border:none; } .layui-tab-title li cite{ font-style: normal; padding-left:5px; } .layui-tab-card .layui-tab-title{background-color: #ffffff}