mirror of
https://github.com/dataease/dataease.git
synced 2026-06-09 21:27:21 +08:00
fix: 样式优化
This commit is contained in:
@@ -271,7 +271,7 @@ const getOperator = (
|
||||
firstLoad
|
||||
) => {
|
||||
if (+displayType === 9) {
|
||||
return multiple ? 'in' : 'eq'
|
||||
return 'in'
|
||||
}
|
||||
|
||||
if (+displayType === 22) {
|
||||
@@ -295,7 +295,7 @@ const getOperator = (
|
||||
return valueF === '' ? operatorS : operatorF
|
||||
}
|
||||
|
||||
return [1, 7].includes(+displayType) ? 'between' : multiple ? 'in' : 'eq'
|
||||
return [1, 7].includes(+displayType) ? 'between' : 'in'
|
||||
}
|
||||
|
||||
const duplicateRemoval = arr => {
|
||||
|
||||
@@ -849,3 +849,7 @@ strong {
|
||||
border-color: #e5e6eb;
|
||||
}
|
||||
}
|
||||
|
||||
.ed-dialog__headerbtn {
|
||||
border-radius: 6px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user