mirror of
https://github.com/jumpserver/lina.git
synced 2025-11-29 14:05:19 +00:00
Compare commits
2 Commits
pr@dev@ope
...
v2.14.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee3f15ea0a | ||
|
|
76b53ddddf |
@@ -114,7 +114,7 @@ export default {
|
|||||||
},
|
},
|
||||||
iValue: {
|
iValue: {
|
||||||
set(val) {
|
set(val) {
|
||||||
if (!val) {
|
if (!val || val.length === 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.$emit('input', val)
|
this.$emit('input', val)
|
||||||
|
|||||||
@@ -458,9 +458,3 @@ a {
|
|||||||
.el-table-filter__list-item:hover {
|
.el-table-filter__list-item:hover {
|
||||||
color: $--color-text-primary;
|
color: $--color-text-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-dialog__wrapper {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user