This commit is contained in:
parent
391dc99d08
commit
517356a54e
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue