This commit is contained in:
姚宇浩 2024-08-07 15:33:46 +08:00
parent 9f1b41760a
commit 1dc5973393
1 changed files with 3 additions and 3 deletions

View File

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