🌀(component): update
This commit is contained in:
parent
d96d718ac4
commit
16b25a9c9d
@ -74,7 +74,9 @@
|
||||
}
|
||||
|
||||
& &-text {
|
||||
overflow: hidden; text-overflow: ellipsis; white-space: nowrap
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
& &-close-icon {
|
||||
|
@ -6,7 +6,7 @@ export default {
|
||||
<script lang="ts" setup>
|
||||
import "./index.less";
|
||||
import { LayIcon } from "@layui/icons-vue";
|
||||
import { computed, ref } from "vue";
|
||||
import { computed, nextTick, ref } from "vue";
|
||||
import { TinyColor } from "@ctrl/tinycolor";
|
||||
import { TagShape, TagType, TagVariant } from "./interface";
|
||||
|
||||
|
@ -196,7 +196,7 @@ import { ref, nextTick } from 'vue';
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
const tagData = ref(['Tag', 'Selected', 'Tags']);
|
||||
const tagData = ref(['Tag', 'Selected1111111111111111111111111111111', 'Tags']);
|
||||
const inputRef = ref(null);
|
||||
const showInput = ref(false);
|
||||
const inputVal = ref('');
|
||||
|
Loading…
Reference in New Issue
Block a user