zhangxiaoxu123456
2022-04-11 5652ac21dcf9dc05fd9d0bf6005375a6224aace6
src/pages/login.vue
@@ -119,13 +119,17 @@
  .el-input .el-input__clear {
    position: relative;
    //background-color: blue;
    top: -5.4rem;
    width: 1.7rem;
    height: 1.1rem;
    top: -3.4rem;
    right: 2.3rem;
    border-radius: 60%;
  }
  .el-icon-view:before {
    position: absolute;
    top: 3rem;
    right: 2.5rem;
    top: -1.4rem;
    right: 0.1rem;
  }
}
</style>