Merge remote-tracking branch 'origin/main'

This commit is contained in:
zhanghan11 2024-04-03 09:13:28 +08:00
commit 3d1e1cc8da
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;