style: 修复功能设置菜单中公告页面在移动端适配问题

This commit is contained in:
zhaojisen
2024-05-24 11:53:13 +08:00
committed by 老广
parent c03c8b2299
commit 9b9b096749
5 changed files with 8 additions and 11 deletions

View File

@@ -105,10 +105,16 @@ export default {
}
</script>
<style scoped>
<style scoped lang="scss">
.sub-form {
margin-left: -33%;
margin-right: 10px;
}
@media screen and (max-width: 992px) {
.sub-form {
margin-left: 0;
margin-right: 10px;
}
}
</style>

View File

@@ -60,6 +60,6 @@ export default {
display: inline-block;
}
::v-deep path {
fill: inherit!important;
fill: inherit !important;
}
</style>

View File

@@ -386,5 +386,4 @@ export default {
.ibox >>> .el-card__body {
padding-top: 30px;
}
</style>

View File

@@ -63,7 +63,3 @@ export default {
}
}
</script>
<style scoped>
</style>

View File

@@ -55,7 +55,3 @@ export default {
}
}
</script>
<style lang='scss' scoped>
</style>