字体加粗
This commit is contained in:
parent
bd1ddf61f3
commit
492b06e7be
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue