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