update ColorPicker

This commit is contained in:
梁灏 2017-08-18 15:52:06 +08:00
parent 77950c307b
commit 59dc2df009
3 changed files with 48 additions and 30 deletions

View file

@ -45,7 +45,7 @@
padding: 8px 8px 0;
}
&-panel{
width: 200px;
width: 240px;
margin: 0 auto;
box-sizing: initial;
position: relative;
@ -197,4 +197,13 @@
transform: translateX(-2px);
}
}
&-confirm{
position: relative;
&-color{
position: absolute;
top: 11px;
left: 8px;
}
}
}