QYF-GitLab1
2 天以前 9cad6a832c786989be620573b09badccfe7e3b51
src/layout/components/login.vue
@@ -223,11 +223,6 @@
    })
}
watchEffect(() => {
  if (dialogFormVisible.value) {
  }
})
//登录
const loginBtn = () => {
@@ -818,20 +813,5 @@
.selectPhone {
  background: #fff;
}
::v-deep(.el-select) {
  width: 100px;
  height: 30px;
  color: red;
  border: none !important;
  ::v-deep(.select-trigger) {
    height: 100%;
    .el-input--suffix {
      height: 100%;
      background-color: #fff;
    }
  }
}
</style>