字体加粗

This commit is contained in:
tt 2024-10-22 16:34:33 +08:00
parent bd1ddf61f3
commit 492b06e7be
1 changed files with 10 additions and 1 deletions

View File

@ -217,7 +217,11 @@ export default {
.pick {
position: relative;
top: 20px;
left: -620px;
left: 40px;
display: flex;
align-items: center;
width: 100%;
height: 50px;
span {
margin-right: 20px;
}
@ -226,6 +230,7 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
.el-calendar {
margin: 20px 0;
}
@ -274,4 +279,8 @@ export default {
::v-deep .el-calendar__title {
display: none;
}
::v-deep .el-calendar-table thead th {
font-weight: bold;
color: #202020;
}
</style>