mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 20:12:48 +00:00
feat:样式强化
This commit is contained in:
parent
706fd0d588
commit
bb39b7db89
@ -21,23 +21,6 @@
|
|||||||
</Modal>
|
</Modal>
|
||||||
</template>
|
</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>
|
<script>
|
||||||
import DrawerOverlayView from "./view";
|
import DrawerOverlayView from "./view";
|
||||||
import {mapState} from 'vuex'
|
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;
|
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{
|
.common-nav-back{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
@ -793,3 +810,4 @@ body.window-portrait {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user