|
|
@@ -15,6 +15,19 @@
|
|
|
<title>空间数据管理平台</title>
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
<style>
|
|
|
+ #account:-webkit-autofill {
|
|
|
+ -webkit-text-fill-color: white !important;
|
|
|
+ background: transparent;
|
|
|
+ box-shadow: 10px 10px 10px 10px rgba(176, 122, 122, 0) !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ #password:-webkit-autofill {
|
|
|
+ -webkit-text-fill-color: white !important;
|
|
|
+ background: transparent;
|
|
|
+ box-shadow: 10px 10px 10px 10px rgba(176, 122, 122, 0) !important;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
.vben-layout-menu-logo img {
|
|
|
width: 22px !important;
|
|
|
opacity: 0 !important;
|