wip(Login): Login developing

This commit is contained in:
陈凯龙
2022-01-04 16:53:13 +08:00
parent 4d52f7bf58
commit 77097c8d92
11 changed files with 1542 additions and 1493 deletions

View File

@@ -56,7 +56,7 @@ const getIconName = computed(() =>
<div :class="[prefixCls, `${prefixCls}--${configGlobal?.size}`]">
<ElInput v-bind="$attrs" v-model="valueRef" :type="textType">
<template #suffix>
<Icon class="el-input__icon" :icon="getIconName" @click="changeTextType" />
<Icon class="el-input__icon cursor-pointer" :icon="getIconName" @click="changeTextType" />
</template>
</ElInput>
<div