Commit 7daef452 by linjinhong

左边栏样式修改

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