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