Commit 7daef452 by linjinhong

左边栏样式修改

parent 4e3227d2
......@@ -74,8 +74,11 @@ export default {
margin-bottom: 0 !important;
}
}
.el-empty {
::v-deep.el-empty {
padding-top: 0;
padding-bottom: 25px;
.el-empty__image {
width: 100px !important;
}
}
</style>
......@@ -350,7 +350,7 @@ export default {
padding-bottom: 10px;
font-weight: 700;
font-size: 20px;
margin-bottom: 8px;
// margin-bottom: 8px;
// border-bottom: 1px solid #ececec;
}
}
......@@ -366,6 +366,9 @@ export default {
overflow-x: hidden;
}
}
::v-deep.el-form-item {
margin-bottom: 10px;
}
@keyframes ltr-drawer-in {
0% {
......
......@@ -962,7 +962,7 @@ export default {
class="img-item"
style="width: 50%;"
>
<img width="200px" :src="img.url" />
<img width="150px" :src="img.url" />
</div>
</div>
</template>
......@@ -1583,7 +1583,7 @@ img {
border: 1px solid #ececec;
border-top: none;
.div-content {
padding: 10px;
padding: 0 10px;
display: flex;
flex-wrap: wrap;
.div-item {
......
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