This commit is contained in:
parent
9f1b41760a
commit
1dc5973393
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue