|
@@ -232,14 +232,14 @@ function handlePaly(id: string) {
|
|
</style>
|
|
</style>
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
.modalFrame.chooseDialog {
|
|
.modalFrame.chooseDialog {
|
|
- --modalFrameTitHeight: 0px;
|
|
|
|
|
|
+ --modalFrameTitHeight: 0px !important;
|
|
.modalFrameTitle {
|
|
.modalFrameTitle {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
.modalFrameBox {
|
|
.modalFrameBox {
|
|
- background: url("@/img/cloudTextbooks/bg.png") no-repeat;
|
|
|
|
- background-size: cover;
|
|
|
|
- box-shadow: none;
|
|
|
|
|
|
+ background: url("@/img/cloudTextbooks/bg.png") no-repeat !important;
|
|
|
|
+ background-size: cover !important;
|
|
|
|
+ box-shadow: none !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|