tangning 3 月之前
父节点
当前提交
adf4d25605
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 2 1
      public/register.json
  2. 2 2
      src/views/sys/login/Login.vue

+ 2 - 1
public/register.json

@@ -1,3 +1,4 @@
 {
-  "url": "http://help.map.jms.gd/user-create.htm"
+  "url": "http://help.map.jms.gd/user-create.htm",
+  "downUrl": ""
 }

+ 2 - 2
src/views/sys/login/Login.vue

@@ -7,10 +7,10 @@
     /> -->
     <!-- <AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" /> -->
 
-    <div class="-enter-x w-full containertop" style="padding-left: 40px">
+    <div class="-enter-x w-full containertop relative" style="padding-left: 40px; z-index: 99">
       <!-- <div class="-enter-x xl:hidden"> -->
       <AppLogo class="-enter-x" :alwaysShowTitle="true" />
-      <div class="absolute right-64px top-8 rightText">
+      <div class="absolute right-64px top-8 rightText cursor-pointer" style="z-index: 10">
         <span @click="handleDown">下载浏览器</span>
         <span @click="handlesybz">使用帮助</span>
       </div>