🌀(component): 调整 select 多选的 tag 样式
This commit is contained in:
@@ -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 设置图标
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user