Commit 8e92b51e authored by zhengke's avatar zhengke

修改

parent 565d5ae7
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
line-height: 60px; line-height: 60px;
padding-left: 20px; padding-left: 20px;
} }
.imgdiy-search{
background: rgb(242, 242, 242);
}
.imgdiy-search>div{ .imgdiy-search>div{
min-height: 100px; min-height: 100px;
line-height: 60px; line-height: 60px;
......
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
line-height: 60px; line-height: 60px;
padding-left:20px; padding-left:20px;
} }
.diy-multiple{
background: rgb(242, 242, 242);
}
.diy-multiple>div{ .diy-multiple>div{
padding: 24px; padding: 24px;
font-size: 28px; font-size: 28px;
......
...@@ -11,12 +11,14 @@ ...@@ -11,12 +11,14 @@
line-height: 60px; line-height: 60px;
padding-left: 20px; padding-left: 20px;
} }
.imgdiy-search{
background: rgb(242, 242, 242);
}
.imgdiy-search>div{ .imgdiy-search>div{
min-height: 100px; min-height: 100px;
line-height: 60px; line-height: 60px;
padding: 24px; padding: 24px;
font-size: 28px; font-size: 28px;
background: #fff;
} }
</style> </style>
<template> <template>
......
...@@ -236,9 +236,8 @@ ...@@ -236,9 +236,8 @@
.diy-search>div { .diy-search>div {
height: 60px; height: 60px;
line-height: 60px; line-height: 60px;
padding: 0 24px; padding: 24px;
font-size: 28px; font-size: 28px;
background: #fff;
} }
.diy-component-edit .el-color-picker { .diy-component-edit .el-color-picker {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment