mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
feat:样式强化
This commit is contained in:
parent
706fd0d588
commit
bb39b7db89
@ -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'
|
||||
|
||||
20
resources/assets/sass/pages/common.scss
vendored
20
resources/assets/sass/pages/common.scss
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user