字体加粗
This commit is contained in:
parent
bd1ddf61f3
commit
492b06e7be
|
@ -217,7 +217,11 @@ export default {
|
||||||
.pick {
|
.pick {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
left: -620px;
|
left: 40px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
span {
|
span {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
@ -226,6 +230,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
position: relative;
|
||||||
.el-calendar {
|
.el-calendar {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
@ -274,4 +279,8 @@ export default {
|
||||||
::v-deep .el-calendar__title {
|
::v-deep .el-calendar__title {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
::v-deep .el-calendar-table thead th {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #202020;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue