修复导出颜色两个连在一起问题
This commit is contained in:
@@ -216,8 +216,10 @@ export default defineComponent({
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
// padding: 0 0.5rem;
|
// padding: 0 0.5rem;
|
||||||
margin-right: 1.6rem;
|
// margin-right: 1.6rem;
|
||||||
|
margin-right: 4%;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
width: 21%;
|
||||||
|
|
||||||
&:nth-child(4n){
|
&:nth-child(4n){
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
@@ -225,11 +227,12 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.color_content{
|
.color_content{
|
||||||
width: 9rem;
|
// width: 9rem;
|
||||||
|
width: 100%;
|
||||||
height:6.2rem
|
height:6.2rem
|
||||||
}
|
}
|
||||||
.color_content_body{
|
.color_content_body{
|
||||||
width: 9rem;
|
width: 100%;
|
||||||
padding: 0.7rem 0.2rem;
|
padding: 0.7rem 0.2rem;
|
||||||
background: #FEFEFE;
|
background: #FEFEFE;
|
||||||
border: 1px solid #E6E6E6;
|
border: 1px solid #E6E6E6;
|
||||||
|
|||||||
@@ -231,20 +231,21 @@ export default defineComponent({
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
// padding: 0 0.5rem;
|
// padding: 0 0.5rem;
|
||||||
margin-right: 1.6rem;
|
// margin-right: 1.6rem;
|
||||||
|
margin-right: 4%;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
width: 21%;
|
||||||
&:nth-child(4n){
|
&:nth-child(4n){
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.color_content{
|
.color_content{
|
||||||
width: 10rem;
|
height:6.2rem;
|
||||||
height:6.2rem
|
width: 100%;
|
||||||
}
|
}
|
||||||
.color_content_body{
|
.color_content_body{
|
||||||
width: 10rem;
|
width: 100%;
|
||||||
padding: 0.7rem 0.2rem;
|
padding: 0.7rem 0.2rem;
|
||||||
background: #FEFEFE;
|
background: #FEFEFE;
|
||||||
border: 1px solid #E6E6E6;
|
border: 1px solid #E6E6E6;
|
||||||
|
|||||||
Reference in New Issue
Block a user