This commit is contained in:
parent
9f1b41760a
commit
1dc5973393
|
@ -580,14 +580,14 @@ const tableHeaderColor = (arg) => {
|
||||||
return {
|
return {
|
||||||
// paddingLeft: "10px",
|
// paddingLeft: "10px",
|
||||||
letterSpacing: "1px",
|
letterSpacing: "1px",
|
||||||
fontSize: "15px",
|
|
||||||
height: "79px",
|
height: "79px",
|
||||||
backgroundColor: "#455F8A",
|
backgroundColor: "#455F8A",
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
border: "none",
|
border: "none",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
fontiWght: "500",
|
fontWeight: "500",
|
||||||
fontSize: "22px",
|
fontSize: "22px",
|
||||||
|
fontFamily: "PingFangSC, PingFang SC",
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
const rowState = (row) => {
|
const rowState = (row) => {
|
||||||
|
@ -684,7 +684,7 @@ onMounted(() => {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
// font-family: YouSheBiaoTiHei;
|
// font-family: YouSheBiaoTiHei;
|
||||||
font-family: titleNore;
|
font-family: titletheRightWay, titletheRightWay;
|
||||||
text-shadow: 0px 2px 4px rgba(56, 50, 50, 0.5);
|
text-shadow: 0px 2px 4px rgba(56, 50, 50, 0.5);
|
||||||
padding: 19px 0 0 17px;
|
padding: 19px 0 0 17px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue