We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d23571 commit 9a52ab4Copy full SHA for 9a52ab4
ch08/provide-inject-teleport-test86/src/components/Modal.vue
@@ -15,12 +15,12 @@ export default {
15
<style scoped>
16
.modal { display: block; position: fixed; z-index: 1;
17
left: 0; top: 0; width: 100%; height: 100%;
18
- overflow: auto; background-color: rgb(0,0,0);
+ overflow: auto;
19
background-color: rgba(0,0,0,0.4); }
20
.box { display: flex; flex-direction: column;
21
align-items: center; justify-content: center;
22
position: absolute; left: 50%; top: 50%; background-color:aqua;
23
border: double 3px gray; width:100px; height: 80px;
24
margin-top:-50px; margin-left:-50px;}
25
</style>
26
-
+
0 commit comments