feat: tag select ui

This commit is contained in:
tim
2025-07-10 12:01:47 +08:00
parent 463629e9c5
commit d7a242700b
3 changed files with 49 additions and 27 deletions
+3 -2
View File
@@ -197,10 +197,9 @@ export default {
}
</script>
<style scoped>
<style>
.dropdown {
position: relative;
min-width: 200px;
}
.dropdown-display {
@@ -211,6 +210,7 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
min-width: 100px;
}
.placeholder {
@@ -226,6 +226,7 @@ export default {
border: 1px solid #ccc;
z-index: 10;
max-height: 200px;
min-width: 350px;
overflow-y: auto;
}