From 38efe35fc499fcb4b828acca1d7bda5d051ace6f Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期四, 18 四月 2024 09:57:17 +0800 Subject: [PATCH] 代码跟新 --- index.html | 41 +++++++++++++++++++++++++++-------------- 1 files changed, 27 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 21ec50e..93332d3 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,30 @@ <!DOCTYPE html> <html> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <title>涓夌淮棰戣氨鍦板浘</title> - <link rel="stylesheet" href="./static/SmartEarthSDK/Workers/css/smartearth.css"> - </head> - <body> - <div id="app"> - - </div> - <!-- built files will be auto injected --> - <script src="./static/conf.js"></script> - <script src="./static/config.js"></script> - </body> + +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width,initial-scale=1.0"> + <title>涓夌淮棰戣氨鍦板浘</title> + <link rel="stylesheet" href="./static/SmartEarthSDK/Workers/css/smartearth.css"> + <style> + .el-menu { + background-color: transparent !important; + } + + .te-right { + height: auto !important; + } + + </style> +</head> + +<body> + <div id="app"> + + </div> + <!-- built files will be auto injected --> + <script src="./static/conf.js"></script> + <script src="./static/config.js"></script> +</body> + </html> -- Gitblit v1.9.3