张含笑
2025-12-17 aba07dd33171c7a5294c62f17ac83f5b09bc885c
feat:登录页样式调整
1 files modified
28 ■■■■■ changed files
src/pages/login/index.vue 28 ●●●●● patch | view | raw | blame | history
src/pages/login/index.vue
@@ -73,16 +73,16 @@
              icon: "none",
              duration: 2000
            });
            return;
            return;
          }
          if (!loginForm.value.password.trim()) {
            uni.showToast({
              title: "请输入密码",
              icon: "none",
              duration: 2000
            });
            return;
            return;
          }
        let userInfo = {
            tenantId: "000000",
@@ -200,12 +200,22 @@
                margin-right: 12rpx;
            }
            :deep(uni-input) {
                height: 40rpx;
                line-height: 40rpx;
                width: 80%;
                margin-top: 20rpx;
            }
    :deep(uni-input) {
      height: 40rpx;
      line-height: 40rpx;
      width: 80%;
      margin-top: 20rpx;
      padding: 0 !important;
    }
    :deep(input) {
      height: 40rpx;
      line-height: 40rpx;
      width: 80%;
      margin-top: 20rpx;
      padding: 0 !important;
      margin: 0 !important;
    }
            :deep(.uni-input-placeholder) {
                font-size: 32rpx;