This commit is contained in:
姚宇浩 2024-08-01 15:31:37 +08:00
parent 391dc99d08
commit 517356a54e
1 changed files with 8 additions and 2 deletions

View File

@ -293,9 +293,9 @@ const handle = (current) => {
.name { .name {
font-family: PangMenZhengDao, PangMenZhengDao; font-family: PangMenZhengDao, PangMenZhengDao;
font-weight: 600; font-weight: 600;
font-size: 20px; font-size: 22px;
color: #ffffff; color: #ffffff;
line-height: 38px; line-height: 27px;
text-align: center; text-align: center;
font-style: normal; font-style: normal;
letter-spacing: 2px; letter-spacing: 2px;
@ -316,4 +316,10 @@ const handle = (current) => {
.custom-table-font { .custom-table-font {
font-size: 10px; font-size: 10px;
} }
:deep(.el-table:not(.el-table--border) .el-table__cell){
padding: 3px 0px;
}
:deep(.el-pagination ){
transform: scale(0.8);
}
</style> </style>