This commit is contained in:
parent
391dc99d08
commit
517356a54e
|
@ -293,9 +293,9 @@ const handle = (current) => {
|
|||
.name {
|
||||
font-family: PangMenZhengDao, PangMenZhengDao;
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
font-size: 22px;
|
||||
color: #ffffff;
|
||||
line-height: 38px;
|
||||
line-height: 27px;
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
letter-spacing: 2px;
|
||||
|
@ -316,4 +316,10 @@ const handle = (current) => {
|
|||
.custom-table-font {
|
||||
font-size: 10px;
|
||||
}
|
||||
:deep(.el-table:not(.el-table--border) .el-table__cell){
|
||||
padding: 3px 0px;
|
||||
}
|
||||
:deep(.el-pagination ){
|
||||
transform: scale(0.8);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue