update ColorPicker
This commit is contained in:
parent
9af2f01cb2
commit
dab3947668
2 changed files with 4 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
||||||
<Slider v-model="alphaNumber" :min="0" :max="100"></Slider>
|
<Slider v-model="alphaNumber" :min="0" :max="100"></Slider>
|
||||||
</div>
|
</div>
|
||||||
<recommend-colors v-if="colors.length" :list="colors" :class="[prefixCls + '-picker-colors']"></recommend-colors>
|
<recommend-colors v-if="colors.length" :list="colors" :class="[prefixCls + '-picker-colors']"></recommend-colors>
|
||||||
<recommend-colors v-if="!colors.length && recommend" :list="recommendedColor" :class="[prefixCls + '-picker-colors', prefixCls + '-picker-colors-recommended']"></recommend-colors>
|
<recommend-colors v-if="!colors.length && recommend" :list="recommendedColor" :class="[prefixCls + '-picker-colors']"></recommend-colors>
|
||||||
<Confirm></Confirm>
|
<Confirm></Confirm>
|
||||||
</div>
|
</div>
|
||||||
</Dropdown-menu>
|
</Dropdown-menu>
|
||||||
|
|
|
@ -7,7 +7,8 @@
|
||||||
&-color{
|
&-color{
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
border: 1px solid @text-color;
|
box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
|
||||||
|
border-radius: 2px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
@ -47,17 +48,12 @@
|
||||||
display: block;
|
display: block;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
border: 1px solid transparent;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-colors-recommended{
|
|
||||||
span:last-child em{
|
|
||||||
border: 1px solid #6b6f78;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.@{picker-prefix-cls}-confirm{
|
.@{picker-prefix-cls}-confirm{
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue