Commit cb6c7665 authored by youjie's avatar youjie

统计字体颜色

parent eb64dc43
...@@ -793,6 +793,12 @@ export default { ...@@ -793,6 +793,12 @@ export default {
</script> </script>
<style scoped> <style scoped>
.red-theme th:first-child{
color: rgb(51, 51, 51) !important;
}
.red-theme th{
color: #fff !important;
}
.personTable .personTable
.el-table--scrollable-y .el-table--scrollable-y
.el-table__body-wrapper::-webkit-scrollbar { .el-table__body-wrapper::-webkit-scrollbar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment