Commit 463f9c77 authored by xxx's avatar xxx

1

parent fa964e51
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<script src="https://cdn.bootcss.com/eruda/1.5.8/eruda.min.js"></script> <script src="https://cdn.bootcss.com/eruda/1.5.8/eruda.min.js"></script>
<script> <script>
//eruda.init(); eruda.init();
</script> </script>
......
...@@ -258,13 +258,12 @@ export default { ...@@ -258,13 +258,12 @@ export default {
} }
#passWordInp{ #passWordInp{
height: 100%; height: 100%;
width: 80%; width: 100%;
background: none; background: none;
outline: none; outline: none;
border: none; border: none;
font-size: 20px; font-size: 20px;
color: rgb(47,213,255); color: rgb(47,213,255);
letter-spacing: 2px;
} }
.loginBtn{ .loginBtn{
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment