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}