bill hace 1 semana
padre
commit
12a5d817ae

+ 1 - 1
src/views/login.vue

@@ -85,7 +85,7 @@ const login = (username: string, password: string) => {
 };
 
 if (import.meta.env.DEV) {
-  // login("super-admin", "Aa123456");
+  login("super-admin", "Aa123456");
 }
 </script>
 

+ 2 - 2
src/views/tagging/hot/style-float-select.vue

@@ -156,10 +156,10 @@ span {
 }
 
 .flat {
-  width: 370px;
+  width: 360px;
   height: 588px;
 
-  background: rgba(27, 27, 28, 0.8);
+  background: rgba(27, 27, 28, 0.9);
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
   border-radius: 4px;
   display: flex;

+ 1 - 0
src/views/tagging/hot/styles.vue

@@ -155,6 +155,7 @@ const clickHandler = (hotStyle: TaggingStyle) => {
       position: relative;
       transition: border var(--active-transition);
       border-radius: 4px;
+      background: rgba(255, 255, 255, 0.1);
 
       .input {
         margin: 0;