File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -884,7 +884,7 @@ onMounted(() => {
884884 }
885885
886886 .scrollbar-height {
887- height : calc (var (--app-main-height ) - 160 px );
887+ height : calc (var (--app-main-height ) - 166 px );
888888 }
889889}
890890
Original file line number Diff line number Diff line change @@ -224,12 +224,12 @@ export const compareList = [
224224 { value : 'ge' , label : '大于等于' } ,
225225 { value : 'gt' , label : '大于' } ,
226226 { value : 'le' , label : '小于等于' } ,
227+ { value : 'lt' , label : '小于' } ,
227228 { value : 'len_eq' , label : '长度等于' } ,
228229 { value : 'len_ge' , label : '长度大于等于' } ,
229230 { value : 'len_gt' , label : '长度大于' } ,
230231 { value : 'len_le' , label : '长度小于等于' } ,
231- { value : 'len_lt' , label : '长度小于' } ,
232- { value : 'lt' , label : '小于' }
232+ { value : 'len_lt' , label : '长度小于' }
233233]
234234
235235export const nodeDict : any = {
You can’t perform that action at this time.
0 commit comments