瀏覽代碼

关机按键修改

dengrui 2 月之前
父節點
當前提交
e93837e168
共有 3 個文件被更改,包括 3 次插入5 次删除
  1. 1 3
      index.html
  2. 1 1
      src/views/main/components/header.vue
  3. 1 1
      src/views/pro/baseoperation/index.vue

+ 1 - 3
index.html

@@ -16,9 +16,7 @@
   </head>
 
   <body>
-    <div id="app">
-      <div class="loader"></div>
-    </div>
+    <div id="app"></div>
   </body>
   <link rel="stylesheet" href="/LuckExcel/pluginsCss.css" />
   <link rel="stylesheet" href="/LuckExcel/plugins.css" />

+ 1 - 1
src/views/main/components/header.vue

@@ -6,11 +6,11 @@
     <div class="main-user" ref="buttonRef">
       <div
         style="
-          background-color: var(--ohos-box-bg);
           border-radius: 50%;
           display: flex;
           justify-content: center;
           align-items: center;
+          margin-right: 5px;
         "
       >
         <svg-icon

+ 1 - 1
src/views/pro/baseoperation/index.vue

@@ -243,4 +243,4 @@
     onMounted(() => {
         dataList();
     });
-</script>
+</script>