Skip to content

Commit

Permalink
feat: add drawer header style
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDanny committed Mar 17, 2021
1 parent ca14cf6 commit 6ba9e11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/tempPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ export default {
display: flex;
flex-direction: column;
height: calc(100% - 78px);
padding-top: 20px;
}
.temp-title {
color: #000000;
font-size:20px;
}
::v-deep .el-drawer__header {
box-shadow: 2px 0px 3px #888888;
padding-bottom: 10px;
margin-bottom: 0px;
}
</style>

0 comments on commit 6ba9e11

Please sign in to comment.