Flex
2025-05-30 5a21697d7eaed1c20f8500479ef7f37a2c9852c1
easegen-front/src/views/Login/components/LoginForm.vue
@@ -72,7 +72,7 @@
            class="w-[100%]"
            type="primary"
            @click="getCode()"
            style="background-color: #1D78F4;"
            style="background-color: #1d78f4"
          />
        </el-form-item>
      </el-col>
@@ -356,12 +356,12 @@
}
.NewClass {
  ::v-deep( .el-input__inner ) {
  ::v-deep(.el-input__inner) {
    font-size: 20px;
    line-height: 40px;
    height: 60px;
  }
  ::v-deep(.el-button--large){
  ::v-deep(.el-button--large) {
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
@@ -369,4 +369,27 @@
    margin-top: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .NewClass {
    ::v-deep(.el-input__inner) {
      font-size: 20px;
      line-height: 40px;
      height: 60px;
    }
    ::v-deep(.el-form-item--large){
      margin-bottom: 44px;
    }
    ::v-deep(.el-checkbox__label){
      font-size: 18px;
    }
    ::v-deep(.el-button--large) {
      padding: 20px;
      box-sizing: border-box;
      font-size: 20px;
      height: 60px;
      margin-top: 20px;
    }
  }
}
</style>