From c8a9823cba3cd5cfecf340c98606baa4cc856f3a Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 22 九月 2022 14:15:34 +0800
Subject: [PATCH] 优化代码

---
 java110-doc/src/main/resources/static/doc-ui.html |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 30 insertions(+), 29 deletions(-)

diff --git a/java110-doc/src/main/resources/static/doc-ui.html b/java110-doc/src/main/resources/static/doc-ui.html
index d4a6576..93c818b 100644
--- a/java110-doc/src/main/resources/static/doc-ui.html
+++ b/java110-doc/src/main/resources/static/doc-ui.html
@@ -3,9 +3,9 @@
 <head>
     <meta charset="UTF-8">
     <title>api document ui</title>
-    <link href='css/bootstrap.min.css'  rel='stylesheet' type='text/css'/>
-    <link href='css/vc.css'  rel='stylesheet' type='text/css'/>
-    <link href='css/doc-ui.css'  rel='stylesheet' type='text/css'/>
+    <link href='css/bootstrap.min.css' rel='stylesheet' type='text/css'/>
+    <link href='css/vc.css' rel='stylesheet' type='text/css'/>
+    <link href='css/doc-ui.css' rel='stylesheet' type='text/css'/>
     <script src="js/jquery-3.3.1.min.js"></script>
     <script src="js/bootstrap.min.js"></script>
     <script src='js/vue.min.js' type='text/javascript'></script>
@@ -40,8 +40,9 @@
                     </div>
                 </li>
 
-                <li  style="width:100%" class="margin-top" :class="{ active: item.active }" v-for="(item,index) in menus" :key="item.name">
-                    <a  href="javascript:void(0)" @click="switchMenu(item)">
+                <li style="width:100%" class="margin-top" :class="{ active: item.active }" v-for="(item,index) in menus"
+                    :key="item.name">
+                    <a href="javascript:void(0)" @click="switchMenu(item)">
                         <span class="nav-label" style="color: #777;">{{item.name}}</span>
                     </a>
                     <ul class="nav nav-second-level collapse" :class="{in: item.active}">
@@ -54,37 +55,37 @@
         </div>
         <div class="margin-left right white-bg border-radius doc-interface">
             <h3 class="">{{content.title}}</h3>
-            <div class="doc-margin-top" >
+            <div class="doc-margin-top">
                 <div class="doc-title">1銆佽姹傚湴鍧�锛�</div>
-                <div >{{content.url}}</div>
+                <div>{{content.url}}</div>
             </div>
-            <div class="doc-margin-top" >
+            <div class="doc-margin-top">
                 <div class="doc-title">2銆佽姹傛柟寮忥細</div>
-                <div >{{content.httpMethod}}</div>
+                <div>{{content.httpMethod}}</div>
             </div>
-            <div class="doc-margin-top" >
+            <div class="doc-margin-top">
                 <div class="doc-title">3銆佽姹傚ご淇℃伅锛�</div>
                 <div>
-                        <table class="table table-bordered">
-                            <thead>
-                            <tr>
-                                <th scope="col">鍚嶇О</th>
-                                <th scope="col">榛樿鍊�</th>
-                                <th scope="col">鎻忚堪</th>
-                            </tr>
-                            </thead>
-                            <tbody>
-                            <tr v-for="(item,index) in content.headers">
-                                <th>{{item.name}}</th>
-                                <td>{{item.defaultValue}}</td>
-                                <td>{{item.description}}</td>
-                            </tr>
-                            </tbody>
-                        </table>
+                    <table class="table table-bordered">
+                        <thead>
+                        <tr>
+                            <th scope="col">鍚嶇О</th>
+                            <th scope="col">榛樿鍊�</th>
+                            <th scope="col">鎻忚堪</th>
+                        </tr>
+                        </thead>
+                        <tbody>
+                        <tr v-for="(item,index) in content.headers">
+                            <th>{{item.name}}</th>
+                            <td>{{item.defaultValue}}</td>
+                            <td>{{item.description}}</td>
+                        </tr>
+                        </tbody>
+                    </table>
                 </div>
             </div>
 
-            <div class="doc-margin-top" >
+            <div class="doc-margin-top">
                 <div class="doc-title">4銆佽姹備俊鎭細</div>
                 <div>
                     <table class="table table-bordered">
@@ -116,7 +117,7 @@
                 </div>
             </div>
 
-            <div class="doc-margin-top" >
+            <div class="doc-margin-top">
                 <div class="doc-title">5銆佽繑鍥炰俊鎭細</div>
                 <div>
                     <table class="table table-bordered">
@@ -155,6 +156,6 @@
 
 </div>
 <!--<script src="js/vcFramework.js"></script>-->
-<script src='js/doc-ui.js' ></script>
+<script src='js/doc-ui.js'></script>
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.8.0