CzRger 8 months ago
parent
commit
6aef56bda1

BIN
snowy-admin-web/src/views/auth/temp/temp.png


+ 6 - 15
snowy-admin-web/src/views/auth/temp/temp.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="main">
     <img class="img" src="./temp.png" />
-    <div class="text">无权限</div>
+    <div class="text">无权限</div>
 <!--    <div class="text2">程序员正在开发建设中</div>-->
   </div>
 </template>
@@ -18,20 +18,11 @@
   width: 100%;
   height: 100%;
   .text {
-    font-family: MicrosoftYaHei;
-    font-size: 18px;
-    font-weight: normal;
-    font-stretch: normal;
-    letter-spacing: 0px;
-    color: #409eff;
-  }
-  .text2 {
-    font-family: MicrosoftYaHei;
-    font-size: 14px;
-    font-weight: normal;
-    font-stretch: normal;
-    letter-spacing: 0px;
-    color: #999999;
+    margin-top: 40px;
+    font-family: Microsoft YaHei;
+    font-weight: 400;
+    font-size: 20px;
+    color: #1F1F1F;
   }
 }
 </style>