Commit cb6c7665 authored by youjie's avatar youjie

统计字体颜色

parent eb64dc43
...@@ -638,7 +638,7 @@ export default { ...@@ -638,7 +638,7 @@ export default {
that.MsgBus.$emit("hideCareer",0) that.MsgBus.$emit("hideCareer",0)
} }
} }
event.returnValue = e.keyCode==116; event.returnValue = e.keyCode==116;
}; };
}, },
...@@ -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 {
...@@ -1299,7 +1305,7 @@ export default { ...@@ -1299,7 +1305,7 @@ export default {
background: url('../../assets/img/champion/btn.png'); background: url('../../assets/img/champion/btn.png');
font-size: 16px; font-size: 16px;
font-family: pingfangR; font-family: pingfangR;
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
margin-top: 20px; margin-top: 20px;
......
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