🌀(component): 调整 select 多选的 tag 样式

This commit is contained in:
就眠儀式
2022-07-18 08:47:45 +08:00
parent 2d9d506059
commit 7e9178f7f4
4 changed files with 9 additions and 13 deletions

View File

@@ -117,7 +117,7 @@ export default {
::: demo
<template>
<lay-input v-model="inputValue" type="password" password></lay-input>
<lay-input v-model="inputValue1" type="password" password></lay-input>
</template>
<script>
@@ -126,10 +126,10 @@ import { ref } from 'vue'
export default {
setup() {
const inputValue = ref("");
const inputValue1 = ref("");
return {
inputValue
inputValue1
}
}
}
@@ -137,7 +137,6 @@ export default {
:::
::: title 设置图标
:::