【解决todo】角色仓库,覆盖 element ui css

pull/476/MERGE
cherishsince 2024-07-09 17:54:45 +08:00
parent dbacc0c371
commit d6c016e3ea
1 changed files with 2 additions and 3 deletions

View File

@ -219,15 +219,14 @@ onMounted(async () => {
// role // role
await getActiveTabsRole() await getActiveTabsRole()
}) })
// TODO @fancss scss
</script> </script>
<style lang="css"> <!-- 覆盖 element ui css -->
<style lang="scss">
.el-tabs__content { .el-tabs__content {
position: relative; position: relative;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
} }
.el-tabs__nav-scroll { .el-tabs__nav-scroll {
margin: 10px 20px; margin: 10px 20px;
} }