style:弹框
Showing
2 changed files
with
9 additions
and
6 deletions
... | @@ -106,4 +106,12 @@ export default { | ... | @@ -106,4 +106,12 @@ export default { |
106 | <style rel="stylesheet/scss" lang="scss" > | 106 | <style rel="stylesheet/scss" lang="scss" > |
107 | @import "~@/styles/mixin.scss"; | 107 | @import "~@/styles/mixin.scss"; |
108 | @import "./dialogBox.scss"; | 108 | @import "./dialogBox.scss"; |
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 | } | ||
109 | </style> | 117 | </style> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment