richard1015 3 years ago
parent
commit
87995b92eb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/packages/styles/variables-jdt.scss_source

+ 2 - 0
src/packages/styles/variables-jdt.scss_source

@@ -136,6 +136,7 @@ $picker-item-text-color: #808080 !default;
 $picker-item-active-text-color: $primary-color !default;
 $picker-item-text-font-size: 16px !default;
 $picker-item-active-line-border: 1px solid rgba(0, 0, 0, 0.06) !default;
+$picker-columns-item-color: $title-color !default;
 
 //input
 $input-border-bottom: #eaf0fb !default;
@@ -310,6 +311,7 @@ $infiniteloading-bottom-color: #c8c8c8 !default;
 //range
 $range-tip-font-color: #333333 !default;
 $range-bg-color: rgba(0, 0, 0, 0.15) !default;
+$range-bg-color-tick: #d9d9d9 !default;
 $range-bar-bg-color: linear-gradient(135deg, $primary-color 0%, $primary-color-end 100%) !default;
 $range-bar-btn-bg-color: $primary-color !default;
 $range-bar-btn-width: 22px !default;