wip(login): login developing

This commit is contained in:
陈凯龙
2021-12-31 17:19:53 +08:00
parent bc749702b5
commit 45d657d44c
23 changed files with 3413 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ const emit = defineEmits(['update:modelValue'])
// 生成class前缀
const { getPrefixCls } = useDesign()
const prefixCls = ref(getPrefixCls('inputpassword'))
const prefixCls = ref(getPrefixCls('input-password'))
// 设置input的type属性
const textType = ref<'password' | 'text'>('password')
@@ -66,7 +66,7 @@ const getPasswordStrength = computed(() => {
</template>
<style lang="less" scoped>
@prefix-cls: ~'@{namespace}-inputpassword';
@prefix-cls: ~'@{namespace}-input-password';
.@{prefix-cls} {
&__bar {