c4706102 by 任超

style:弹框

1 parent c42ba5f3
......@@ -32,12 +32,7 @@
@include flex-center;
}
.is-fullscreen {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
}
}
.dialog_title {
......
......@@ -106,4 +106,12 @@ export default {
<style rel="stylesheet/scss" lang="scss" >
@import "~@/styles/mixin.scss";
@import "./dialogBox.scss";
</style>
<style rel="stylesheet/scss" scoped lang="scss" >
/deep/.is-fullscreen {
position: absolute;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}
</style>
\ No newline at end of file
......