Commit cb6c7665 authored by youjie's avatar youjie

统计字体颜色

parent eb64dc43
......@@ -638,7 +638,7 @@ export default {
that.MsgBus.$emit("hideCareer",0)
}
}
event.returnValue = e.keyCode==116;
};
},
......@@ -793,6 +793,12 @@ export default {
</script>
<style scoped>
.red-theme th:first-child{
color: rgb(51, 51, 51) !important;
}
.red-theme th{
color: #fff !important;
}
.personTable
.el-table--scrollable-y
.el-table__body-wrapper::-webkit-scrollbar {
......@@ -1299,7 +1305,7 @@ export default {
background: url('../../assets/img/champion/btn.png');
font-size: 16px;
font-family: pingfangR;
text-align: center;
margin: 0 auto;
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