Explorar el Código

登录页背景修改

YLZH hace 11 meses
padre
commit
a086f558ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/login/Login.vue

+ 1 - 1
src/pages/login/Login.vue

@@ -206,7 +206,7 @@ const openPrivacyContract = () => {
       box-sizing: border-box;
       width: 100%;
       border-radius: 30rpx;
-      background-color: rgba(255, 255, 255, 0.9);
+      background-color: rgba(255, 255, 255);
       padding: 20rpx 20rpx 60rpx 20rpx;
       margin-top: 100rpx;
       .login-password {