c4706102 by 任超

style:弹框

1 parent c42ba5f3
...@@ -32,12 +32,7 @@ ...@@ -32,12 +32,7 @@
32 @include flex-center; 32 @include flex-center;
33 } 33 }
34 34
35 .is-fullscreen { 35
36 position: absolute;
37 top: 50%;
38 left: 50%;
39 transform: translate(-50%, -50%) !important;
40 }
41 } 36 }
42 37
43 .dialog_title { 38 .dialog_title {
......
...@@ -107,3 +107,11 @@ export default { ...@@ -107,3 +107,11 @@ export default {
107 @import "~@/styles/mixin.scss"; 107 @import "~@/styles/mixin.scss";
108 @import "./dialogBox.scss"; 108 @import "./dialogBox.scss";
109 </style> 109 </style>
110 <style rel="stylesheet/scss" scoped lang="scss" >
111 /deep/.is-fullscreen {
112 position: absolute;
113 top: 50% !important;
114 left: 50% !important;
115 transform: translate(-50%, -50%) !important;
116 }
117 </style>
...\ No newline at end of file ...\ No newline at end of file
......