feat: 相似度阈值样式

pull/218/head
刘释隆 1 year ago
parent bc5e4137a5
commit 3b772d2ad8

@ -96,7 +96,7 @@ const getThemeOverrides = computed(() => {
font-size: 14px !important;
color: #333333 !important;
}
.n-slider-dots > .n-slider-dot:nth-child(2) {
.n-slider-dots > .n-slider-dot {
display: none !important;
}
.n-collapse-item-arrow i svg {

@ -6,7 +6,7 @@ const emit = defineEmits<{
(e: 'closeCallback', value: any)
}>()
const show = ref(true)
const show = ref(false)
const stys = {
'width': '424px',

Loading…
Cancel
Save