mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Merge branch 'master' into ssr-fix-2-outputs
This commit is contained in:
16
dist/index.js
vendored
16
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -75,6 +75,7 @@
|
|||||||
return value >= 0
|
return value >= 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
adaptiveMaxWidth: {
|
adaptiveMaxWidth: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 1,
|
default: 1,
|
||||||
@@ -89,6 +90,7 @@
|
|||||||
return value > 0 && value <= 1
|
return value > 0 && value <= 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
width: {
|
width: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 600,
|
default: 600,
|
||||||
@@ -387,11 +389,10 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.v--modal {
|
.v--modal {
|
||||||
background: white;
|
background-color: white;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 20px 60px -2px rgba(27, 33, 58, .4);
|
box-shadow: 0 20px 60px -2px rgba(27, 33, 58, .4);
|
||||||
|
|||||||
Reference in New Issue
Block a user