Skip to content

Commit d6c016e

Browse files
committed
【解决todo】角色仓库,覆盖 element ui css
1 parent dbacc0c commit d6c016e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/views/ai/chat/index/components/role/RoleRepository.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,14 @@ onMounted(async () => {
219219
// 获取 role 数据
220220
await getActiveTabsRole()
221221
})
222-
// TODO @fan:css 是不是可以融合到 scss 里面呀?
223222
</script>
224-
<style lang="css">
223+
<!-- 覆盖 element ui css -->
224+
<style lang="scss">
225225
.el-tabs__content {
226226
position: relative;
227227
height: 100%;
228228
overflow: hidden;
229229
}
230-
231230
.el-tabs__nav-scroll {
232231
margin: 10px 20px;
233232
}

0 commit comments

Comments
 (0)