feat:样式强化

This commit is contained in:
weifashi 2023-08-17 19:00:01 +08:00
parent 706fd0d588
commit bb39b7db89
2 changed files with 20 additions and 19 deletions

View File

@ -21,23 +21,6 @@
</Modal>
</template>
<style lang="scss">
body {
.ivu-modal-wrap {
&.common-drawer-overlay {
overflow: hidden;
}
&.common-drawer-modal{
.ivu-modal-body{
padding: 0;
}
.ivu-modal-close{
z-index: 3;
}
}
}
}
</style>
<script>
import DrawerOverlayView from "./view";
import {mapState} from 'vuex'

View File

@ -777,7 +777,24 @@ body {
opacity: 0;
}
// 全局返回按钮
/*全局 ivu-modal-wrap*/
body {
.ivu-modal-wrap {
&.common-drawer-overlay {
overflow: hidden;
}
&.common-drawer-modal{
.ivu-modal-body{
padding: 0 !important;
}
.ivu-modal-close{
z-index: 3;
}
}
}
}
/*全局返回按钮*/
.common-nav-back{
cursor: pointer;
padding-right: 8px;
@ -793,3 +810,4 @@ body.window-portrait {
display: block;
}
}