Commit 1524ec33 authored by 张牧越's avatar 张牧越

fix style

parent 7d5287e6
...@@ -575,10 +575,7 @@ export default { ...@@ -575,10 +575,7 @@ export default {
color: #d9d9d9; color: #d9d9d9;
font-size: 14px; font-size: 14px;
} }
::v-deep .el-dialog .el-dialog__body {
min-height: 400px !important;
height: inherit !important;
}
.top-scores { .top-scores {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
...@@ -288,4 +288,8 @@ export default { ...@@ -288,4 +288,8 @@ export default {
margin: 15px 10px; margin: 15px 10px;
} }
} }
::v-deep .el-dialog__wrapper :v-deep.el-dialog .el-dialog__body {
height: 800px !important;
min-height: 800px !important;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment