style: 样式调整

This commit is contained in:
Tony 2024-04-02 14:42:16 +08:00
parent b7f331946c
commit 5a3d86fa46
2 changed files with 6 additions and 2 deletions

View File

@ -499,7 +499,7 @@ div.el-table {
color: #00caff;
}
.el-table__expand-icon {
color: #fff;
@include font_color(componentFontColor);
}
&::before,
.el-table--group::after,

View File

@ -125,7 +125,11 @@ export default {
};
</script>
<style>
<style lang="scss" scoped>
@import '@/theme/index.scss';
.component-wrapper {
@include font_color(fontPrimary);
}
.org-chart-node-label .org-chart-node-btn {
border-color: transparent !important;
box-shadow: none !important;