File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,6 +239,10 @@ $primary-background-color = #d8e8fa;
239239 }
240240
241241 .wg-horizontal-picker {
242+ width : 400px ;
243+ border : 1px solid #9 9 9 ;
244+ border-radius : 10px ;
245+ overflow : hidden ;
242246 white-space : nowrap ;
243247 height : 36px ;
244248 line-height : 36px ;
@@ -249,7 +253,7 @@ $primary-background-color = #d8e8fa;
249253 height : 100% ;
250254 text-align : center ;
251255 display : inline-block ;
252- padding : 0 ;
256+ padding : 0 20 px ;
253257 white-space : nowrap ;
254258 position : relative ;
255259 overflow : hidden ;
Original file line number Diff line number Diff line change 110110 class =" picker-item"
111111 v-for =" optionsItem in item.options"
112112 :key =" optionsItem"
113- :style =" optionsItem===item.value?{ color: optionsItem .pickerColor }:{}"
113+ :style =" optionsItem===item.value?{ color: item .pickerColor }:{}"
114114 >{{optionsItem}}</div >
115115 </div >
116116 </div >
You can’t perform that action at this time.
0 commit comments