king
2021-12-18 b223552a0c4bc787ad251add025a93d77527ffbe
src/mob/searchconfig/searchdragelement/card.jsx
@@ -1,7 +1,7 @@
import React from 'react'
import { useDrag, useDrop } from 'react-dnd'
import { Icon, Popover, Form } from 'antd'
import { Range } from 'antd-mobile'
import { Slider } from 'antd-mobile'
import moment from 'moment'
import asyncComponent from '@/utils/asyncComponent'
@@ -72,9 +72,10 @@
      <div className="am-list-line">
        {card.labelShow !== 'false' ? <div className="am-input-label">{card.label}</div> : null}
        <div className="am-input-control">
          <Range
          <Slider
            min={card.minValue || 0}
            max={card.maxValue || 20}
            range={true}
            value={value}
          />
        </div>