feat:修改颜色选择器预值样式
This commit is contained in:
@@ -1663,16 +1663,13 @@
|
|||||||
width: 180px;
|
width: 180px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
/deep/ .el-color-predefine__color-selector:nth-child(9n+1){
|
.el-color-predefine__color-selector:nth-child(10n+1){
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
/deep/ .el-color-predefine__color-selector:nth-child(10n+1){
|
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
/deep/ .el-color-predefine__color-selector {
|
.el-color-predefine__color-selector {
|
||||||
margin: 0 0 8px 8px;
|
margin: 0 0 8px 8px;
|
||||||
width: 24px;
|
width: 22px;
|
||||||
height: 24px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
.color-before-select .el-input__inner{
|
.color-before-select .el-input__inner{
|
||||||
background: rgb(245, 247, 250);
|
background: rgb(245, 247, 250);
|
||||||
|
|||||||
Reference in New Issue
Block a user