king
2021-12-19 9ee3d1f9a09a865188baffdffb85f6ad329c7b09
src/mob/searchconfig/searchdragelement/index.scss
@@ -96,10 +96,50 @@
      align-items: start;
      display: block;
      .am-input-control {
        height: 25px;
        padding-top: 10px;
        height: 30px;
        padding-left: 12px;
      }
      .adm-slider {
        padding: 4px 0px;
        list-style: none;
        user-select: none;
        .adm-slider-track-container {
          padding: 8px 0;
          .adm-slider-track {
            position: relative;
            width: 100%;
            height: 4px;
            background-color: #f5f5f5;
          }
          .adm-slider-fill {
            position: absolute;
            height: 4px;
            background-color: #1890ff;
          }
          .adm-slider-thumb-container {
            touch-action: none;
            position: absolute;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
          }
          .adm-slider-thumb {
            touch-action: none;
            position: absolute;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: #fff url('../../../assets/mobimg/slider-thumb.svg') no-repeat center center;
            background-size: 10px 10px;
            box-shadow: 0 3px 5px 0 #d9d9d9, 0 1.5px 3px -2px #d9d9d9;
          }
        }
      }
    }
  }