mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
style: 修复功能设置菜单中公告页面在移动端适配问题
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -60,6 +60,6 @@ export default {
|
||||
display: inline-block;
|
||||
}
|
||||
::v-deep path {
|
||||
fill: inherit!important;
|
||||
fill: inherit !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -386,5 +386,4 @@ export default {
|
||||
.ibox >>> .el-card__body {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@@ -63,7 +63,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
||||
@@ -55,7 +55,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang='scss' scoped>
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user